diff options
Diffstat (limited to 'crates/arti-rpc-client-core/Cargo.toml')
| -rw-r--r-- | crates/arti-rpc-client-core/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/arti-rpc-client-core/Cargo.toml b/crates/arti-rpc-client-core/Cargo.toml index 18a1547e5..6908901c5 100644 --- a/crates/arti-rpc-client-core/Cargo.toml +++ b/crates/arti-rpc-client-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-rpc-client-core" -version = "0.25.0" +version = "0.26.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.77" @@ -27,10 +27,10 @@ percent-encoding = "2.3.1" serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.104" thiserror = "2" -tor-config-path = { version = "0.25.0", path = "../tor-config-path", features = ["arti-client"] } -tor-error = { version = "0.25.0", path = "../tor-error", default-features = false } -tor-rpc-connect = { version = "0.25.0", path = "../tor-rpc-connect", features = ["rpc-client"] } -tor-socksproto = { path = "../tor-socksproto", version = "0.25.0", default-features = false, features = [ +tor-config-path = { version = "0.26.0", path = "../tor-config-path", features = ["arti-client"] } +tor-error = { version = "0.26.0", path = "../tor-error", default-features = false } +tor-rpc-connect = { version = "0.26.0", path = "../tor-rpc-connect", features = ["rpc-client"] } +tor-socksproto = { path = "../tor-socksproto", version = "0.26.0", default-features = false, features = [ "client-handshake", ] } void = "1" @@ -39,7 +39,7 @@ void = "1" rand = "0.8" rand_chacha = "0.3" socketpair = "0.19" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.26.0" } [features] full = ["ffi", "caret/full", "tor-socksproto/full", "tor-error/full", "fs-mistrust/full", "tor-config-path/full", "tor-rpc-connect/full"] |
