diff --git a/Cargo.lock b/Cargo.lock index f80f797..b5786b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -574,9 +574,9 @@ dependencies = [ [[package]] name = "rand_core" -version = "0.10.0-rc-2" +version = "0.10.0-rc-3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "104a23e4e8b77312a823b6b5613edbac78397e2f34320bc7ac4277013ec4478e" +checksum = "f66ee92bc15280519ef199a274fe0cafff4245d31bc39aaa31c011ad56cb1f05" [[package]] name = "rfc6979" diff --git a/ssh-key/Cargo.toml b/ssh-key/Cargo.toml index 3f6d457..b447e46 100644 --- a/ssh-key/Cargo.toml +++ b/ssh-key/Cargo.toml @@ -35,7 +35,7 @@ hmac = { version = "0.13.0-rc.3", optional = true } p256 = { version = "0.14.0-rc.1", optional = true, default-features = false, features = ["ecdsa"] } p384 = { version = "0.14.0-rc.1", optional = true, default-features = false, features = ["ecdsa"] } p521 = { version = "0.14.0-rc.1", optional = true, default-features = false, features = ["ecdsa"] } -rand_core = { version = "0.10.0-rc-2", optional = true, default-features = false } +rand_core = { version = "0.10.0-rc-3", optional = true, default-features = false } rsa = { version = "0.10.0-rc.10", optional = true, default-features = false, features = ["sha2"] } sec1 = { version = "0.8.0-rc.10", optional = true, default-features = false, features = ["point"] } serde = { version = "1.0.16", optional = true }