Skip to content

Commit

Permalink
Bump voprf pre-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelrobert committed Jan 13, 2024
1 parent c33c818 commit 66a1965
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ rand = "0.8.5"
serde = "1"
sha2 = "0.10.2"
thiserror = "1"
tls_codec = "0.3.0"
tls_codec_derive = "0.3.0"
voprf = "0.5.0-pre.6"
tls_codec = "0.4.0"
tls_codec_derive = "0.4.0"
voprf = { version = "0.5.0-pre.7", features = ["serde"] }
p384 = { version = "0.13.0", default-features = false, features = [
"hash2curve",
"voprf",
] }
blind-rsa-signatures = "0.15.0"
http = "0.2.8"
http = "1"
typenum = "1.15.0"
nom = "7"

Expand Down

0 comments on commit 66a1965

Please sign in to comment.