diff options
Diffstat (limited to 'crates/tor-congestion')
| -rw-r--r-- | crates/tor-congestion/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-congestion/Cargo.toml b/crates/tor-congestion/Cargo.toml index 4cf9d5e0c..72bd1f1b1 100644 --- a/crates/tor-congestion/Cargo.toml +++ b/crates/tor-congestion/Cargo.toml @@ -17,7 +17,7 @@ publish = false [dependencies] thiserror = "1" tor-error = { path = "../tor-error", version = "0.5.4" } -tor-netdir = { path = "../tor-netdir", version = "0.9.4" } +tor-netdir = { path = "../tor-netdir", version = "0.9.6" } tor-units = { path = "../tor-units", version = "0.6.1" } [features] |
