diff options
Diffstat (limited to 'crates/tor-congestion')
| -rw-r--r-- | crates/tor-congestion/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-congestion/Cargo.toml b/crates/tor-congestion/Cargo.toml index aa85dcd58..b9cd0ec61 100644 --- a/crates/tor-congestion/Cargo.toml +++ b/crates/tor-congestion/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-congestion" -version = "0.5.4" +version = "0.6.0" edition = "2021" authors = ["The Tor Project, Inc.", "eta <[email protected]>"] rust-version = "1.70" @@ -17,7 +17,7 @@ publish = false [dependencies] thiserror = "1" tor-error = { path = "../tor-error", version = "0.6.0" } -tor-netdir = { path = "../tor-netdir", version = "0.11.0" } +tor-netdir = { path = "../tor-netdir", version = "0.12.0" } tor-units = { path = "../tor-units", version = "0.6.1" } [features] |
