Skip to content

Commit c158d3b

Browse files
build(deps): bump hmac from 0.13.0-rc.1 to 0.13.0-rc.2
Bumps [hmac](https://github.com/RustCrypto/MACs) from 0.13.0-rc.1 to 0.13.0-rc.2. - [Commits](RustCrypto/MACs@hmac-v0.13.0-rc.1...hmac-v0.13.0-rc.2) --- updated-dependencies: - dependency-name: hmac dependency-version: 0.13.0-rc.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 80cf3eb commit c158d3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

ssh-key/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ bcrypt-pbkdf = { version = "0.11.0-rc.1", optional = true, default-features = fa
3131
dsa = { version = "0.7.0-rc.6", optional = true, default-features = false, features = ["hazmat"] }
3232
ed25519-dalek = { version = "=3.0.0-pre.1", optional = true, default-features = false }
3333
hex = { version = "0.4", optional = true, default-features = false, features = ["alloc"] }
34-
hmac = { version = "0.13.0-rc.1", optional = true }
34+
hmac = { version = "0.13.0-rc.2", optional = true }
3535
home = { version = "0.5", optional = true }
3636
p256 = { version = "0.14.0-pre.11", optional = true, default-features = false, features = ["ecdsa"] }
3737
p384 = { version = "0.14.0-pre.11", optional = true, default-features = false, features = ["ecdsa"] }

0 commit comments

Comments
 (0)