Skip to content

Commit a412718

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

2 files changed

Lines changed: 67 additions & 15 deletions

File tree

Cargo.lock

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

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rust-version.workspace = true
1313
version.workspace = true
1414

1515
[dependencies]
16-
aes = { version = "0.8", features = ["zeroize"], optional = true }
16+
aes = { version = "0.9", features = ["zeroize"], optional = true }
1717
ashpd = { workspace = true, features = ["secret"] }
1818
async-fs = { version = "2.2", optional = true }
1919
async-io = { version = "2.6", optional = true }

0 commit comments

Comments
 (0)