From ddb238875af94d046ec1e8765c8c33df670b2a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 08:11:04 +0000 Subject: [PATCH] deps: bump cbor4ii from 0.3.2 to 0.3.3 Bumps [cbor4ii](https://github.com/quininer/cbor4ii) from 0.3.2 to 0.3.3. - [Commits](https://github.com/quininer/cbor4ii/commits) --- updated-dependencies: - dependency-name: cbor4ii dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae885768b..091725a5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -760,9 +760,9 @@ dependencies = [ [[package]] name = "cbor4ii" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59b4c883b9cc4757b061600d39001d4d0232bece4a3174696cf8f58a14db107d" +checksum = "472931dd4dfcc785075b09be910147f9c6258883fc4591d0dac6116392b2daa6" dependencies = [ "serde", ] @@ -2899,7 +2899,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1356c9e376a94a75ae830c42cdaea3d4fe1290ba409a22c809033d1b7dcab0a6" dependencies = [ "async-trait", - "cbor4ii 0.3.2", + "cbor4ii 0.3.3", "futures", "futures-bounded", "futures-timer", @@ -4500,7 +4500,7 @@ dependencies = [ name = "rust-ipns" version = "0.6.0" dependencies = [ - "cbor4ii 0.3.2", + "cbor4ii 0.3.3", "chrono", "cid", "clap",