Skip to content

Commit

Permalink
Bump voprf to 0.4.1
Browse files Browse the repository at this point in the history
voprf 0.4.0 is incompatible with Rust 1.81.0 and newer (see issue facebook#359); a fix was backported from voprf 0.5 to produce voprf 0.4.1.
  • Loading branch information
drey7925 authored Oct 9, 2024
1 parent 556f6c2 commit 546a996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ serde_ = { version = "1", package = "serde", default-features = false, features
"derive",
], optional = true }
subtle = { version = "2.3", default-features = false }
voprf = { version = "=0.4.0-pre.3", default-features = false, features = [
voprf = { version = "=0.4.1", default-features = false, features = [
"danger",
] }
zeroize = { version = "1.5", features = ["zeroize_derive"] }
Expand Down

0 comments on commit 546a996

Please sign in to comment.