diff options
Diffstat (limited to 'crates/arti-hyper')
| -rw-r--r-- | crates/arti-hyper/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/arti-hyper/Cargo.toml b/crates/arti-hyper/Cargo.toml index 834c56bf7..ce37a179b 100644 --- a/crates/arti-hyper/Cargo.toml +++ b/crates/arti-hyper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-hyper" -version = "0.8.3" +version = "0.9.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -25,7 +25,7 @@ experimental-api = [] [dependencies] anyhow = "1.0.23" -arti-client = { path = "../arti-client", version = "0.8.3" } +arti-client = { path = "../arti-client", version = "0.9.0" } educe = "0.4.6" hyper = { version = "0.14", features = ["http1", "client", "runtime"] } pin-project = "1" @@ -40,8 +40,8 @@ tokio = { package = "tokio", version = "1.7", features = [ "time", "macros", ] } -tor-error = { path = "../tor-error", version = "0.4.1" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1", features = ["tokio"] } +tor-error = { path = "../tor-error", version = "0.5.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", features = ["tokio"] } [target.'cfg(target_vendor="apple")'.dev-dependencies] tls-api-openssl = "0.9.0" |
