From 4d15b0965bc3c8fb446b9f5401e4c4ab3cdddda8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 10:52:30 +0000 Subject: [PATCH] chore(deps): bump hmac from 0.12.1 to 0.13.0 Bumps [hmac](https://github.com/RustCrypto/MACs) from 0.12.1 to 0.13.0. - [Commits](https://github.com/RustCrypto/MACs/compare/hmac-v0.12.1...hmac-v0.13.0) --- updated-dependencies: - dependency-name: hmac dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 62 ++++++++++++++++++++++++++++++----- crates/wx-context/Cargo.toml | 2 +- crates/wx-decrypt/Cargo.toml | 2 +- crates/wx-keychain/Cargo.toml | 2 +- crates/wx-monitor/Cargo.toml | 2 +- 5 files changed, 57 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4a48ac..5770c37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -245,6 +245,15 @@ dependencies = [ "generic-array", ] +[[package]] +name = "block-buffer" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa" +dependencies = [ + "hybrid-array", +] + [[package]] name = "block-padding" version = "0.3.3" @@ -411,6 +420,12 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" +[[package]] +name = "cmov" +version = "0.5.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c9ea0ac24bc397ab3c98583a3c9ba74fa56b09a4449bbe172b9b1ddb016027a" + [[package]] name = "colorchoice" version = "1.0.5" @@ -511,6 +526,15 @@ dependencies = [ "hybrid-array", ] +[[package]] +name = "ctutils" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e" +dependencies = [ + "cmov", +] + [[package]] name = "darling" version = "0.20.11" @@ -606,11 +630,22 @@ version = "0.10.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" dependencies = [ - "block-buffer", + "block-buffer 0.10.4", "crypto-common 0.1.7", "subtle", ] +[[package]] +name = "digest" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2" +dependencies = [ + "block-buffer 0.12.1", + "crypto-common 0.2.2", + "ctutils", +] + [[package]] name = "dirs" version = "6.0.0" @@ -944,7 +979,16 @@ version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" dependencies = [ - "digest", + "digest 0.10.7", +] + +[[package]] +name = "hmac" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f" +dependencies = [ + "digest 0.11.3", ] [[package]] @@ -1604,8 +1648,8 @@ version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" dependencies = [ - "digest", - "hmac", + "digest 0.10.7", + "hmac 0.12.1", "sha2", ] @@ -2012,7 +2056,7 @@ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" dependencies = [ "cfg-if", "cpufeatures 0.2.17", - "digest", + "digest 0.10.7", ] [[package]] @@ -3175,7 +3219,7 @@ dependencies = [ "dashmap", "filetime", "hex", - "hmac", + "hmac 0.13.0", "pbkdf2", "rayon", "rusqlite", @@ -3213,7 +3257,7 @@ version = "0.7.2" dependencies = [ "aes", "cbc", - "hmac", + "hmac 0.13.0", "pbkdf2", "sha2", "tempfile", @@ -3228,7 +3272,7 @@ dependencies = [ "cbc", "chrono", "hex", - "hmac", + "hmac 0.13.0", "libc", "mach2", "regex", @@ -3267,7 +3311,7 @@ dependencies = [ "aes", "cbc", "futures-core", - "hmac", + "hmac 0.13.0", "notify", "pbkdf2", "rusqlite", diff --git a/crates/wx-context/Cargo.toml b/crates/wx-context/Cargo.toml index dada67a..91cc2ac 100644 --- a/crates/wx-context/Cargo.toml +++ b/crates/wx-context/Cargo.toml @@ -21,7 +21,7 @@ tempfile = "3" filetime = "0.2" aes = "0.9" cbc = "0.2" -hmac = "0.12" +hmac = "0.13" sha2 = "0.10" pbkdf2 = { version = "0.12", features = ["hmac"] } hex = "0.4" diff --git a/crates/wx-decrypt/Cargo.toml b/crates/wx-decrypt/Cargo.toml index 357388f..b4ebcc4 100644 --- a/crates/wx-decrypt/Cargo.toml +++ b/crates/wx-decrypt/Cargo.toml @@ -8,7 +8,7 @@ aes = "0.9" cbc = "0.2" pbkdf2 = { version = "0.12", features = ["sha2"] } sha2 = "0.10" -hmac = "0.12" +hmac = "0.13" thiserror = "2" [dev-dependencies] diff --git a/crates/wx-keychain/Cargo.toml b/crates/wx-keychain/Cargo.toml index a86a5be..4bca206 100644 --- a/crates/wx-keychain/Cargo.toml +++ b/crates/wx-keychain/Cargo.toml @@ -23,6 +23,6 @@ libc = "0.2" [dev-dependencies] aes = "0.9" cbc = "0.2" -hmac = "0.12" +hmac = "0.13" sha2 = "0.10" tempfile = "3" diff --git a/crates/wx-monitor/Cargo.toml b/crates/wx-monitor/Cargo.toml index 137ed51..5ae5378 100644 --- a/crates/wx-monitor/Cargo.toml +++ b/crates/wx-monitor/Cargo.toml @@ -17,7 +17,7 @@ serde = { version = "1", features = ["derive"] } [dev-dependencies] aes = "0.9" cbc = "0.2" -hmac = "0.12" +hmac = "0.13" sha2 = "0.10" pbkdf2 = { version = "0.12", features = ["sha2"] } rusqlite = { version = "0.40", features = ["bundled"] }