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 b4158c3f7..02e0581fa 100644 --- a/crates/tor-congestion/Cargo.toml +++ b/crates/tor-congestion/Cargo.toml @@ -16,9 +16,9 @@ publish = false [dependencies] thiserror = "1" -tor-error = { path = "../tor-error", version = "0.22.0" } -tor-netdir = { path = "../tor-netdir", version = "0.22.0" } -tor-units = { path = "../tor-units", version = "0.22.0" } +tor-error = { path = "../tor-error", version = "0.23.0" } +tor-netdir = { path = "../tor-netdir", version = "0.23.0" } +tor-units = { path = "../tor-units", version = "0.23.0" } [features] full = ["tor-error/full", "tor-netdir/full", "tor-units/full"] |
