summaryrefslogtreecommitdiff
path: root/crates/tor-ptmgr/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-ptmgr/Cargo.toml')
-rw-r--r--crates/tor-ptmgr/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/tor-ptmgr/Cargo.toml b/crates/tor-ptmgr/Cargo.toml
index 4a942d631..f42283c70 100644
--- a/crates/tor-ptmgr/Cargo.toml
+++ b/crates/tor-ptmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-ptmgr"
-version = "0.2.0"
+version = "0.2.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -26,12 +26,12 @@ fs-mistrust = { version = "0.6.0", path = "../fs-mistrust" }
futures = "0.3.14"
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
-tor-chanmgr = { version = "0.8.0", path = "../tor-chanmgr", features = ["pt-client"] }
-tor-config = { version = "0.7.0", path = "../tor-config" }
-tor-error = { version = "0.4.0", path = "../tor-error" }
+tor-chanmgr = { version = "0.8.1", path = "../tor-chanmgr", features = ["pt-client"] }
+tor-config = { version = "0.7.1", path = "../tor-config" }
+tor-error = { version = "0.4.1", path = "../tor-error" }
tor-linkspec = { version = "0.6.0", path = "../tor-linkspec", features = ["pt-client"] }
-tor-rtcompat = { version = "0.8.0", path = "../tor-rtcompat" }
-tor-socksproto = { version = "0.6.0", path = "../tor-socksproto" }
+tor-rtcompat = { version = "0.8.1", path = "../tor-rtcompat" }
+tor-socksproto = { version = "0.6.1", path = "../tor-socksproto" }
tracing = "0.1.18"
visibility = { version = "0.0.1", optional = true }
@@ -45,7 +45,7 @@ tokio = { version = "1.7", features = [
"time",
"macros",
] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.0", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1", features = ["tokio", "native-tls"] }
tracing-subscriber = "0.3.0"
[[example]]