From 5947904b42c4663eac0c6a69b8bd94c9c28f9c5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 02:06:23 +0000 Subject: [PATCH] :arrow_up: Bump crypto-common from 0.1.6 to 0.1.7 Bumps [crypto-common](https://github.com/RustCrypto/traits) from 0.1.6 to 0.1.7. - [Commits](https://github.com/RustCrypto/traits/compare/crypto-common-v0.1.6...crypto-common-v0.1.7) --- updated-dependencies: - dependency-name: crypto-common dependency-version: 0.1.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a73bbe95..d4033f2f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -541,9 +541,9 @@ checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929" [[package]] name = "crypto-common" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" +checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" dependencies = [ "generic-array", "typenum", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 8be6ad524..0f725dd41 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -20,7 +20,7 @@ camino = "1.2.1" cbc = { version = "0.1.2", features = ["std"] } cipher = "0.4.4" crc32fast = "1.5.0" -crypto-common = { version = "0.1.6", default-features = false } +crypto-common = { version = "0.1.7", default-features = false } ctr = { version = "0.9.2", features = ["std"] } flate2 = "1.1.5" futures-io = { version = "0.3.31", optional = true }