Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Bump crypto-mac from 0.8.0 to 0.10.0
Browse files Browse the repository at this point in the history
Bumps [crypto-mac](https://github.com/RustCrypto/traits) from 0.8.0 to 0.10.0.
- [Release notes](https://github.com/RustCrypto/traits/releases)
- [Commits](RustCrypto/traits@crypto-mac-v0.8.0...crypto-mac-v0.10.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Oct 15, 2020
1 parent 4adf4f2 commit 70dec12
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion 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 chain-tx-enclave-next/enclave-ra/ra-enclave/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"
aes = "0.4"
chrono = "0.4"
cmac = "0.3"
crypto-mac = { version = "0.8", features = ["std"] }
crypto-mac = { version = "0.10", features = ["std"] }
log = "0.4"
rcgen = "0.8"
ring = "0.16.15"
Expand Down

0 comments on commit 70dec12

Please sign in to comment.