Skip to content

Commit b7d6629

Browse files
authored
Apply suggestion from @tarcieri
1 parent 4e251fd commit b7d6629

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ssh-cipher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ encoding = { package = "ssh-encoding", version = "0.3.0-rc.8" }
2626
aead = { version = "0.6.0-rc.10", optional = true, default-features = false }
2727
aes = { version = "0.9.0-rc.4", optional = true, default-features = false }
2828
aes-gcm = { version = "0.11.0-rc.3", optional = true, default-features = false, features = ["aes"] }
29-
cbc = { version = "0.2.0", optional = true }
29+
cbc = { version = "0.2", optional = true }
3030
ctr = { version = "0.10.0-rc.4", optional = true, default-features = false }
3131
chacha20 = { version = "0.10.0-rc.10", optional = true, default-features = false, features = ["cipher", "legacy"] }
3232
des = { version = "0.9.0-rc.3", optional = true, default-features = false }

0 commit comments

Comments
 (0)