Skip to content

Commit

Permalink
Merge pull request #22 from raphaelrobert/deps
Browse files Browse the repository at this point in the history
Maintenance
  • Loading branch information
raphaelrobert authored Aug 25, 2023
2 parents 2969991 + 4e735c7 commit b702985
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ license = "MIT"
documentation = "https://docs.rs/privacypass"
repository = "https://github.com/raphaelrobert/privacypass"
readme = "README.md"
keywords = ["privacy pass", "privacypass", "privacy", "pass", "ietf privacypass"]
keywords = [
"privacy pass",
"privacypass",
"privacy",
"pass",
"ietf privacypass",
]
categories = ["cryptography", "privacy"]

[dependencies]
Expand All @@ -18,9 +24,9 @@ rand = "0.8.5"
serde = "1"
sha2 = "0.10.2"
thiserror = "1"
tls_codec = "0.3.0-pre.1"
tls_codec_derive = "0.3.0-pre.1"
voprf = "0.5.0-pre.3"
tls_codec = "0.3.0"
tls_codec_derive = "0.3.0"
voprf = "0.5.0-pre.6"
p384 = { version = "0.13.0", default-features = false, features = [
"hash2curve",
"voprf",
Expand All @@ -37,13 +43,13 @@ kat = ["voprf/danger"]
[dev-dependencies]
privacypass = { path = ".", features = ["kat"] }
tokio = { version = "1.20.0", features = ["full"] }
criterion = { version = "0.4.0", features = ["async_futures", "async_tokio"] }
hex = { version = "0.4.3", features = ["serde"]}
criterion = { version = "0.5.0", features = ["async_futures", "async_tokio"] }
hex = { version = "0.4.3", features = ["serde"] }
serde_json = "1.0"

[[bench]]
name = "benchmark"
harness = false

[patch.crates-io]
voprf = { git = "https://github.com/facebook/voprf", branch = "main" }
voprf = { git = "https://github.com/facebook/voprf", branch = "main" }

0 comments on commit b702985

Please sign in to comment.