summaryrefslogtreecommitdiff
path: root/crates/arti-hyper/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti-hyper/Cargo.toml')
-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 88d03a2d1..b247031b7 100644
--- a/crates/arti-hyper/Cargo.toml
+++ b/crates/arti-hyper/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-hyper"
-version = "0.14.0"
+version = "0.14.1"
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.14.0" }
+arti-client = { path = "../arti-client", version = "0.14.1" }
educe = "0.4.6"
hyper = { version = "0.14", features = ["http1", "client", "runtime"] }
pin-project = "1"