summaryrefslogtreecommitdiff
path: root/crates/tor-relay-selection/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-relay-selection/Cargo.toml')
-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 b1759fcec..16f329b46 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.42.0"
+version = "0.43.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -31,16 +31,16 @@ __is_experimental = []
[dependencies]
rand = "0.10.1"
serde = { version = "1.0.103", features = ["derive"] }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.42.0" }
-tor-geoip = { path = "../tor-geoip", version = "0.42.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.42.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.42.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.42.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" }
+tor-geoip = { path = "../tor-geoip", version = "0.43.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.43.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.43.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.43.0" }
[dev-dependencies]
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.42" }
-tor-netdir = { path = "../tor-netdir", version = "0.42.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.42.0", features = ["testing"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.43" }
+tor-netdir = { path = "../tor-netdir", version = "0.43.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.43.0", features = ["testing"] }
[package.metadata.docs.rs]
all-features = true