diff --git a/Cargo.lock b/Cargo.lock index 8a388b8..6b67e4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -219,9 +219,9 @@ dependencies = [ [[package]] name = "enum_dispatch" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f33313078bb8d4d05a2733a94ac4c2d8a0df9a2b84424ebf4f33bfc224a890e" +checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd" dependencies = [ "once_cell", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index af39b5a..21634cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ path = "src/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -enum_dispatch = "0.3.12" +enum_dispatch = "0.3.13" serde = { version = "1.0.197", features = ["derive"] } serde-aux = "4.5.0" serde_json = "1.0.114"