Skip to content

Commit 75a6cbd

Browse files
chore(deps): update aes requirement from 0.8 to 0.9
Updates the requirements on [aes](https://github.com/RustCrypto/block-ciphers) to permit the latest version. - [Commits](RustCrypto/block-ciphers@aes-v0.8.0...aes-v0.9.0) --- updated-dependencies: - dependency-name: aes dependency-version: 0.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5e23a5 commit 75a6cbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["encryption", "fpe", "format-preserving", "data-protection", "maskin
1111
categories = ["cryptography", "encoding"]
1212

1313
[dependencies]
14-
aes = "0.8"
14+
aes = "0.9"
1515
ctr = "0.9"
1616
num-bigint = "0.4"
1717
num-traits = "0.2"

0 commit comments

Comments
 (0)