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.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/tor-async-utils/Cargo.toml b/crates/tor-async-utils/Cargo.toml
index 0c5de7625..c5f250edd 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.43.0"
+version = "0.44.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.91"
@@ -30,22 +30,22 @@ cfg-if = "1.0.0"
derive-deftly = { version = "~1.11.3", features = ["full", "beta"] }
educe = "0.4.22"
futures = "0.3.14"
-oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.6.0" }
+oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.7.0" }
pin-project = "1"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
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.43.0", path = "../tor-basic-utils" }
-tor-rtcompat = { version = "0.43.0", path = "../tor-rtcompat" }
+tor-basic-utils = { version = "0.44.0", path = "../tor-basic-utils" }
+tor-rtcompat = { version = "0.44.0", path = "../tor-rtcompat" }
tracing = "0.1"
void = "1"
-web-time-compat = { version = "0.1.0", path = "../web-time-compat" }
+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.43.0" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.43.0" }
+tor-error = { path = "../tor-error", version = "0.44.0" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.44.0" }
visibility = "0.1.0"