Skip to content

Commit

Permalink
build(deps): bump aes from 0.8.2 to 0.8.3 (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 20, 2023
1 parent a7558f3 commit e88d1a3
Show file tree
Hide file tree
Showing 3 changed files with 7 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version = "1.64"
resolver = "2"

[dependencies]
aes = { version = "0.8.2", optional = true }
aes = { version = "0.8.3", optional = true }
bitvec = { version = "1.0.1", optional = true }
ctr = { version = "0.9.2", optional = true }
cmac = { version = "0.7.2", optional = true }
Expand Down
5 changes: 4 additions & 1 deletion supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,10 @@ criteria = "safe-to-deploy"
version = "0.37.13"
notes = "The Bytecode Alliance is the author of this crate."

[audits.divviup.audits]
[[audits.divviup.audits.aes]]
who = "Brandon Pitman <bran@bran.land>"
criteria = "safe-to-deploy"
delta = "0.8.2 -> 0.8.3"

[[audits.embark-studios.audits.epaint]]
who = "Johan Andersson <opensource@embark-studios.com>"
Expand Down

0 comments on commit e88d1a3

Please sign in to comment.