diff options
Diffstat (limited to 'crates/tor-dirserver')
| -rw-r--r-- | crates/tor-dirserver/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-dirserver/Cargo.toml b/crates/tor-dirserver/Cargo.toml index 250bfa3cd..fec845819 100644 --- a/crates/tor-dirserver/Cargo.toml +++ b/crates/tor-dirserver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirserver" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Clara Engler <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -25,7 +25,7 @@ rusqlite = "0.37.0" strum = { version = "0.27.1", features = ["derive"] } thiserror = "2.0.16" tokio = { version = "1.47.1", features = ["full"] } -tor-error = { version = "0.34.0", path = "../tor-error" } +tor-error = { version = "0.35.0", path = "../tor-error" } tracing = "0.1.41" weak-table = "0.3.2" |
