summaryrefslogtreecommitdiff
path: root/crates/tor-async-utils/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-async-utils/Cargo.toml')
-rw-r--r--crates/tor-async-utils/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-async-utils/Cargo.toml b/crates/tor-async-utils/Cargo.toml
index 157276ba7..e4b999b52 100644
--- a/crates/tor-async-utils/Cargo.toml
+++ b/crates/tor-async-utils/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-async-utils"
-version = "0.36.0"
+version = "0.37.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -25,9 +25,9 @@ void = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
tokio = { version = "1.7", features = ["macros", "net", "rt", "rt-multi-thread", "time"] }
-tor-error = { path = "../tor-error", version = "0.36.0" }
-tor-rtcompat = { version = "0.36.0", path = "../tor-rtcompat" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.36.0" }
+tor-error = { path = "../tor-error", version = "0.37.0" }
+tor-rtcompat = { version = "0.37.0", path = "../tor-rtcompat" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.37.0" }
[features]
full = ["oneshot-fused-workaround/full"]