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.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-ptmgr/Cargo.toml b/crates/tor-ptmgr/Cargo.toml
index b1a46fab6..974f5135d 100644
--- a/crates/tor-ptmgr/Cargo.toml
+++ b/crates/tor-ptmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-ptmgr"
-version = "0.10.0"
+version = "0.11.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -38,7 +38,7 @@ serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" }
tor-chanmgr = { version = "0.14.0", path = "../tor-chanmgr", features = ["pt-client"] }
-tor-config = { version = "0.10.0", path = "../tor-config" }
+tor-config = { version = "0.11.0", path = "../tor-config" }
tor-error = { version = "0.6.0", path = "../tor-error", features = ["tracing"] }
tor-linkspec = { version = "0.11.0", path = "../tor-linkspec", features = ["pt-client"] }
tor-rtcompat = { version = "0.10.0", path = "../tor-rtcompat" }