diff options
Diffstat (limited to 'crates/arti-client')
| -rw-r--r-- | crates/arti-client/Cargo.toml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/crates/arti-client/Cargo.toml b/crates/arti-client/Cargo.toml index f7edd685a..680b7eabe 100644 --- a/crates/arti-client/Cargo.toml +++ b/crates/arti-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-client" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -23,13 +23,13 @@ static = [ "tor-rtcompat/static", "tor-dirmgr/static" ] experimental-api = [] [dependencies] -tor-circmgr = { path="../tor-circmgr", version = "0.0.2"} -tor-config = { path="../tor-config", version = "0.0.2"} -tor-chanmgr = { path="../tor-chanmgr", version = "0.0.2"} -tor-dirmgr = { path="../tor-dirmgr", version = "0.0.2"} -tor-persist = { path="../tor-persist", version = "0.0.2"} -tor-proto = { path="../tor-proto", version = "0.0.2"} -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.2"} +tor-circmgr = { path="../tor-circmgr", version = "0.0.3"} +tor-config = { path="../tor-config", version = "0.0.3"} +tor-chanmgr = { path="../tor-chanmgr", version = "0.0.3"} +tor-dirmgr = { path="../tor-dirmgr", version = "0.0.3"} +tor-persist = { path="../tor-persist", version = "0.0.3"} +tor-proto = { path="../tor-proto", version = "0.0.3"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3"} humantime-serde = "1" derive_builder = "0.10" @@ -40,7 +40,7 @@ serde = { version = "1.0.103", features = ["derive"] } thiserror = "1" [dev-dependencies] -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.2", features=["tokio"] } +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", features=["tokio"] } tokio-crate = { package = "tokio", version = "1.4", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros" ] } hyper = { version = "0.14", features = ["http1", "client", "runtime"] } pin-project = "1" |
