diff options
Diffstat (limited to 'crates/tor-rtmock/Cargo.toml')
| -rw-r--r-- | crates/tor-rtmock/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml index 1ff78bb6e..6c4c598c9 100644 --- a/crates/tor-rtmock/Cargo.toml +++ b/crates/tor-rtmock/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtmock" -version = "0.42.0" +version = "0.43.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.89" @@ -27,9 +27,9 @@ priority-queue = "2.0.3" slotmap-careful = { path = "../slotmap-careful", version = "0.7.0" } strum = { version = "0.28.0", features = ["derive"] } thiserror = "2" -tor-error = { version = "0.42.0", path = "../tor-error", features = ["tracing"] } -tor-general-addr = { version = "0.42.0", path = "../tor-general-addr" } -tor-rtcompat = { version = "0.42.0", path = "../tor-rtcompat" } +tor-error = { version = "0.43.0", path = "../tor-error", features = ["tracing"] } +tor-general-addr = { version = "0.43.0", path = "../tor-general-addr" } +tor-rtcompat = { version = "0.43.0", path = "../tor-rtcompat" } tracing = "0.1.36" tracing-test = "0.2.4" void = "1" @@ -38,9 +38,9 @@ web-time-compat = { version = "0.1.0", path = "../web-time-compat" } [dev-dependencies] futures-await-test = "0.3.0" rand = "0.10.1" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.42.0" } -tor-general-addr = { path = "../tor-general-addr", version = "0.42.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.42.0", features = ["tokio", "native-tls"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } +tor-general-addr = { path = "../tor-general-addr", version = "0.43.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0", features = ["tokio", "native-tls"] } [features] full = [ |
