Skip to content

Commit

Permalink
build(deps): Bump aes from 0.8.3 to 0.8.4 (#950)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* import cargo vet audits from main

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Geoghegan <timg@divviup.org>
  • Loading branch information
dependabot[bot] and tgeoghegan committed Feb 20, 2024
1 parent db756f7 commit 6a8a95d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version = "1.71"
resolver = "2"

[dependencies]
aes = { version = "0.8.3", optional = true }
aes = { version = "0.8.4", optional = true }
bitvec = { version = "1.0.1", optional = true }
byteorder = "1.5.0"
ctr = { version = "0.9.2", optional = true }
Expand Down
10 changes: 10 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,16 @@ criteria = "safe-to-run"
version = "2.3.2"
aggregated-from = "https://chromium.googlesource.com/chromiumos/third_party/rust_crates/+/refs/heads/main/cargo-vet/audits.toml?format=TEXT"

[[audits.isrg.audits.aes]]
who = "Tim Geoghegan <timg@divviup.org>"
criteria = "safe-to-deploy"
delta = "0.8.3 -> 0.8.4"
notes = """
Change affects some unsafe code. The only functional change is to add an
assertion checking alignment and to change an `as *mut u32` cast to a
call to `std::pointer::cast`.
"""

[[audits.isrg.audits.base64]]
who = "Brandon Pitman <bran@bran.land>"
criteria = "safe-to-run"
Expand Down

0 comments on commit 6a8a95d

Please sign in to comment.