@@ -19,16 +19,16 @@ edition = "2024"
1919rust-version = " 1.85"
2020
2121[dependencies ]
22- cipher = " 0.5.0-rc.3 "
22+ cipher = " 0.5.0-rc.6 "
2323encoding = { package = " ssh-encoding" , version = " 0.3.0-rc.4" }
2424
2525# optional dependencies
26- aead = { version = " 0.6.0-rc.5 " , optional = true , default-features = false }
26+ aead = { version = " 0.6.0-rc.8 " , optional = true , default-features = false }
2727aes = { version = " 0.9.0-rc.2" , optional = true , default-features = false }
2828aes-gcm = { version = " 0.11.0-rc.2" , optional = true , default-features = false , features = [" aes" ] }
2929cbc = { version = " 0.2.0-rc.2" , optional = true }
3030ctr = { version = " 0.10.0-rc.2" , optional = true , default-features = false }
31- chacha20 = { version = " 0.10.0-rc.6 " , optional = true , default-features = false , features = [" cipher" , " legacy" ] }
31+ chacha20 = { version = " 0.10.0-rc.9 " , optional = true , default-features = false , features = [" cipher" , " legacy" ] }
3232des = { version = " 0.9.0-rc.2" , optional = true , default-features = false }
3333poly1305 = { version = " 0.9.0-rc.3" , optional = true , default-features = false }
3434subtle = { version = " 2" , optional = true , default-features = false }
0 commit comments