summaryrefslogtreecommitdiff
path: root/crates/arti-hyper
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti-hyper')
-rw-r--r--crates/arti-hyper/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/arti-hyper/Cargo.toml b/crates/arti-hyper/Cargo.toml
index 006339531..8bca66307 100644
--- a/crates/arti-hyper/Cargo.toml
+++ b/crates/arti-hyper/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-hyper"
-version = "0.8.1"
+version = "0.8.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -25,7 +25,7 @@ experimental-api = []
[dependencies]
anyhow = "1.0.23"
-arti-client = { path = "../arti-client", version = "0.8.1" }
+arti-client = { path = "../arti-client", version = "0.8.2" }
educe = "0.4.6"
hyper = { version = "0.14", features = ["http1", "client", "runtime"] }
pin-project = "1"