summaryrefslogtreecommitdiff
path: root/crates/tor-dirserver
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-dirserver')
-rw-r--r--crates/tor-dirserver/Cargo.toml18
1 files changed, 9 insertions, 9 deletions
diff --git a/crates/tor-dirserver/Cargo.toml b/crates/tor-dirserver/Cargo.toml
index e80c83302..dd0772074 100644
--- a/crates/tor-dirserver/Cargo.toml
+++ b/crates/tor-dirserver/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirserver"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Clara Engler <[email protected]>"]
edition = "2021"
rust-version = "1.89"
@@ -40,7 +40,7 @@ r2d2 = "0.8.10"
# NOTE: See the note for `rusqlite` in `../tor-dirmgr/Cargo.toml`.
r2d2_sqlite = ">=0.29.0, <0.33.0"
rand = "0.9.2"
-retry-error = { version = "0.11.0", path = "../retry-error" }
+retry-error = { version = "0.12.0", path = "../retry-error" }
# NOTE: See the note for `rusqlite` in `../tor-dirmgr/Cargo.toml`.
rusqlite = ">=0.36.0, <0.39.0"
saturating-time = "0.3.0"
@@ -48,13 +48,13 @@ strum = { version = "0.28.0", features = ["derive"] }
thiserror = "2.0.16"
tokio = { version = "1.47.1", features = ["full", "test-util"] }
tokio-util = { version = "0.7.16", features = ["compat"] }
-tor-basic-utils = { version = "0.40.0", path = "../tor-basic-utils" }
-tor-dirclient = { version = "0.40.0", path = "../tor-dirclient" }
-tor-dircommon = { version = "0.40.0", path = "../tor-dircommon" }
-tor-error = { version = "0.40.0", path = "../tor-error" }
-tor-llcrypto = { version = "0.40.0", path = "../tor-llcrypto" }
-tor-netdoc = { version = "0.40.0", path = "../tor-netdoc", features = ["full", "experimental"] }
-tor-rtcompat = { version = "0.40.0", path = "../tor-rtcompat", features = [ "tokio", "native-tls", "rustls" ] }
+tor-basic-utils = { version = "0.41.0", path = "../tor-basic-utils" }
+tor-dirclient = { version = "0.41.0", path = "../tor-dirclient" }
+tor-dircommon = { version = "0.41.0", path = "../tor-dircommon" }
+tor-error = { version = "0.41.0", path = "../tor-error" }
+tor-llcrypto = { version = "0.41.0", path = "../tor-llcrypto" }
+tor-netdoc = { version = "0.41.0", path = "../tor-netdoc", features = ["full", "experimental"] }
+tor-rtcompat = { version = "0.41.0", path = "../tor-rtcompat", features = [ "tokio", "native-tls", "rustls" ] }
tracing = "0.1.41"
weak-table = "0.3.2"
zstd = "0.13.3"