diff options
Diffstat (limited to 'crates/futures-copy')
| -rw-r--r-- | crates/futures-copy/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/futures-copy/Cargo.toml b/crates/futures-copy/Cargo.toml index 5d9ecc708..bfe4975c7 100644 --- a/crates/futures-copy/Cargo.toml +++ b/crates/futures-copy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "futures-copy" -version = "0.3.1" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -21,9 +21,9 @@ pin-project = "1" [dev-dependencies] tokio = { version = "1.47.1", features = ["macros", "net", "rt", "rt-multi-thread", "time"] } -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" } +tor-error = { path = "../tor-error", version = "0.44.0" } +tor-rtcompat = { version = "0.44.0", path = "../tor-rtcompat" } +tor-rtmock = { path = "../tor-rtmock", version = "0.44.0" } [package.metadata.docs.rs] all-features = true |
