diff options
Diffstat (limited to 'crates/arti-hyper/Cargo.toml')
| -rw-r--r-- | crates/arti-hyper/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/arti-hyper/Cargo.toml b/crates/arti-hyper/Cargo.toml index 08661d31b..16311e56e 100644 --- a/crates/arti-hyper/Cargo.toml +++ b/crates/arti-hyper/Cargo.toml @@ -25,7 +25,7 @@ experimental-api = [] [dependencies] anyhow = "1.0.23" -arti-client = { path = "../arti-client", version = "0.4.0"} +arti-client = { path = "../arti-client", version = "0.4.0" } educe = "0.4.6" hyper = { version = "0.14", features = ["http1", "client", "runtime"] } pin-project = "1" @@ -40,7 +40,7 @@ tokio = { package = "tokio", version = "1.7", features = [ thiserror = "1" tls-api = { version = "0.8" } tls-api-native-tls = { version = "0.8.0" } -tor-error = { path = "../tor-error", version = "0.3.1"} +tor-error = { path = "../tor-error", version = "0.3.1" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio"] } [dev-dependencies] |
