Skip to content

Commit b25cc27

Browse files
authored
Bump universal-hash to v0.5 (#162)
Release notes: RustCrypto/traits#1061
1 parent 9b0ac5d commit b25cc27

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.

poly1305/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ edition = "2021"
1414

1515
[dependencies]
1616
opaque-debug = "0.3"
17-
universal-hash = { version = "=0.5.0-pre.2", default-features = false }
17+
universal-hash = { version = "0.5", default-features = false }
1818
zeroize = { version = "1", optional = true, default-features = false }
1919

2020
[target.'cfg(any(target_arch = "x86_64", target_arch = "x86"))'.dependencies]

polyval/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ edition = "2021"
1818
[dependencies]
1919
cfg-if = "1"
2020
opaque-debug = "0.3"
21-
universal-hash = { version = "=0.5.0-pre.2", default-features = false }
21+
universal-hash = { version = "0.5", default-features = false }
2222
zeroize = { version = "1", optional = true, default-features = false }
2323

2424
[target.'cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86"))'.dependencies]

0 commit comments

Comments
 (0)