diff options
Diffstat (limited to 'crates/tor-relay-selection/Cargo.toml')
| -rw-r--r-- | crates/tor-relay-selection/Cargo.toml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/crates/tor-relay-selection/Cargo.toml b/crates/tor-relay-selection/Cargo.toml index 1223d35f9..09e0b2114 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.36.0" +version = "0.37.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.86" @@ -31,16 +31,16 @@ __is_experimental = [] [dependencies] rand = "0.9.1" serde = { version = "1.0.103", features = ["derive"] } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" } -tor-geoip = { path = "../tor-geoip", version = "0.36.0", optional = true } -tor-linkspec = { path = "../tor-linkspec", version = "0.36.0" } -tor-netdir = { path = "../tor-netdir", version = "0.36.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.36.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.37.0" } +tor-geoip = { path = "../tor-geoip", version = "0.37.0", optional = true } +tor-linkspec = { path = "../tor-linkspec", version = "0.37.0" } +tor-netdir = { path = "../tor-netdir", version = "0.37.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.37.0" } [dev-dependencies] -tor-basic-utils = { path = "../tor-basic-utils", version = "0.36" } -tor-netdir = { path = "../tor-netdir", version = "0.36.0", features = ["testing"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.36.0", features = ["testing"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.37" } +tor-netdir = { path = "../tor-netdir", version = "0.37.0", features = ["testing"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.37.0", features = ["testing"] } [package.metadata.docs.rs] all-features = true |
