Skip to content

Commit 92888c1

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 2f93896 commit 92888c1

2 files changed

Lines changed: 64 additions & 11 deletions

File tree

Cargo.lock

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

boringtun/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ rand_core = { version = "0.6.4", features = ["getrandom"] }
4141
chacha20poly1305 = "0.10.0-pre.1"
4242
aead = "0.5.0-pre.2"
4343
blake2 = "0.10"
44-
hmac = "0.12"
44+
hmac = "0.13"
4545
jni = { version = "0.19.0", optional = true }
4646
mock_instant = { version = "0.3", optional = true }
4747
socket2 = { version = "0.4.7", features = ["all"], optional = true }

0 commit comments

Comments
 (0)