diff options
Diffstat (limited to 'crates/tor-dirserver/Cargo.toml')
| -rw-r--r-- | crates/tor-dirserver/Cargo.toml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/crates/tor-dirserver/Cargo.toml b/crates/tor-dirserver/Cargo.toml index 94e000bf0..a2844a785 100644 --- a/crates/tor-dirserver/Cargo.toml +++ b/crates/tor-dirserver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirserver" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Clara Engler <[email protected]>"] edition = "2021" rust-version = "1.91" @@ -41,7 +41,7 @@ r2d2 = "0.8.10" # NOTE: See the note for `rusqlite` in `../tor-dirmgr/Cargo.toml`. r2d2_sqlite = ">=0.29.0, <0.34.0" rand = "0.10.1" -retry-error = { version = "0.12.0", path = "../retry-error" } +retry-error = { version = "0.13.0", path = "../retry-error" } # NOTE: See the note for `rusqlite` in `../tor-dirmgr/Cargo.toml`. rusqlite = ">=0.36.0, <0.40.0" saturating-time = "0.4.0" @@ -49,14 +49,14 @@ 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.43.0", path = "../tor-basic-utils" } -tor-checkable = { path = "../tor-checkable", version = "0.43.0" } -tor-dirclient = { version = "0.43.0", path = "../tor-dirclient" } -tor-dircommon = { version = "0.43.0", path = "../tor-dircommon" } -tor-error = { version = "0.43.0", path = "../tor-error" } -tor-llcrypto = { version = "0.43.0", path = "../tor-llcrypto" } -tor-netdoc = { version = "0.43.0", path = "../tor-netdoc", features = ["full", "experimental"] } -tor-rtcompat = { version = "0.43.0", path = "../tor-rtcompat", features = [ "tokio", "native-tls", "rustls" ] } +tor-basic-utils = { version = "0.44.0", path = "../tor-basic-utils" } +tor-checkable = { path = "../tor-checkable", version = "0.44.0" } +tor-dirclient = { version = "0.44.0", path = "../tor-dirclient" } +tor-dircommon = { version = "0.44.0", path = "../tor-dircommon" } +tor-error = { version = "0.44.0", path = "../tor-error" } +tor-llcrypto = { version = "0.44.0", path = "../tor-llcrypto" } +tor-netdoc = { version = "0.44.0", path = "../tor-netdoc", features = ["full", "experimental"] } +tor-rtcompat = { version = "0.44.0", path = "../tor-rtcompat", features = [ "tokio", "native-tls", "rustls" ] } tracing = "0.1.41" weak-table = "0.3.2" zstd = "0.13.3" |
