diff --git a/Cargo.lock b/Cargo.lock index 517c19b..ceab5b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2277,9 +2277,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.5.1" +version = "3.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5c9fdb6b00a489875b22efd4b78fe2b363b72265cc5f6eb2e2b9ee270e6140c" +checksum = "1b0ed1662c5a68664f45b76d18deb0e234aff37207086803165c961eb695e981" dependencies = [ "base64", "chrono", @@ -2293,9 +2293,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.5.1" +version = "3.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbff351eb4b33600a2e138dfa0b10b65a238ea8ff8fb2387c422c5022a3e8298" +checksum = "568577ff0ef47b879f736cd66740e022f3672788cdf002a05a4e609ea5a6fb15" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index db7447a..91556d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ rocksdb = { version = "0.21", features = ["multi-threaded-cf"] } rocksdb-utils-lookup = "0.3" serde = { version = "1.0", features = ["serde_derive"] } serde_json = "1.0" -serde_with = { version = "3.5", features=["alloc", "macros", "indexmap_2"], default-features = false } +serde_with = { version = "3.6", features=["alloc", "macros", "indexmap_2"], default-features = false } shellexpand = "3.0" strum = { version = "0.26", features = ["strum_macros", "derive"] } strum_macros = "0.26"