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 524c684a8..9b23edab8 100644
--- a/crates/tor-proto/Cargo.toml
+++ b/crates/tor-proto/Cargo.toml
@@ -107,9 +107,9 @@ criterion = "0.5.1"
hex = "0.4"
hex-literal = "0.4"
humantime = "2"
-itertools = "0.13.0"
+itertools = "0.14.0"
regex = { version = "1", default-features = false, features = ["std"] }
-statrs = "0.17.1"
+statrs = "0.18.0"
tokio-crate = { package = "tokio", version = "1.7", features = ["full"] }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0", features = ["tokio", "native-tls"] }
[package.metadata.docs.rs]