summaryrefslogtreecommitdiff
path: root/crates/tor-relay-selection
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-relay-selection')
-rw-r--r--crates/tor-relay-selection/Cargo.toml18
1 files changed, 9 insertions, 9 deletions
diff --git a/crates/tor-relay-selection/Cargo.toml b/crates/tor-relay-selection/Cargo.toml
index 20bf427ca..76dd5d21d 100644
--- a/crates/tor-relay-selection/Cargo.toml
+++ b/crates/tor-relay-selection/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-relay-selection"
-version = "0.0.1"
+version = "0.17.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -23,17 +23,17 @@ __is_experimental = []
derive_more = "0.99.3"
rand = "0.8"
serde = { version = "1.0.103", features = ["derive"] }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-geoip = { path = "../tor-geoip", version = "0.2.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.11.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.12.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.12.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.17.0" }
+tor-geoip = { path = "../tor-geoip", version = "0.17.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.17.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.17.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.17.0" }
[dev-dependencies]
once_cell = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.8" }
-tor-netdir = { path = "../tor-netdir", version = "0.12.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.12.0", features = ["testing"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.17" }
+tor-netdir = { path = "../tor-netdir", version = "0.17.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.17.0", features = ["testing"] }
[package.metadata.docs.rs]
all-features = true