diff options
Diffstat (limited to 'crates/tor-rtmock')
| -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 8903a0dda..1f8975c4f 100644 --- a/crates/tor-rtmock/Cargo.toml +++ b/crates/tor-rtmock/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtmock" -version = "0.11.0" +version = "0.11.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -27,8 +27,8 @@ slotmap = "1.0.6" strum = { version = "0.25", features = ["derive"] } thiserror = "1" tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" } -tor-error = { version = "0.5.4", path = "../tor-error", features = ["tracing"] } -tor-rtcompat = { version = "0.9.5", path = "../tor-rtcompat" } +tor-error = { version = "0.5.5", path = "../tor-error", features = ["tracing"] } +tor-rtcompat = { version = "0.9.6", path = "../tor-rtcompat" } tracing = "0.1.36" tracing-test = "0.2" void = "1" @@ -37,7 +37,7 @@ void = "1" futures-await-test = "0.3.0" rand = "0.8" tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio", "native-tls"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6", features = ["tokio", "native-tls"] } [features] full = ["tor-rtcompat/full", "tor-error/full", "tor-async-utils/full"] |
