Skip to content

Commit

Permalink
chore(deps): bump aes from 0.8.2 to 0.8.3 (#3426)
Browse files Browse the repository at this point in the history
* chore(deps): bump aes from 0.8.2 to 0.8.3

Bumps [aes](https://github.com/RustCrypto/block-ciphers) from 0.8.2 to 0.8.3.
- [Commits](RustCrypto/block-ciphers@aes-v0.8.2...aes-v0.8.3)

---
updated-dependencies:
- dependency-name: aes
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update aes in the encalve lock files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nick Santana <nick@mobilecoin.com>
  • Loading branch information
dependabot[bot] and nick-mobilecoin committed Jul 20, 2023
1 parent 0dc1444 commit 8b2ade2
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.

4 changes: 2 additions & 2 deletions consensus/enclave/trusted/Cargo.lock

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

4 changes: 2 additions & 2 deletions fog/ingest/enclave/trusted/Cargo.lock

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

4 changes: 2 additions & 2 deletions fog/ledger/enclave/trusted/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 fog/ocall_oram_storage/trusted/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ balanced-tree-index = "2.3"
mc-oblivious-traits = "2.3"

# third-party
aes = "0.8.2"
aes = "0.8.3"
ctr = "0.9.2"
displaydoc = { version = "0.2", default-features = false }
lazy_static = { version = "1.4", features = ["spin_no_std"] }
Expand Down
4 changes: 2 additions & 2 deletions fog/view/enclave/trusted/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 transaction/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rust-version = { workspace = true }

[dependencies]
# External dependencies
aes = "0.8.2"
aes = "0.8.3"
bulletproofs-og = { version = "3.0.0-pre.1", default-features = false }
crc = { version = "3.0.0", default-features = false }
ctr = "0.9.2"
Expand Down

0 comments on commit 8b2ade2

Please sign in to comment.