diff options
Diffstat (limited to 'crates/arti-rpcserver/Cargo.toml')
| -rw-r--r-- | crates/arti-rpcserver/Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/crates/arti-rpcserver/Cargo.toml b/crates/arti-rpcserver/Cargo.toml index 98f0e319e..e199f2415 100644 --- a/crates/arti-rpcserver/Cargo.toml +++ b/crates/arti-rpcserver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-rpcserver" -version = "0.1.0" +version = "0.1.1" edition = "2021" rust-version = "1.60" authors = ["The Tor Project, Inc.", "eta <[email protected]>"] @@ -16,7 +16,7 @@ default = [] full = ["arti-client/full", "tor-async-utils/full", "tor-error/full", "tor-rpcbase/full", "tor-rtcompat/full", "tor-bytes/full"] [dependencies] -arti-client = { path = "../arti-client", version = "0.9.0", features = ["rpc"] } +arti-client = { path = "../arti-client", version = "0.9.1", features = ["rpc"] } asynchronous-codec = { version = "0.6.0", features = ["json"] } base64ct = "1.5.1" bytes = "1" @@ -28,14 +28,14 @@ rand = "0.8" serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.50" thiserror = "1" -tor-async-utils = { path = "../tor-async-utils", version = "0.1.0" } -tor-bytes = { path = "../tor-bytes", version = "0.7.0" } -tor-error = { path = "../tor-error", version = "0.5.0" } -tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0" } +tor-async-utils = { path = "../tor-async-utils", version = "0.1.1" } +tor-bytes = { path = "../tor-bytes", version = "0.7.1" } +tor-error = { path = "../tor-error", version = "0.5.1" } +tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.1" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" } tracing = "0.1.36" typetag = "0.2.7" [dev-dependencies] futures-await-test = "0.3.0" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" } |
