summaryrefslogtreecommitdiff
path: root/crates/tor-dirpublish/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-dirpublish/Cargo.toml')
-rw-r--r--crates/tor-dirpublish/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/tor-dirpublish/Cargo.toml b/crates/tor-dirpublish/Cargo.toml
index 5ae87eea5..4d70a4e6d 100644
--- a/crates/tor-dirpublish/Cargo.toml
+++ b/crates/tor-dirpublish/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirpublish"
-version = "0.42.0"
+version = "0.43.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -35,13 +35,13 @@ postage = { version = "0.5.0", default-features = false, features = ["futures-tr
rand = "0.10.1"
safelog = { path = "../safelog", version = "0.8.1" }
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.42.0" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.42.0", default-features = false }
-tor-error = { path = "../tor-error", version = "0.42.0", features = ["tracing"] }
-tor-linkspec = { path = "../tor-linkspec", version = "0.42.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.42.0" }
+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" }
tracing = "0.1.36"
web-time-compat = { path = "../web-time-compat", version = "0.1.0" }
[dev-dependencies]
-tor-rtmock = { path = "../tor-rtmock", version = "0.42.0" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.43.0" }