Skip to content

Commit

Permalink
Bump universal-hash to v0.5 (#162)
Browse files Browse the repository at this point in the history
Release notes: RustCrypto/traits#1061
  • Loading branch information
tarcieri authored Jul 31, 2022
1 parent 9b0ac5d commit b25cc27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion poly1305/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"

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

[target.'cfg(any(target_arch = "x86_64", target_arch = "x86"))'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion polyval/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ edition = "2021"
[dependencies]
cfg-if = "1"
opaque-debug = "0.3"
universal-hash = { version = "=0.5.0-pre.2", default-features = false }
universal-hash = { version = "0.5", default-features = false }
zeroize = { version = "1", optional = true, default-features = false }

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

0 comments on commit b25cc27

Please sign in to comment.