summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti-rpcserver/Cargo.toml')
-rw-r--r--crates/arti-rpcserver/Cargo.toml28
1 files changed, 14 insertions, 14 deletions
diff --git a/crates/arti-rpcserver/Cargo.toml b/crates/arti-rpcserver/Cargo.toml
index ef83aca5f..7465ab22d 100644
--- a/crates/arti-rpcserver/Cargo.toml
+++ b/crates/arti-rpcserver/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-rpcserver"
-version = "0.34.0"
+version = "0.35.0"
edition = "2024"
rust-version = "1.85.1"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
@@ -34,7 +34,7 @@ weakref = ["__is_experimental"]
__is_experimental = []
[dependencies]
-arti-client = { path = "../arti-client", version = "0.34.0", features = ["rpc"] }
+arti-client = { path = "../arti-client", version = "0.35.0", features = ["rpc"] }
async-trait = "0.1.54"
asynchronous-codec = { version = "0.7.0", features = ["json"] }
base64ct = "1.5.1"
@@ -43,22 +43,22 @@ derive-deftly = { version = "~1.3.0", features = ["full", "beta"] }
derive_more = { version = "2.0.1", features = ["full"] }
erased-serde = "0.4.2"
futures = "0.3.14"
-oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.3.0" }
+oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" }
pin-project = "1"
rand = "0.9.1"
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
-slotmap-careful = { path = "../slotmap-careful", version = "0.3.0" }
+slotmap-careful = { path = "../slotmap-careful", version = "0.4.0" }
thiserror = "2"
tiny-keccak = { version = "2.0.2", features = ["kmac"] }
-tor-async-utils = { path = "../tor-async-utils", version = "0.34.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.34.0" }
-tor-error = { path = "../tor-error", version = "0.34.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.34.0" }
-tor-proto = { path = "../tor-proto", version = "0.34.0", features = ["stream-ctrl"] }
-tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.34.0" }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.34.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.35.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.35.0" }
+tor-error = { path = "../tor-error", version = "0.35.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" }
+tor-proto = { path = "../tor-proto", version = "0.35.0", features = ["stream-ctrl"] }
+tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.35.0" }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.35.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0" }
tracing = "0.1.36"
typetag = "0.2.7"
weak-table = "0.3.0"
@@ -66,5 +66,5 @@ zeroize = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.34.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.35.0" }