Skip to content

Commit 88055b0

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

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -24,7 +24,7 @@ encoding = { package = "ssh-encoding", version = "0.3.0-rc.8" }
2424

2525
# optional dependencies
2626
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 }
27+
aes = { version = "0.9.0", optional = true, default-features = false }
2828
aes-gcm = { version = "0.11.0-rc.3", optional = true, default-features = false, features = ["aes"] }
2929
cbc = { version = "0.2.0-rc.4", optional = true }
3030
ctr = { version = "0.10.0-rc.4", optional = true, default-features = false }

0 commit comments

Comments
 (0)