summaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti-rpc-client-core')
-rw-r--r--crates/arti-rpc-client-core/Cargo.toml12
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 68aac876c..fe1c0c8cb 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.44.0"
+version = "0.45.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.91"
@@ -30,10 +30,10 @@ rand = "0.10.1"
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.104"
thiserror = "2"
-tor-config-path = { version = "0.44.0", path = "../tor-config-path", features = ["arti-client"] }
-tor-error = { version = "0.44.0", path = "../tor-error", default-features = false }
-tor-rpc-connect = { version = "0.44.0", path = "../tor-rpc-connect", features = ["rpc-client"] }
-tor-socksproto = { path = "../tor-socksproto", version = "0.44.0", default-features = false, features = [
+tor-config-path = { version = "0.45.0", path = "../tor-config-path", features = ["arti-client"] }
+tor-error = { version = "0.45.0", path = "../tor-error", default-features = false }
+tor-rpc-connect = { version = "0.45.0", path = "../tor-rpc-connect", features = ["rpc-client"] }
+tor-socksproto = { path = "../tor-socksproto", version = "0.45.0", default-features = false, features = [
"client-handshake",
] }
void = "1"
@@ -42,7 +42,7 @@ void = "1"
assert_matches = "1.5.0"
rand = "0.10.1"
rand_chacha = "0.10.0"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.45.0" }
[features]
full = [