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.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/tor-ptmgr/Cargo.toml b/crates/tor-ptmgr/Cargo.toml
index b87f75f40..599be43d8 100644
--- a/crates/tor-ptmgr/Cargo.toml
+++ b/crates/tor-ptmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-ptmgr"
-version = "0.4.1"
+version = "0.5.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -36,10 +36,10 @@ fs-mistrust = { version = "0.7.3", path = "../fs-mistrust" }
futures = "0.3.14"
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
-tor-chanmgr = { version = "0.10.0", path = "../tor-chanmgr", features = ["pt-client"] }
-tor-config = { version = "0.9.3", path = "../tor-config" }
-tor-error = { version = "0.5.3", path = "../tor-error", features = ["tracing"] }
-tor-linkspec = { version = "0.8.2", path = "../tor-linkspec", features = ["pt-client"] }
+tor-chanmgr = { version = "0.10.1", path = "../tor-chanmgr", features = ["pt-client"] }
+tor-config = { version = "0.9.4", path = "../tor-config" }
+tor-error = { version = "0.5.4", path = "../tor-error", features = ["tracing"] }
+tor-linkspec = { version = "0.8.3", path = "../tor-linkspec", features = ["pt-client"] }
tor-rtcompat = { version = "0.9.1", path = "../tor-rtcompat" }
tor-socksproto = { version = "0.7.2", path = "../tor-socksproto" }
tracing = "0.1.36"