Skip to content

Commit 88cb089

Browse files
build(deps): bump aes from 0.7.4 to 0.7.5 (#599)
1 parent 5a96d6f commit 88cb089

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

Cargo.lock

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

pkcs5/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ der = { version = "0.4", features = ["oid"], path = "../der" }
1818
spki = { version = "0.4", path = "../spki" }
1919

2020
# optional dependencies
21-
aes = { version = "0.7.4", optional = true }
21+
aes = { version = "0.7.5", optional = true }
2222
block-modes = { version = "0.8", optional = true, default-features = false }
2323
hmac = { version = "0.11", optional = true, default-features = false }
2424
pbkdf2 = { version = "0.8", optional = true, default-features = false }

0 commit comments

Comments
 (0)