Skip to content

Commit c1c30bd

Browse files
build(deps): bump crypto-mac from 0.8.0 to 0.10.0
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] <[email protected]>
1 parent bb71874 commit c1c30bd

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

Cargo.lock

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blake2/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ categories = ["cryptography", "no-std"]
1313

1414
[dependencies]
1515
digest = "0.9"
16-
crypto-mac = "0.8"
16+
crypto-mac = "0.10"
1717
opaque-debug = "0.3"
1818

1919
[dev-dependencies]
2020
digest = { version = "0.9", features = ["dev"] }
21-
crypto-mac = { version = "0.8", features = ["dev"] }
21+
crypto-mac = { version = "0.10", features = ["dev"] }
2222
hex-literal = "0.2"
2323

2424
[features]

0 commit comments

Comments
 (0)