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 }