summaryrefslogtreecommitdiff
path: root/crates/tor-dirpublish
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-dirpublish')
-rw-r--r--crates/tor-dirpublish/Cargo.toml18
1 files changed, 9 insertions, 9 deletions
diff --git a/crates/tor-dirpublish/Cargo.toml b/crates/tor-dirpublish/Cargo.toml
index 397688779..14b314f3f 100644
--- a/crates/tor-dirpublish/Cargo.toml
+++ b/crates/tor-dirpublish/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirpublish"
-version = "0.43.0"
+version = "0.44.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.91"
@@ -33,15 +33,15 @@ event-listener = "5"
futures = "0.3.14"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand = "0.10.1"
-safelog = { path = "../safelog", version = "0.8.1" }
+safelog = { path = "../safelog", version = "0.9.0" }
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.43.0", default-features = false }
-tor-error = { path = "../tor-error", version = "0.43.0", features = ["tracing"] }
-tor-linkspec = { path = "../tor-linkspec", version = "0.43.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.44.0", default-features = false }
+tor-error = { path = "../tor-error", version = "0.44.0", features = ["tracing"] }
+tor-linkspec = { path = "../tor-linkspec", version = "0.44.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0" }
tracing = "0.1.36"
-web-time-compat = { path = "../web-time-compat", version = "0.1.0" }
+web-time-compat = { path = "../web-time-compat", version = "0.2.0" }
[dev-dependencies]
-tor-rtmock = { path = "../tor-rtmock", version = "0.43.0" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.44.0" }