summaryrefslogtreecommitdiff
path: root/crates/arti-hyper
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti-hyper')
-rw-r--r--crates/arti-hyper/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/arti-hyper/Cargo.toml b/crates/arti-hyper/Cargo.toml
index 11aefe1da..0aeb8658c 100644
--- a/crates/arti-hyper/Cargo.toml
+++ b/crates/arti-hyper/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-hyper"
-version = "0.11.0"
+version = "0.12.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -36,7 +36,7 @@ __is_nonadditive = []
[dependencies]
anyhow = "1.0.23"
-arti-client = { path = "../arti-client", version = "0.11.0" }
+arti-client = { path = "../arti-client", version = "0.12.0" }
educe = "0.4.6"
hyper = { version = "0.14", features = ["http1", "client", "runtime"] }
pin-project = "1"
@@ -44,8 +44,8 @@ thiserror = "1"
tls-api = "0.9.0"
tls-api-native-tls = "0.9.0"
tokio = { package = "tokio", version = "1.7", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros"] }
-tor-error = { path = "../tor-error", version = "0.5.4" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio"] }
+tor-error = { path = "../tor-error", version = "0.5.5" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6", features = ["tokio"] }
[target.'cfg(target_vendor="apple")'.dev-dependencies]
tls-api-openssl = "0.9.0"