Skip to content

Commit 8311caf

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 3cce1eb commit 8311caf

3 files changed

Lines changed: 85 additions & 22 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ walkdir = "2"
105105
# Security
106106
sha2 = "0.10"
107107
sha1 = "0.10"
108-
aes = "0.8"
108+
aes = "0.9"
109109
cbc = "0.1"
110110
hmac = "0.12"
111111
hex = "0.4"

crates/openfang-channels/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ axum = { workspace = true }
2626
hmac = { workspace = true }
2727
sha2 = { workspace = true }
2828
sha1 = { workspace = true }
29-
aes = "0.8"
29+
aes = "0.9"
3030
cbc = "0.1"
3131
base64 = { workspace = true }
3232
hex = { workspace = true }

0 commit comments

Comments
 (0)