diff options
Diffstat (limited to 'crates/tor-congestion')
| -rw-r--r-- | crates/tor-congestion/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-congestion/Cargo.toml b/crates/tor-congestion/Cargo.toml index 192823a62..2b4856ea1 100644 --- a/crates/tor-congestion/Cargo.toml +++ b/crates/tor-congestion/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-congestion" -version = "0.7.0" +version = "0.17.0" edition = "2021" authors = ["The Tor Project, Inc.", "eta <[email protected]>"] rust-version = "1.70" @@ -16,9 +16,9 @@ publish = false [dependencies] thiserror = "1" -tor-error = { path = "../tor-error", version = "0.6.0" } -tor-netdir = { path = "../tor-netdir", version = "0.12.1" } -tor-units = { path = "../tor-units", version = "0.6.5" } +tor-error = { path = "../tor-error", version = "0.17.0" } +tor-netdir = { path = "../tor-netdir", version = "0.17.0" } +tor-units = { path = "../tor-units", version = "0.17.0" } [features] full = ["tor-error/full", "tor-netdir/full", "tor-units/full"] |
