diff options
Diffstat (limited to 'crates/tor-rtcompat/Cargo.toml')
| -rw-r--r-- | crates/tor-rtcompat/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml index 021779dce..b69e4a6a7 100644 --- a/crates/tor-rtcompat/Cargo.toml +++ b/crates/tor-rtcompat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtcompat" -version = "0.36.0" +version = "0.37.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.86" @@ -88,8 +88,8 @@ tokio-crate = { package = "tokio", version = "1.7", optional = true, features = "time", ] } tokio-util = { version = "0.7.0", features = ["compat"], optional = true } -tor-error = { version = "0.36.0", path = "../tor-error", features = ["tracing"] } -tor-general-addr = { version = "0.36.0", path = "../tor-general-addr" } +tor-error = { version = "0.37.0", path = "../tor-error", features = ["tracing"] } +tor-general-addr = { version = "0.37.0", path = "../tor-general-addr" } tracing = "0.1.36" void = "1" |
