Skip to content

Commit 4e251fd

Browse files
build(deps): bump cbc from 0.2.0-rc.4 to 0.2.0
Bumps [cbc](https://github.com/RustCrypto/block-modes) from 0.2.0-rc.4 to 0.2.0. - [Commits](RustCrypto/block-modes@cbc-v0.2.0-rc.4...cbc-v0.2.0) --- updated-dependencies: - dependency-name: cbc dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3261319 commit 4e251fd

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