summaryrefslogtreecommitdiff
path: root/ci-bench
diff options
context:
space:
mode:
authorJoseph Birr-Pixton <jpixton@gmail.com>2023-11-30 16:31:45 +0000
committerJoe Birr-Pixton <jpixton@gmail.com>2023-12-01 19:10:46 +0000
commit381dcf99ee621c239125c05feb5bee57b8a269cc (patch)
tree7c1da7d6b66f8f0229ed8f61f9ea0b8401fca0f2 /ci-bench
parent553f400785f1725c4d02511632a3053652cb9416 (diff)
Update dependencies
Diffstat (limited to 'ci-bench')
-rw-r--r--ci-bench/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci-bench/Cargo.toml b/ci-bench/Cargo.toml
index a44e9f57..f02958bd 100644
--- a/ci-bench/Cargo.toml
+++ b/ci-bench/Cargo.toml
@@ -13,7 +13,7 @@ byteorder = "1.4.3"
clap = { version = "4.3.21", features = ["derive"] }
fxhash = "0.2.1"
itertools = "0.12"
-pki-types = { package = "rustls-pki-types", version = "0.2" }
+pki-types = { package = "rustls-pki-types", version = "1" }
rayon = "1.7.0"
rustls = { path = "../rustls", features = ["ring", "aws_lc_rs"] }
-rustls-pemfile = "=2.0.0-alpha.2"
+rustls-pemfile = "2"