summaryrefslogtreecommitdiff
path: root/crates/tor-proto
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-proto')
-rw-r--r--crates/tor-proto/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml
index cb29996cd..d679a5fa4 100644
--- a/crates/tor-proto/Cargo.toml
+++ b/crates/tor-proto/Cargo.toml
@@ -134,10 +134,10 @@ void = "1"
zeroize = "1"
[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies]
-criterion-cycles-per-byte = "0.6.1"
+criterion-cycles-per-byte = "0.7.0"
[dev-dependencies]
-criterion = "0.5.1"
+criterion = "0.7.0"
hex = "0.4"
hex-literal = "1.0"
humantime = "2"