diff --git a/Cargo.lock b/Cargo.lock index fb14c93..bc4689b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -509,9 +509,9 @@ dependencies = [ [[package]] name = "pem-rfc7468" -version = "1.0.0-rc.3" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8e58fab693c712c0d4e88f8eb3087b6521d060bcaf76aeb20cb192d809115ba" +checksum = "a6305423e0e7738146434843d1694d621cce767262b2a86910beab705e4493d9" dependencies = [ "base64ct", ] diff --git a/ssh-encoding/Cargo.toml b/ssh-encoding/Cargo.toml index e3885bb..c231159 100644 --- a/ssh-encoding/Cargo.toml +++ b/ssh-encoding/Cargo.toml @@ -20,7 +20,7 @@ base64ct = { version = "1.7", optional = true } bigint = { package = "crypto-bigint", version = "0.7.0-rc.10", optional = true, default-features = false, features = ["alloc"] } bytes = { version = "1", optional = true, default-features = false } digest = { version = "0.11.0-rc.4", optional = true, default-features = false } -pem-rfc7468 = { version = "1.0.0-rc.3", optional = true } +pem-rfc7468 = { version = "1", optional = true } ssh-derive = { version = "0.3.0-rc.0", optional = true } subtle = { version = "2", optional = true, default-features = false } zeroize = { version = "1", optional = true, default-features = false }