diff options
Diffstat (limited to 'crates/arti-rpcserver/Cargo.toml')
| -rw-r--r-- | crates/arti-rpcserver/Cargo.toml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/crates/arti-rpcserver/Cargo.toml b/crates/arti-rpcserver/Cargo.toml index a05779285..4f32a5c38 100644 --- a/crates/arti-rpcserver/Cargo.toml +++ b/crates/arti-rpcserver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-rpcserver" -version = "0.21.0" +version = "0.22.0" edition = "2021" rust-version = "1.70" authors = ["The Tor Project, Inc.", "eta <[email protected]>"] @@ -27,7 +27,7 @@ full = [ describe-methods = ["tor-rpcbase/describe-methods"] [dependencies] -arti-client = { path = "../arti-client", version = "0.21.0", features = ["rpc"] } +arti-client = { path = "../arti-client", version = "0.22.0", features = ["rpc"] } async-trait = "0.1.54" asynchronous-codec = { version = "0.7.0", features = ["json"] } base64ct = "1.5.1" @@ -44,13 +44,13 @@ serde_json = "1.0.50" slotmap-careful = { path = "../slotmap-careful", version = "0.1.0" } thiserror = "1" tiny-keccak = { version = "2", features = ["kmac"] } -tor-async-utils = { path = "../tor-async-utils", version = "0.21.0" } -tor-bytes = { path = "../tor-bytes", version = "0.21.0" } -tor-error = { path = "../tor-error", version = "0.21.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.21.0" } -tor-proto = { path = "../tor-proto", version = "0.21.0", features = ["stream-ctrl"] } -tor-rpcbase = { path = "../tor-rpcbase", version = "0.21.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0" } +tor-async-utils = { path = "../tor-async-utils", version = "0.22.0" } +tor-bytes = { path = "../tor-bytes", version = "0.22.0" } +tor-error = { path = "../tor-error", version = "0.22.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.22.0" } +tor-proto = { path = "../tor-proto", version = "0.22.0", features = ["stream-ctrl"] } +tor-rpcbase = { path = "../tor-rpcbase", version = "0.22.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0" } tracing = "0.1.36" typetag = "0.2.7" weak-table = "0.3.0" @@ -58,4 +58,4 @@ zeroize = "1" [dev-dependencies] futures-await-test = "0.3.0" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" } |
