Skip to content

Commit 9a9e502

Browse files
build(deps): bump hmac from 0.12.1 to 0.13.0
Bumps [hmac](https://github.com/RustCrypto/MACs) from 0.12.1 to 0.13.0. - [Commits](RustCrypto/MACs@hmac-v0.12.1...hmac-v0.13.0) --- updated-dependencies: - dependency-name: hmac dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a78299e commit 9a9e502

File tree

2 files changed

+66
-13
lines changed

2 files changed

+66
-13
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ sha2 = "0.10"
106106
sha1 = "0.10"
107107
aes = "0.8"
108108
cbc = "0.1"
109-
hmac = "0.12"
109+
hmac = "0.13"
110110
hex = "0.4"
111111
subtle = "2"
112112
ed25519-dalek = { version = "2", features = ["rand_core"] }

0 commit comments

Comments
 (0)