diff options
Diffstat (limited to 'crates/tor-async-utils/Cargo.toml')
| -rw-r--r-- | crates/tor-async-utils/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-async-utils/Cargo.toml b/crates/tor-async-utils/Cargo.toml index ae4983025..9e8e0aec1 100644 --- a/crates/tor-async-utils/Cargo.toml +++ b/crates/tor-async-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-async-utils" -version = "0.42.0" +version = "0.43.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.89" @@ -25,9 +25,9 @@ void = "1" [dev-dependencies] futures-await-test = "0.3.0" tokio = { version = "1.7", features = ["macros", "net", "rt", "rt-multi-thread", "time"] } -tor-error = { path = "../tor-error", version = "0.42.0" } -tor-rtcompat = { version = "0.42.0", path = "../tor-rtcompat" } -tor-rtmock = { path = "../tor-rtmock", version = "0.42.0" } +tor-error = { path = "../tor-error", version = "0.43.0" } +tor-rtcompat = { version = "0.43.0", path = "../tor-rtcompat" } +tor-rtmock = { path = "../tor-rtmock", version = "0.43.0" } [features] full = ["oneshot-fused-workaround/full"] |
