Skip to content

Commit aef9ca4

Browse files
build(deps): bump cbc from 0.2.0-rc.4 to 0.2 (#488)
1 parent 3261319 commit aef9ca4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-rc.4", 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)