diff options
Diffstat (limited to 'crates/tor-log-ratelim/Cargo.toml')
| -rw-r--r-- | crates/tor-log-ratelim/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-log-ratelim/Cargo.toml b/crates/tor-log-ratelim/Cargo.toml index e3c42657f..a152505da 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.2.0" +version = "0.3.0" authors = ["The Tor Project, Inc."] edition = "2021" rust-version = "1.70" @@ -23,7 +23,7 @@ humantime = "2" once_cell = "1.18" thiserror = "1" tor-error = { path = "../tor-error", version = "0.6.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.7" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0" } tracing = "0.1.36" weak-table = "0.3.0" |
