diff options
Diffstat (limited to 'crates/arti-hyper/Cargo.toml')
| -rw-r--r-- | crates/arti-hyper/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/arti-hyper/Cargo.toml b/crates/arti-hyper/Cargo.toml index d659c5ef6..e7dc032cf 100644 --- a/crates/arti-hyper/Cargo.toml +++ b/crates/arti-hyper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-hyper" -version = "0.1.0" +version = "0.2.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -24,7 +24,7 @@ experimental-api = [] [dependencies] anyhow = "1.0.23" -arti-client = { path="../arti-client", version = "0.1.0"} +arti-client = { path="../arti-client", version = "0.2.0"} educe = "0.4.6" hyper = { version = "0.14", features = ["http1", "client", "runtime"] } pin-project = "1" @@ -32,8 +32,8 @@ tokio = { package = "tokio", version = "1.7", features = ["rt", "rt-multi-thread thiserror = "1" tls-api = { version = "0.7" } tls-api-native-tls = { version = "0.7.0" } -tor-error = { path="../tor-error", version = "0.1.0"} -tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", features=["tokio"] } +tor-error = { path="../tor-error", version = "0.2.0"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.2.0", features=["tokio"] } [dev-dependencies] tracing-subscriber = "0.3.0" |
