Skip to content

Commit b37e1f8

Browse files
build(deps): bump aes from 0.8.3 to 0.8.4
Bumps [aes](https://github.com/RustCrypto/block-ciphers) from 0.8.3 to 0.8.4. - [Commits](RustCrypto/block-ciphers@aes-v0.8.3...aes-v0.8.4) --- updated-dependencies: - dependency-name: aes dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 376c6c0 commit b37e1f8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aead/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["cryptography"]
1414
[dependencies]
1515
# Need the `std` feature for Error type conversion
1616
aead = { version = "^0.5.2", features = ["std"] }
17-
aes = "^0.8.3"
17+
aes = "^0.8.4"
1818
aes-gcm = "^0.10.3"
1919
aes-gcm-siv = "^0.11.1"
2020
chacha20poly1305 = "^0.10"

prf/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["cryptography", "tink", "prf"]
1212
categories = ["cryptography"]
1313

1414
[dependencies]
15-
aes = "^0.8.3"
15+
aes = "^0.8.4"
1616
cmac = "^0.7.2"
1717
digest = "^0.10.7"
1818
hkdf = "^0.12.4"

streaming/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["cryptography", "tink", "streaming-aead"]
1212
categories = ["cryptography"]
1313

1414
[dependencies]
15-
aes = "^0.8.3"
15+
aes = "^0.8.4"
1616
# Need the `std` feature for Error type conversion
1717
aes-gcm = { version = "^0.10.3", features = ["std"] }
1818
ctr = "^0.9.2"

0 commit comments

Comments
 (0)