Skip to content

Commit a008265

Browse files
authored
hmac v0.13.0-rc.6 (#256)
1 parent da485cd commit a008265

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hmac/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hmac"
3-
version = "0.13.0-rc.5"
3+
version = "0.13.0-rc.6"
44
description = "Generic implementation of Hash-based Message Authentication Code (HMAC)"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"
@@ -13,10 +13,10 @@ categories = ["cryptography", "no-std"]
1313
rust-version = "1.85"
1414

1515
[dependencies]
16-
digest = { version = "0.11", features = ["mac"] }
16+
digest = { version = "0.11.2", features = ["mac"] }
1717

1818
[dev-dependencies]
19-
digest = { version = "0.11", features = ["dev"] }
19+
digest = { version = "0.11.2", features = ["dev"] }
2020
md-5 = { version = "0.11.0-rc.5", default-features = false }
2121
sha1 = { version = "0.11.0-rc.5", default-features = false }
2222
sha2 = { version = "0.11.0-rc.5", default-features = false }

0 commit comments

Comments
 (0)