diff options
Diffstat (limited to 'crates/tor-congestion/Cargo.toml')
| -rw-r--r-- | crates/tor-congestion/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-congestion/Cargo.toml b/crates/tor-congestion/Cargo.toml index 26517b36a..516ede9e4 100644 --- a/crates/tor-congestion/Cargo.toml +++ b/crates/tor-congestion/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-congestion" -version = "0.4.1" +version = "0.4.2" edition = "2021" authors = ["The Tor Project, Inc.", "eta <[email protected]>"] rust-version = "1.60" @@ -14,8 +14,8 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] thiserror = "1" tor-error = { path = "../tor-error", version = "0.4.1" } -tor-netdir = { path = "../tor-netdir", version = "0.7.1" } -tor-units = { path = "../tor-units", version = "0.4.1" } +tor-netdir = { path = "../tor-netdir", version = "0.8.0" } +tor-units = { path = "../tor-units", version = "0.5.0" } [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] |
