diff options
Diffstat (limited to 'crates/tor-rtcompat')
| -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 5b640f44a..bbe4bc33d 100644 --- a/crates/tor-rtcompat/Cargo.toml +++ b/crates/tor-rtcompat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtcompat" -version = "0.24.0" +version = "0.25.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.77" @@ -64,8 +64,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.24.0", path = "../tor-error" } -tor-general-addr = { version = "0.24.0", path = "../tor-general-addr" } +tor-error = { version = "0.25.0", path = "../tor-error" } +tor-general-addr = { version = "0.25.0", path = "../tor-general-addr" } tracing = "0.1.36" void = "1" x509-signature = { version = "0.5.0", optional = true } |
