diff options
Diffstat (limited to 'crates/tor-rtmock/Cargo.toml')
| -rw-r--r-- | crates/tor-rtmock/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml index aa9d84f6c..9bb39af62 100644 --- a/crates/tor-rtmock/Cargo.toml +++ b/crates/tor-rtmock/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtmock" -version = "0.7.2" +version = "0.8.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -17,14 +17,14 @@ futures = "0.3.14" humantime = "2" pin-project = "1" thiserror = "1" -tor-rtcompat = { version = "0.8.1", path = "../tor-rtcompat" } +tor-rtcompat = { version = "0.9.0", path = "../tor-rtcompat" } tracing = "0.1.18" [dev-dependencies] futures-await-test = "0.3.0" rand = "0.8" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.6.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1", features = ["tokio", "native-tls"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", features = ["tokio", "native-tls"] } [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] |
