diff options
Diffstat (limited to 'crates/arti-rpc-client-core/Cargo.toml')
| -rw-r--r-- | crates/arti-rpc-client-core/Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/crates/arti-rpc-client-core/Cargo.toml b/crates/arti-rpc-client-core/Cargo.toml index 37c7dde44..b9e99b310 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.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.85.1" @@ -17,21 +17,21 @@ crate-type = ["cdylib", "lib"] [dependencies] -caret = { path = "../caret", version = "0.6.0" } +caret = { path = "../caret", version = "0.7.0" } cfg-if = "1.0.0" derive_more = { version = "2.0.1", features = ["full"] } educe = "0.4.22" -fs-mistrust = { version = "0.11.0", path = "../fs-mistrust" } +fs-mistrust = { version = "0.12.0", path = "../fs-mistrust" } paste = { version = "1", optional = true } percent-encoding = "2.3.1" rand = "0.9.1" serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.104" thiserror = "2" -tor-config-path = { version = "0.34.0", path = "../tor-config-path", features = ["arti-client"] } -tor-error = { version = "0.34.0", path = "../tor-error", default-features = false } -tor-rpc-connect = { version = "0.34.0", path = "../tor-rpc-connect", features = ["rpc-client"] } -tor-socksproto = { path = "../tor-socksproto", version = "0.34.0", default-features = false, features = [ +tor-config-path = { version = "0.35.0", path = "../tor-config-path", features = ["arti-client"] } +tor-error = { version = "0.35.0", path = "../tor-error", default-features = false } +tor-rpc-connect = { version = "0.35.0", path = "../tor-rpc-connect", features = ["rpc-client"] } +tor-socksproto = { path = "../tor-socksproto", version = "0.35.0", default-features = false, features = [ "client-handshake", ] } void = "1" @@ -39,7 +39,7 @@ void = "1" [dev-dependencies] rand = "0.9.1" rand_chacha = "0.9" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } [features] full = [ |
