summaryrefslogtreecommitdiff
path: root/crates/tor-rtmock
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-rtmock')
-rw-r--r--crates/tor-rtmock/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml
index 193fb8ef2..cb2ccbb23 100644
--- a/crates/tor-rtmock/Cargo.toml
+++ b/crates/tor-rtmock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtmock"
-version = "0.8.0"
+version = "0.8.1"
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.9.0", path = "../tor-rtcompat" }
+tor-rtcompat = { version = "0.9.1", path = "../tor-rtcompat" }
tracing = "0.1.36"
[dev-dependencies]
futures-await-test = "0.3.0"
rand = "0.8"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", features = ["tokio", "native-tls"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }
[features]
full = ["tor-rtcompat/full"]