summaryrefslogtreecommitdiff
path: root/crates/tor-async-utils
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-async-utils')
-rw-r--r--crates/tor-async-utils/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/tor-async-utils/Cargo.toml b/crates/tor-async-utils/Cargo.toml
index 3fa938039..256dc41a5 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.44.0"
+version = "0.45.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.91"
@@ -38,8 +38,8 @@ sync_wrapper = "1.0.2"
thiserror = "2"
tokio = { version = "1.47.1", optional = true }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
-tor-basic-utils = { version = "0.44.0", path = "../tor-basic-utils" }
-tor-rtcompat = { version = "0.44.0", path = "../tor-rtcompat" }
+tor-basic-utils = { version = "0.45.0", path = "../tor-basic-utils" }
+tor-rtcompat = { version = "0.45.0", path = "../tor-rtcompat" }
tracing = "0.1"
void = "1"
web-time-compat = { version = "0.2.0", path = "../web-time-compat" }
@@ -47,6 +47,6 @@ web-time-compat = { version = "0.2.0", path = "../web-time-compat" }
[dev-dependencies]
futures-await-test = "0.3.0"
tokio = { version = "1.47.1", features = ["macros", "net", "rt", "rt-multi-thread", "time"] }
-tor-error = { path = "../tor-error", version = "0.44.0" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.44.0" }
+tor-error = { path = "../tor-error", version = "0.45.0" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.45.0" }
visibility = "0.1.0"