diff options
Diffstat (limited to 'crates/tor-rtmock')
| -rw-r--r-- | crates/tor-rtmock/Cargo.toml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml index fee4521df..d7e0ad99c 100644 --- a/crates/tor-rtmock/Cargo.toml +++ b/crates/tor-rtmock/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtmock" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.85.1" @@ -21,15 +21,15 @@ educe = "0.4.22" futures = "0.3.14" humantime = "2" itertools = "0.14.0" -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.3.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" } pin-project = "1" priority-queue = "2.0.3" -slotmap-careful = { path = "../slotmap-careful", version = "0.3.0" } +slotmap-careful = { path = "../slotmap-careful", version = "0.4.0" } strum = { version = "0.27.1", features = ["derive"] } thiserror = "2" -tor-error = { version = "0.34.0", path = "../tor-error", features = ["tracing"] } -tor-general-addr = { version = "0.34.0", path = "../tor-general-addr" } -tor-rtcompat = { version = "0.34.0", path = "../tor-rtcompat" } +tor-error = { version = "0.35.0", path = "../tor-error", features = ["tracing"] } +tor-general-addr = { version = "0.35.0", path = "../tor-general-addr" } +tor-rtcompat = { version = "0.35.0", path = "../tor-rtcompat" } tracing = "0.1.36" tracing-test = "0.2.4" void = "1" @@ -37,9 +37,9 @@ void = "1" [dev-dependencies] futures-await-test = "0.3.0" rand = "0.9.1" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-general-addr = { path = "../tor-general-addr", version = "0.34.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0", features = ["tokio", "native-tls"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-general-addr = { path = "../tor-general-addr", version = "0.35.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["tokio", "native-tls"] } [features] full = [ |
