Skip to content

Commit

Permalink
build(deps): 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[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 16, 2020
1 parent 1e47fbc commit 6232789
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 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 blake2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ categories = ["cryptography", "no-std"]

[dependencies]
digest = "0.9"
crypto-mac = "0.8"
crypto-mac = "0.10"
opaque-debug = "0.3"

[dev-dependencies]
digest = { version = "0.9", features = ["dev"] }
crypto-mac = { version = "0.8", features = ["dev"] }
crypto-mac = { version = "0.10", features = ["dev"] }
hex-literal = "0.2"

[features]
Expand Down

0 comments on commit 6232789

Please sign in to comment.