From a76597ee075646fac968debf2657ea9c86acd337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Mar 2023 16:00:19 +0000 Subject: [PATCH] build(deps): bump serde_with from 2.2.0 to 2.3.0 (#6292) Bumps [serde_with](https://github.com/jonasbb/serde_with) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- zebra-chain/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3a68ac3..c7160d24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3915,9 +3915,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30d904179146de381af4c93d3af6ca4984b3152db687dacb9c3c35e86f39809c" +checksum = "7ea48c9627169d206b35905699f513f513c303ab9d964a59b44fdcf66c1d1ab7" dependencies = [ "base64 0.13.0", "chrono", @@ -3931,9 +3931,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1966009f3c05f095697c537312f5415d1e3ed31ce0a56942bac4c771c5c335e" +checksum = "9e6b7e52858f9f06c25e1c566bbb4ab428200cb3b30053ea09dc50837de7538b" dependencies = [ "darling 0.14.1", "proc-macro2 1.0.47", diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index cd5914f9..05dac70f 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -74,7 +74,7 @@ tracing = "0.1.37" # Serialization hex = { version = "0.4.3", features = ["serde"] } serde = { version = "1.0.154", features = ["serde_derive", "rc"] } -serde_with = "2.2.0" +serde_with = "2.3.0" serde-big-array = "0.5.1" # Processing