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"] }