From d24780b5d2f34c7c38fee23b9dda4cac06dd849c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 14:58:46 +0000 Subject: [PATCH] Bump minicbor from 0.19.1 to 2.2.2 Bumps [minicbor](https://github.com/twittner/minicbor) from 0.19.1 to 2.2.2. - [Changelog](https://github.com/twittner/minicbor/blob/develop/CHANGELOG.md) - [Commits](https://github.com/twittner/minicbor/compare/minicbor-v0.19.1...minicbor-v2.2.2) --- updated-dependencies: - dependency-name: minicbor dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++++++++-- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6218e4b..34f090e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3691,6 +3691,12 @@ dependencies = [ "minicbor-derive", ] +[[package]] +name = "minicbor" +version = "2.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b7a5041e12946f8b7d3f5a9d96383a19d694b9335457c522be7815b9abafb02" + [[package]] name = "minicbor-derive" version = "0.13.0" @@ -7866,7 +7872,7 @@ checksum = "010f24a953db5d22d0010969ca3bbf40b3857b89f47c0f7be0da4c2d7ded0760" dependencies = [ "bitcoin_hashes", "crc", - "minicbor", + "minicbor 0.19.1", "phf 0.11.3", "rand_xoshiro", ] @@ -8639,7 +8645,7 @@ dependencies = [ "iso_currency", "jubjub", "lazy_static", - "minicbor", + "minicbor 2.2.2", "nokhwa", "nonempty", "orchard", diff --git a/Cargo.toml b/Cargo.toml index 912556a..ea70255 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ zcash_note_encryption = "0.4.1" # PCZT QR codes image = { version = "0.25", optional = true } -minicbor = { version = "0.19", optional = true } +minicbor = { version = "2.2", optional = true } nokhwa = { version = "0.10", optional = true, features = ["input-native"] } qrcode = { version = "0.14", optional = true, default-features = false } rqrr = { version = "0.9", optional = true }