Skip to content

Commit 4d1eaa8

Browse files
committed
Bump hmac to v0.13
Release PR: RustCrypto/MACs#263
1 parent 29c07ab commit 4d1eaa8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.

hkdf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = "2024"
1313
rust-version = "1.85"
1414

1515
[dependencies]
16-
hmac = "0.13.0-rc.5"
16+
hmac = "0.13"
1717

1818
# optional dependencies
1919
kdf = { version = "0.1", optional = true }

kbkdf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ digest = { version = "0.11", default-features = false, features = ["mac"] }
1919
[dev-dependencies]
2020
hex-literal = "1"
2121
hex = "0.4"
22-
hmac = { version = "0.13.0-rc.5", default-features = false }
22+
hmac = { version = "0.13", default-features = false }
2323
sha2 = { version = "0.11", default-features = false }
2424
sha1 = { version = "0.11", default-features = false }
2525
cmac = "0.8.0-rc.4"

0 commit comments

Comments
 (0)