summaryrefslogtreecommitdiff
path: root/crates/arti-ureq/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti-ureq/Cargo.toml')
-rw-r--r--crates/arti-ureq/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/arti-ureq/Cargo.toml b/crates/arti-ureq/Cargo.toml
index 1d9109d57..7ff492b0f 100644
--- a/crates/arti-ureq/Cargo.toml
+++ b/crates/arti-ureq/Cargo.toml
@@ -10,15 +10,15 @@ categories = ["network-programming"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
-arti-client = { path = "../arti-client" }
+arti-client = { path = "../arti-client", version = "0.30.0" }
async-std = { version = "1.7.0", optional = true }
educe = "0.4.6"
futures = "0.3.14"
thiserror = "2"
tokio = { version = "1.7", optional = true }
-tor-error = { path = "../tor-error" }
-tor-proto = { path = "../tor-proto", features = [ "stream-ctrl" ] }
-tor-rtcompat = { path = "../tor-rtcompat", default-features = false }
+tor-error = { path = "../tor-error", version = "0.30.0" }
+tor-proto = { path = "../tor-proto", features = [ "stream-ctrl" ], version = "0.30.0" }
+tor-rtcompat = { path = "../tor-rtcompat", default-features = false, version = "0.30.0" }
ureq = { version = "~3.0", default-features = false, features = ["rustls-no-provider", "platform-verifier"] }
[dev-dependencies]