From e6a934c6a100b753a4499673011cc8c9615fc114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 19:05:30 +0000 Subject: [PATCH] build(deps): bump hmac from 0.13.0-rc.1 to 0.13.0-rc.2 Bumps [hmac](https://github.com/RustCrypto/MACs) from 0.13.0-rc.1 to 0.13.0-rc.2. - [Commits](https://github.com/RustCrypto/MACs/compare/hmac-v0.13.0-rc.1...hmac-v0.13.0-rc.2) --- updated-dependencies: - dependency-name: hmac dependency-version: 0.13.0-rc.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- ssh-key/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 34831b5b..95c54743 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -415,9 +415,9 @@ checksum = "bcaaec4551594c969335c98c903c1397853d4198408ea609190f420500f6be71" [[package]] name = "hmac" -version = "0.13.0-rc.1" +version = "0.13.0-rc.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49e206bca159aebaaed410f5e78b2fe56bfc0dd5b19ecae922813b8556b8b07e" +checksum = "a3fd4dc94c318c1ede8a2a48341c250d6ddecd3ba793da2820301a9f92417ad9" dependencies = [ "digest", ] diff --git a/ssh-key/Cargo.toml b/ssh-key/Cargo.toml index 2d28fad1..5dc292d1 100644 --- a/ssh-key/Cargo.toml +++ b/ssh-key/Cargo.toml @@ -31,7 +31,7 @@ bcrypt-pbkdf = { version = "0.11.0-rc.1", optional = true, default-features = fa dsa = { version = "0.7.0-rc.6", optional = true, default-features = false, features = ["hazmat"] } ed25519-dalek = { version = "=3.0.0-pre.1", optional = true, default-features = false } hex = { version = "0.4", optional = true, default-features = false, features = ["alloc"] } -hmac = { version = "0.13.0-rc.1", optional = true } +hmac = { version = "0.13.0-rc.2", optional = true } home = { version = "0.5", optional = true } p256 = { version = "0.14.0-pre.11", optional = true, default-features = false, features = ["ecdsa"] } p384 = { version = "0.14.0-pre.11", optional = true, default-features = false, features = ["ecdsa"] }