diff options
Diffstat (limited to 'crates/tor-rtmock/Cargo.toml')
| -rw-r--r-- | crates/tor-rtmock/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml index a2808b355..c8f492b78 100644 --- a/crates/tor-rtmock/Cargo.toml +++ b/crates/tor-rtmock/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtmock" -version = "0.7.0" +version = "0.7.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.60" @@ -17,14 +17,14 @@ futures = "0.3.14" humantime = "2" pin-project = "1" thiserror = "1" -tor-rtcompat = { version = "0.8.0", path = "../tor-rtcompat" } +tor-rtcompat = { version = "0.8.1", 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.5.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.0", features = ["tokio", "native-tls"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1", features = ["tokio", "native-tls"] } [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] |
