From cf1175e76b439a4a94b94c90afebddc40ce9dfca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 21:26:40 +0000 Subject: [PATCH] build(deps): bump dsa from 0.7.0-rc.14 to 0.7.0-rc.15 Bumps [dsa](https://github.com/RustCrypto/signatures) from 0.7.0-rc.14 to 0.7.0-rc.15. - [Commits](https://github.com/RustCrypto/signatures/compare/dsa/v0.7.0-rc.14...dsa/v0.7.0-rc.15) --- updated-dependencies: - dependency-name: dsa dependency-version: 0.7.0-rc.15 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 5225656..a0df7b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -321,9 +321,9 @@ dependencies = [ [[package]] name = "dsa" -version = "0.7.0-rc.14" +version = "0.7.0-rc.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "205b3f37ceb87c2ed5c72dac75f286848c68b19ba3246e9196f3666ce048a14b" +checksum = "a914d1d3e30ea021331fc4c4b3558aba5b1a26d91cddb920322d209a3a43cb99" dependencies = [ "crypto-bigint", "crypto-primes", diff --git a/ssh-key/Cargo.toml b/ssh-key/Cargo.toml index 0bb8eae..e762bbc 100644 --- a/ssh-key/Cargo.toml +++ b/ssh-key/Cargo.toml @@ -38,7 +38,7 @@ zeroize = { version = "1", default-features = false } # optional dependencies argon2 = { version = "0.6.0-rc.8", optional = true, default-features = false, features = ["alloc"] } bcrypt-pbkdf = { version = "0.11", optional = true, default-features = false, features = ["alloc"] } -dsa = { version = "0.7.0-rc.14", optional = true, default-features = false, features = ["hazmat"] } +dsa = { version = "0.7.0-rc.15", optional = true, default-features = false, features = ["hazmat"] } ed25519-dalek = { version = "=3.0.0-pre.6", optional = true, default-features = false } hex = { version = "0.4", optional = true, default-features = false, features = ["alloc"] } hmac = { version = "0.13.0-rc.5", optional = true }