diff options
Diffstat (limited to 'crates/tor-dirclient')
| -rw-r--r-- | crates/tor-dirclient/Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/crates/tor-dirclient/Cargo.toml b/crates/tor-dirclient/Cargo.toml index a9522d6c8..264d86ded 100644 --- a/crates/tor-dirclient/Cargo.toml +++ b/crates/tor-dirclient/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirclient" -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" @@ -18,11 +18,11 @@ zstd = ["async-compression/zstd"] routerdesc = [] [dependencies] -tor-circmgr = { path="../tor-circmgr", version = "0.0.2"} -tor-llcrypto = { path="../tor-llcrypto", version = "0.0.2"} -tor-proto = { path="../tor-proto", version = "0.0.2"} -tor-netdoc = { path="../tor-netdoc", version = "0.0.2"} -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.2"} +tor-circmgr = { path="../tor-circmgr", version = "0.0.3"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} +tor-proto = { path="../tor-proto", version = "0.0.3"} +tor-netdoc = { path="../tor-netdoc", version = "0.0.3"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3"} async-compression = { version = "0.3.5", features = ["futures-io", "zlib"] } base64 = "0.13.0" @@ -37,6 +37,6 @@ thiserror = "1" [dev-dependencies] futures-await-test = "0.3.0" -tor-rtmock = { path="../tor-rtmock", version = "0.0.2"} -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.2", features=["tokio"] } +tor-rtmock = { path="../tor-rtmock", version = "0.0.3"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", features=["tokio"] } |
