diff options
Diffstat (limited to 'crates/tor-log-ratelim')
| -rw-r--r-- | crates/tor-log-ratelim/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-log-ratelim/Cargo.toml b/crates/tor-log-ratelim/Cargo.toml index c30c081bd..8338e70c2 100644 --- a/crates/tor-log-ratelim/Cargo.toml +++ b/crates/tor-log-ratelim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-log-ratelim" -version = "0.42.0" +version = "0.43.0" authors = ["The Tor Project, Inc."] edition = "2024" rust-version = "1.89" @@ -21,8 +21,8 @@ full = ["tor-error/full", "tor-rtcompat/full", "web-time-compat/full"] futures = "0.3.14" humantime = "2" thiserror = "2" -tor-error = { path = "../tor-error", version = "0.42.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.42.0" } +tor-error = { path = "../tor-error", version = "0.43.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0" } tracing = "0.1.36" weak-table = "0.3.0" web-time-compat = { path = "../web-time-compat", version = "0.1.0" } |
