diff options
Diffstat (limited to 'crates/arti-rpcserver/Cargo.toml')
| -rw-r--r-- | crates/arti-rpcserver/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/arti-rpcserver/Cargo.toml b/crates/arti-rpcserver/Cargo.toml index 98ce0431c..58e5d43be 100644 --- a/crates/arti-rpcserver/Cargo.toml +++ b/crates/arti-rpcserver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-rpcserver" -version = "0.2.1" +version = "0.2.2" 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.10.0", features = ["rpc"] } +arti-client = { path = "../arti-client", version = "0.10.1", features = ["rpc"] } asynchronous-codec = { version = "0.6.0", features = ["json"] } base64ct = "1.5.1" bytes = "1" @@ -37,10 +37,10 @@ serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.50" 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.3" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" } +tor-async-utils = { path = "../tor-async-utils", version = "0.1.4" } +tor-bytes = { path = "../tor-bytes", version = "0.7.4" } +tor-error = { path = "../tor-error", version = "0.5.4" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.4" } tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.2" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" } tracing = "0.1.36" |
