diff options
Diffstat (limited to 'crates/futures-copy/Cargo.toml')
| -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 cc2ef03e2..7b17f3041 100644 --- a/crates/futures-copy/Cargo.toml +++ b/crates/futures-copy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "futures-copy" -version = "0.2.0" +version = "0.2.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.86" @@ -21,9 +21,9 @@ pin-project = "1" [dev-dependencies] tokio = { version = "1.7", features = ["macros", "net", "rt", "rt-multi-thread", "time"] } -tor-error = { path = "../tor-error", version = "0.36.0" } -tor-rtcompat = { version = "0.36.0", path = "../tor-rtcompat" } -tor-rtmock = { path = "../tor-rtmock", version = "0.36.0" } +tor-error = { path = "../tor-error", version = "0.37.0" } +tor-rtcompat = { version = "0.37.0", path = "../tor-rtcompat" } +tor-rtmock = { path = "../tor-rtmock", version = "0.37.0" } [target.'cfg(unix)'.dependencies] libc = "0.2" |
