From 653af8d4a9b7d438f96c61a26e99c8fd472c80d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 23:14:58 +0000 Subject: [PATCH] build(deps): bump serde_with from 3.3.0 to 3.4.0 Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec05971..8512cc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1920,9 +1920,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ca3b16a3d82c4088f343b7480a93550b3eabe1a358569c2dfe38bbcead07237" +checksum = "64cd236ccc1b7a29e7e2739f27c0b2dd199804abc4290e32f59f3b68d6405c23" dependencies = [ "base64", "chrono", @@ -1937,9 +1937,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e6be15c453eb305019bfa438b1593c731f36a289a7853f7707ee29e870b3b3c" +checksum = "93634eb5f75a2323b16de4748022ac4297f9e76b6dced2be287a099f41b5e788" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 6842abe..cdd83b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,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 = "3.3" +serde_with = "3.4" shellexpand = "3.0" strum = { version = "0.25", features = ["strum_macros", "derive"] } strum_macros = "0.25"