11[package ]
22name = " ssh-key"
3- version = " 0.7.0-rc.4 "
3+ version = " 0.7.0-rc.5 "
44description = """
55Pure Rust implementation of SSH key file format decoders/encoders as described
66in RFC4251/RFC4253 and OpenSSH key formats, as well as "sshsig" signatures and
@@ -18,10 +18,10 @@ edition = "2024"
1818rust-version = " 1.85"
1919
2020[dependencies ]
21- cipher = { package = " ssh-cipher" , version = " 0.3.0-rc.3 " , features = [" zeroize" ] }
22- encoding = { package = " ssh-encoding" , version = " 0.3.0-rc.3 " , features = [" base64" , " digest" , " pem" , " subtle" , " zeroize" ] }
21+ cipher = { package = " ssh-cipher" , version = " 0.3.0-rc.5 " , features = [" zeroize" ] }
22+ encoding = { package = " ssh-encoding" , version = " 0.3.0-rc.4 " , features = [" base64" , " digest" , " pem" , " subtle" , " zeroize" ] }
2323sha2 = { version = " 0.11.0-rc.3" , default-features = false }
24- signature = { version = " 3.0.0-rc.5 " , default-features = false }
24+ signature = { version = " 3.0.0-rc.6 " , default-features = false }
2525subtle = { version = " 2" , default-features = false }
2626zeroize = { version = " 1" , default-features = false }
2727
@@ -37,7 +37,7 @@ p384 = { version = "0.14.0-rc.2", optional = true, default-features = false, fea
3737p521 = { version = " 0.14.0-rc.2" , optional = true , default-features = false , features = [" ecdsa" ] }
3838rand_core = { version = " 0.10.0-rc-3" , optional = true , default-features = false }
3939rsa = { version = " 0.10.0-rc.11" , optional = true , default-features = false , features = [" sha2" ] }
40- sec1 = { version = " 0.8.0-rc.10 " , optional = true , default-features = false , features = [" point" ] }
40+ sec1 = { version = " 0.8.0-rc.11 " , optional = true , default-features = false , features = [" point" ] }
4141serde = { version = " 1.0.16" , optional = true }
4242sha1 = { version = " 0.11.0-rc.3" , optional = true , default-features = false , features = [" oid" ] }
4343
0 commit comments