Skip to content

Commit

Permalink
chore(deps): bump aes from 0.8.3 to 0.8.4 (#1355)
Browse files Browse the repository at this point in the history
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 20, 2024
1 parent b5e7395 commit ce2be74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ x509-cert = { version = "=0.3.0-pre", default-features = false, features = ["pem
const-oid = { version = "=0.10.0-pre.2", features = ["db"] }

# optional dependencies
aes = { version = "0.8.2", optional = true }
aes = { version = "0.8.4", optional = true }
cbc = { version = "0.1.2", optional = true }
cipher = { version = "0.4.4", features = ["alloc", "block-padding", "rand_core"], optional = true }
rsa = { version = "=0.10.0-pre.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion pkcs5/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spki = { version = "=0.8.0-pre.0" }

# optional dependencies
cbc = { version = "0.1.2", optional = true }
aes = { version = "0.8.3", optional = true, default-features = false }
aes = { version = "0.8.4", optional = true, default-features = false }
des = { version = "0.8.1", optional = true, default-features = false }
pbkdf2 = { version = "0.12.1", optional = true, default-features = false }
rand_core = { version = "0.6.4", optional = true, default-features = false }
Expand Down

0 comments on commit ce2be74

Please sign in to comment.