diff options
Diffstat (limited to 'crates/arti-rpcserver/Cargo.toml')
| -rw-r--r-- | crates/arti-rpcserver/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/arti-rpcserver/Cargo.toml b/crates/arti-rpcserver/Cargo.toml index ffc97d791..e199ec725 100644 --- a/crates/arti-rpcserver/Cargo.toml +++ b/crates/arti-rpcserver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-rpcserver" -version = "0.2.4" +version = "0.3.0" edition = "2021" rust-version = "1.70" authors = ["The Tor Project, Inc.", "eta <[email protected]>"] @@ -23,7 +23,7 @@ full = [ ] [dependencies] -arti-client = { path = "../arti-client", version = "0.11.0", features = ["rpc"] } +arti-client = { path = "../arti-client", version = "0.12.0", features = ["rpc"] } asynchronous-codec = { version = "0.7.0", features = ["json"] } base64ct = "1.5.1" bytes = "1" @@ -38,11 +38,11 @@ serde_json = "1.0.50" thiserror = "1" tiny-keccak = { version = "2", features = ["kmac"] } tor-async-utils = { path = "../tor-async-utils", version = "0.1.5" } -tor-bytes = { path = "../tor-bytes", version = "0.7.5" } -tor-error = { path = "../tor-error", version = "0.5.4" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" } -tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.2" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" } +tor-bytes = { path = "../tor-bytes", version = "0.8.0" } +tor-error = { path = "../tor-error", version = "0.5.5" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.0" } +tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.6" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6" } tracing = "0.1.36" typetag = "0.2.7" weak-table = "0.3.0" |
