Skip to content

Commit

Permalink
Bump voprf to v0.5.0-pre.4 (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda authored May 21, 2023
1 parent 8b755bf commit 7b205b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ std = ["dep:getrandom"]
argon2 = { version = "0.5", default-features = false, features = [
"alloc",
], optional = true }
curve25519-dalek = { version = "=4.0.0-rc.1", default-features = false, features = [
curve25519-dalek = { version = "=4.0.0-rc.2", default-features = false, features = [
"rand_core",
"zeroize",
], optional = true }
Expand All @@ -40,7 +40,7 @@ serde = { version = "1", default-features = false, features = [
"derive",
], optional = true }
subtle = { version = "2.3", default-features = false }
voprf = { version = "=0.5.0-pre.3", default-features = false, features = [
voprf = { version = "=0.5.0-pre.4", default-features = false, features = [
"danger",
] }
zeroize = { version = "1.5", features = ["zeroize_derive"] }
Expand Down

0 comments on commit 7b205b7

Please sign in to comment.