summaryrefslogtreecommitdiff
path: root/crates/tor-rtmock/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-rtmock/Cargo.toml')
-rw-r--r--crates/tor-rtmock/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml
index 46dc17459..c26379a9c 100644
--- a/crates/tor-rtmock/Cargo.toml
+++ b/crates/tor-rtmock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtmock"
-version = "0.22.0"
+version = "0.23.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -20,14 +20,14 @@ educe = "0.4.6"
futures = "0.3.14"
humantime = "2"
itertools = "0.13.0"
-oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.1.0" }
+oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.2.0" }
pin-project = "1"
priority-queue = "2.0.3"
slotmap = "1.0.6"
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "1"
-tor-error = { version = "0.22.0", path = "../tor-error", features = ["tracing"] }
-tor-rtcompat = { version = "0.22.0", path = "../tor-rtcompat" }
+tor-error = { version = "0.23.0", path = "../tor-error", features = ["tracing"] }
+tor-rtcompat = { version = "0.23.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
tracing-test = "0.2.4"
void = "1"
@@ -35,8 +35,8 @@ void = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
rand = "0.8"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0", features = ["tokio", "native-tls"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.23.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.23.0", features = ["tokio", "native-tls"] }
[features]
full = ["tor-rtcompat/full", "tor-error/full", "oneshot-fused-workaround/full"]