From 724e8629408cfa18cb98dc2a712c7110b1d930f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 00:45:01 +0000 Subject: [PATCH] chore(deps): bump hmac-sha256 from 1.1.12 to 1.1.14 Bumps [hmac-sha256](https://github.com/jedisct1/rust-hmac-sha256) from 1.1.12 to 1.1.14. - [Commits](https://github.com/jedisct1/rust-hmac-sha256/compare/1.1.12...1.1.14) --- updated-dependencies: - dependency-name: hmac-sha256 dependency-version: 1.1.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab62c22..7e73e54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1262,9 +1262,9 @@ dependencies = [ [[package]] name = "hmac-sha256" -version = "1.1.12" +version = "1.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad6880c8d4a9ebf39c6e8b77007ce223f646a4d21ce29d99f70cb16420545425" +checksum = "ec9d92d097f4749b64e8cc33d924d9f40a2d4eb91402b458014b781f5733d60f" [[package]] name = "home"