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.toml20
1 files changed, 10 insertions, 10 deletions
diff --git a/crates/tor-ptmgr/Cargo.toml b/crates/tor-ptmgr/Cargo.toml
index 09bf974d2..bc20813b1 100644
--- a/crates/tor-ptmgr/Cargo.toml
+++ b/crates/tor-ptmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-ptmgr"
-version = "0.21.0"
+version = "0.22.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -42,21 +42,21 @@ itertools = "0.13.0"
oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.1.0" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
-tor-async-utils = { version = "0.21.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
-tor-chanmgr = { version = "0.21.0", path = "../tor-chanmgr", features = ["pt-client"] }
-tor-config = { version = "0.21.0", path = "../tor-config" }
-tor-error = { version = "0.21.0", path = "../tor-error", features = ["tracing"] }
-tor-linkspec = { version = "0.21.0", path = "../tor-linkspec", features = ["pt-client"] }
-tor-rtcompat = { version = "0.21.0", path = "../tor-rtcompat" }
-tor-socksproto = { version = "0.21.0", path = "../tor-socksproto" }
+tor-async-utils = { version = "0.22.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
+tor-chanmgr = { version = "0.22.0", path = "../tor-chanmgr", features = ["pt-client"] }
+tor-config = { version = "0.22.0", path = "../tor-config" }
+tor-error = { version = "0.22.0", path = "../tor-error", features = ["tracing"] }
+tor-linkspec = { version = "0.22.0", path = "../tor-linkspec", features = ["pt-client"] }
+tor-rtcompat = { version = "0.22.0", path = "../tor-rtcompat" }
+tor-socksproto = { version = "0.22.0", path = "../tor-socksproto" }
tracing = "0.1.36"
visibility = { version = "0.1.0", optional = true }
[dev-dependencies]
anyhow = "1.0.23"
tokio = { version = "1.7", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0", features = ["tokio", "native-tls"] }
tracing-subscriber = "0.3.0"
[[example]]