We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e251fd commit b7d6629Copy full SHA for b7d6629
1 file changed
ssh-cipher/Cargo.toml
@@ -26,7 +26,7 @@ encoding = { package = "ssh-encoding", version = "0.3.0-rc.8" }
26
aead = { version = "0.6.0-rc.10", optional = true, default-features = false }
27
aes = { version = "0.9.0-rc.4", optional = true, default-features = false }
28
aes-gcm = { version = "0.11.0-rc.3", optional = true, default-features = false, features = ["aes"] }
29
-cbc = { version = "0.2.0", optional = true }
+cbc = { version = "0.2", optional = true }
30
ctr = { version = "0.10.0-rc.4", optional = true, default-features = false }
31
chacha20 = { version = "0.10.0-rc.10", optional = true, default-features = false, features = ["cipher", "legacy"] }
32
des = { version = "0.9.0-rc.3", optional = true, default-features = false }
0 commit comments