From f479f0605da001cf788f0a0a4199d61c9207e5a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 23:03:17 +0000 Subject: [PATCH] build: Bump serde_with from 2.1.0 to 2.2.0 in /fuzz Bumps [serde_with](https://github.com/jonasbb/serde_with) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: serde_with dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- fuzz/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 9d686d774..a07d2f6eb 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -665,9 +665,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25bf4a5a814902cd1014dbccfa4d4560fb8432c779471e96e035602519f82eef" +checksum = "30d904179146de381af4c93d3af6ca4984b3152db687dacb9c3c35e86f39809c" dependencies = [ "serde", "serde_with_macros",