diff options
Diffstat (limited to 'crates/tor-relay-selection')
| -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 65e366181..77214a582 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.22.0" +version = "0.23.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.77" @@ -31,17 +31,17 @@ __is_experimental = [] [dependencies] rand = "0.8" serde = { version = "1.0.103", features = ["derive"] } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" } -tor-geoip = { path = "../tor-geoip", version = "0.22.0", optional = true } -tor-linkspec = { path = "../tor-linkspec", version = "0.22.0" } -tor-netdir = { path = "../tor-netdir", version = "0.22.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.22.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.23.0" } +tor-geoip = { path = "../tor-geoip", version = "0.23.0", optional = true } +tor-linkspec = { path = "../tor-linkspec", version = "0.23.0" } +tor-netdir = { path = "../tor-netdir", version = "0.23.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.23.0" } [dev-dependencies] once_cell = "1" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.22" } -tor-netdir = { path = "../tor-netdir", version = "0.22.0", features = ["testing"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.22.0", features = ["testing"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.23" } +tor-netdir = { path = "../tor-netdir", version = "0.23.0", features = ["testing"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.23.0", features = ["testing"] } [package.metadata.docs.rs] all-features = true |
