summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti-rpcserver')
-rw-r--r--crates/arti-rpcserver/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/arti-rpcserver/Cargo.toml b/crates/arti-rpcserver/Cargo.toml
index b19fa7003..98ce0431c 100644
--- a/crates/arti-rpcserver/Cargo.toml
+++ b/crates/arti-rpcserver/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-rpcserver"
-version = "0.2.0"
+version = "0.2.1"
edition = "2021"
rust-version = "1.60"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
@@ -23,7 +23,7 @@ full = [
]
[dependencies]
-arti-client = { path = "../arti-client", version = "0.9.2", features = ["rpc"] }
+arti-client = { path = "../arti-client", version = "0.10.0", features = ["rpc"] }
asynchronous-codec = { version = "0.6.0", features = ["json"] }
base64ct = "1.5.1"
bytes = "1"
@@ -39,7 +39,7 @@ thiserror = "1"
tiny-keccak = { version = "2", features = ["kmac"] }
tor-async-utils = { path = "../tor-async-utils", version = "0.1.1" }
tor-bytes = { path = "../tor-bytes", version = "0.7.2" }
-tor-error = { path = "../tor-error", version = "0.5.2" }
+tor-error = { path = "../tor-error", version = "0.5.3" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.2" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
@@ -50,4 +50,4 @@ zeroize = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" }