Skip to content

Commit dc1d0cd

Browse files
authored
hmac v0.13.0-rc.4 (#239)
1 parent f2f0ea5 commit dc1d0cd

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

Cargo.lock

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

hmac/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hmac"
3-
version = "0.13.0-rc.3"
3+
version = "0.13.0-rc.4"
44
description = "Generic implementation of Hash-based Message Authentication Code (HMAC)"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"
@@ -17,10 +17,10 @@ digest = { version = "0.11.0-rc.9", features = ["mac"] }
1717

1818
[dev-dependencies]
1919
digest = { version = "0.11.0-rc.9", features = ["dev"] }
20-
md-5 = { version = "0.11.0-rc.3", default-features = false }
21-
sha1 = { version = "0.11.0-rc.3", default-features = false }
22-
sha2 = { version = "0.11.0-rc.3", default-features = false }
23-
streebog = { version = "0.11.0-rc.3", default-features = false }
20+
md-5 = { version = "0.11.0-rc.4", default-features = false }
21+
sha1 = { version = "0.11.0-rc.4", default-features = false }
22+
sha2 = { version = "0.11.0-rc.4", default-features = false }
23+
streebog = { version = "0.11.0-rc.4", default-features = false }
2424
hex-literal = "1"
2525

2626
[features]

0 commit comments

Comments
 (0)