Skip to content

Commit 1a58f24

Browse files
authored
Use universal-hash v0.6.0 (#310)
1 parent f47bc8c commit 1a58f24

File tree

3 files changed

+34
-40
lines changed

3 files changed

+34
-40
lines changed

Cargo.lock

Lines changed: 32 additions & 38 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
@@ -13,7 +13,7 @@ rust-version = "1.85"
1313
edition = "2024"
1414

1515
[dependencies]
16-
universal-hash = { version = "0.6.0-rc.10", default-features = false }
16+
universal-hash = "0.6"
1717
zeroize = { version = "1", optional = true, default-features = false }
1818

1919
[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
@@ -20,7 +20,7 @@ hazmat = []
2020

2121
[dependencies]
2222
cpubits = "0.1"
23-
universal-hash = { version = "0.6.0-rc.10", default-features = false }
23+
universal-hash = "0.6"
2424
zeroize = { version = "1", optional = true, default-features = false }
2525

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

0 commit comments

Comments
 (0)