diff options
| -rw-r--r-- | Cargo.lock | 28 | ||||
| -rw-r--r-- | crates/arti-bench/Cargo.toml | 8 | ||||
| -rw-r--r-- | crates/arti-client/Cargo.toml | 16 | ||||
| -rw-r--r-- | crates/arti-config/Cargo.toml | 8 | ||||
| -rw-r--r-- | crates/arti/Cargo.toml | 8 | ||||
| -rw-r--r-- | crates/tor-chanmgr/Cargo.toml | 10 | ||||
| -rw-r--r-- | crates/tor-circmgr/Cargo.toml | 20 | ||||
| -rw-r--r-- | crates/tor-config/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/tor-dirclient/Cargo.toml | 14 | ||||
| -rw-r--r-- | crates/tor-dirmgr/Cargo.toml | 14 | ||||
| -rw-r--r-- | crates/tor-guardmgr/Cargo.toml | 14 | ||||
| -rw-r--r-- | crates/tor-netdir/Cargo.toml | 6 | ||||
| -rw-r--r-- | crates/tor-netdoc/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/tor-proto/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/tor-rtcompat/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/tor-rtmock/Cargo.toml | 6 |
16 files changed, 81 insertions, 81 deletions
diff --git a/Cargo.lock b/Cargo.lock index 08bf8cfaf..c120232f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,7 +61,7 @@ checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" [[package]] name = "arti" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "arti-client", @@ -87,7 +87,7 @@ dependencies = [ [[package]] name = "arti-bench" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "arti-client", @@ -107,7 +107,7 @@ dependencies = [ [[package]] name = "arti-client" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "derive_builder", @@ -135,7 +135,7 @@ dependencies = [ [[package]] name = "arti-config" -version = "0.0.3" +version = "0.0.4" dependencies = [ "arti-client", "config", @@ -2696,7 +2696,7 @@ dependencies = [ [[package]] name = "tor-chanmgr" -version = "0.0.3" +version = "0.0.4" dependencies = [ "async-trait", "derive_more", @@ -2725,7 +2725,7 @@ dependencies = [ [[package]] name = "tor-circmgr" -version = "0.0.3" +version = "0.0.4" dependencies = [ "async-trait", "bounded-vec-deque", @@ -2757,7 +2757,7 @@ dependencies = [ [[package]] name = "tor-config" -version = "0.0.3" +version = "0.0.4" dependencies = [ "derive_builder", "directories", @@ -2782,7 +2782,7 @@ dependencies = [ [[package]] name = "tor-dirclient" -version = "0.0.3" +version = "0.0.4" dependencies = [ "async-compression", "base64", @@ -2805,7 +2805,7 @@ dependencies = [ [[package]] name = "tor-dirmgr" -version = "0.0.3" +version = "0.0.4" dependencies = [ "async-trait", "base64", @@ -2858,7 +2858,7 @@ dependencies = [ [[package]] name = "tor-guardmgr" -version = "0.0.3" +version = "0.0.4" dependencies = [ "derive_builder", "futures", @@ -2950,7 +2950,7 @@ dependencies = [ [[package]] name = "tor-netdoc" -version = "0.0.3" +version = "0.0.4" dependencies = [ "base64", "bitflags", @@ -2986,7 +2986,7 @@ dependencies = [ [[package]] name = "tor-proto" -version = "0.0.3" +version = "0.0.4" dependencies = [ "arrayref", "asynchronous-codec", @@ -3029,7 +3029,7 @@ dependencies = [ [[package]] name = "tor-rtcompat" -version = "0.0.3" +version = "0.0.4" dependencies = [ "async-io", "async-native-tls", @@ -3048,7 +3048,7 @@ dependencies = [ [[package]] name = "tor-rtmock" -version = "0.0.3" +version = "0.0.4" dependencies = [ "async-trait", "futures", diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml index c2e742c5a..2c48c4b2b 100644 --- a/crates/arti-bench/Cargo.toml +++ b/crates/arti-bench/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-bench" -version = "0.0.3" +version = "0.0.4" edition = "2018" authors = ["The Tor Project, Inc.", "eta <[email protected]>"] license = "MIT OR Apache-2.0" @@ -21,7 +21,7 @@ serde_json = "1.0.50" tracing = "0.1.18" tracing-subscriber = { version = "0.3.0", features = ["env-filter"] } tokio = { version = "1.4", features = ["full"] } -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", features = ["tokio", "native-tls"] } -arti-config = { path="../arti-config", version = "0.0.3"} -arti-client = { package="arti-client", path = "../arti-client", version = "0.0.3"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features = ["tokio", "native-tls"] } +arti-config = { path="../arti-config", version = "0.0.4"} +arti-client = { package="arti-client", path = "../arti-client", version = "0.0.4"} tokio-socks = "0.5" diff --git a/crates/arti-client/Cargo.toml b/crates/arti-client/Cargo.toml index d9c5276cb..e23ddc0f7 100644 --- a/crates/arti-client/Cargo.toml +++ b/crates/arti-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-client" -version = "0.0.3" +version = "0.0.4" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -25,13 +25,13 @@ static = [ "tor-rtcompat/static", "tor-dirmgr/static" ] experimental-api = [] [dependencies] -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-circmgr = { path="../tor-circmgr", version = "0.0.4"} +tor-config = { path="../tor-config", version = "0.0.4"} +tor-chanmgr = { path="../tor-chanmgr", version = "0.0.4"} +tor-dirmgr = { path="../tor-dirmgr", version = "0.0.4"} 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"} +tor-proto = { path="../tor-proto", version = "0.0.4"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4"} humantime-serde = "1" derive_builder = "0.10" @@ -44,7 +44,7 @@ serde = { version = "1.0.103", features = ["derive"] } thiserror = "1" [dev-dependencies] -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", features=["tokio", "native-tls" ] } +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls" ] } 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" diff --git a/crates/arti-config/Cargo.toml b/crates/arti-config/Cargo.toml index db56d5275..242932a38 100644 --- a/crates/arti-config/Cargo.toml +++ b/crates/arti-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-config" -version = "0.0.3" +version = "0.0.4" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -11,9 +11,9 @@ categories = [ "config" ] repository="https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -arti-client = { package="arti-client", path = "../arti-client", version = "0.0.3"} -tor-circmgr = { package="tor-circmgr", path="../tor-circmgr", version = "0.0.3"} -tor-config = { package="tor-config", path = "../tor-config", version = "0.0.3", features = ["expand-paths"]} +arti-client = { package="arti-client", path = "../arti-client", version = "0.0.4"} +tor-circmgr = { package="tor-circmgr", path="../tor-circmgr", version = "0.0.4"} +tor-config = { package="tor-config", path = "../tor-config", version = "0.0.4", features = ["expand-paths"]} config = { version = "0.11.0", default-features = false, features = ["toml"] } once_cell = "1" serde = { version = "1.0.103", features = ["derive"] } diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml index 266a8c746..f6ba23820 100644 --- a/crates/arti/Cargo.toml +++ b/crates/arti/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti" -version = "0.0.3" +version = "0.0.4" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -20,10 +20,10 @@ static = [ "arti-client/static" ] journald = [ "tracing-journald" ] [dependencies] -arti-client = { package="arti-client", path = "../arti-client", version = "0.0.3", default-features=false} -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", default-features=false } +arti-client = { package="arti-client", path = "../arti-client", version = "0.0.4", default-features=false} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", default-features=false } tor-socksproto = { path="../tor-socksproto", version = "0.0.3"} -arti-config = { path="../arti-config", version = "0.0.3"} +arti-config = { path="../arti-config", version = "0.0.4"} anyhow = "1.0.5" async-ctrlc = { version = "1.2.0", optional = true } diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml index e16221412..efb076b7e 100644 --- a/crates/tor-chanmgr/Cargo.toml +++ b/crates/tor-chanmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-chanmgr" -version = "0.0.3" +version = "0.0.4" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -13,8 +13,8 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/" [features] [dependencies] -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3"} -tor-proto = { path="../tor-proto", version = "0.0.3"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4"} +tor-proto = { path="../tor-proto", version = "0.0.4"} tor-linkspec = { path="../tor-linkspec", version = "0.0.3"} tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} @@ -29,5 +29,5 @@ thiserror = "1" float_eq = "0.7" futures-await-test = "0.3.0" hex-literal = "0.3" -tor-rtmock = { path="../tor-rtmock", version = "0.0.3"} -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", features=["tokio", "native-tls"] } +tor-rtmock = { path="../tor-rtmock", version = "0.0.4"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls"] } diff --git a/crates/tor-circmgr/Cargo.toml b/crates/tor-circmgr/Cargo.toml index 3f16aa018..f3ceda3e4 100644 --- a/crates/tor-circmgr/Cargo.toml +++ b/crates/tor-circmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-circmgr" -version = "0.0.3" +version = "0.0.4" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -18,16 +18,16 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/" experimental-api = [] [dependencies] -tor-chanmgr = { path="../tor-chanmgr", version = "0.0.3"} -tor-config = { path="../tor-config", version = "0.0.3"} -tor-guardmgr = { path="../tor-guardmgr", version = "0.0.3"} +tor-chanmgr = { path="../tor-chanmgr", version = "0.0.4"} +tor-config = { path="../tor-config", version = "0.0.4"} +tor-guardmgr = { path="../tor-guardmgr", version = "0.0.4"} tor-netdir = { path="../tor-netdir", version = "0.0.3"} -tor-netdoc = { path="../tor-netdoc", version = "0.0.3"} -tor-proto = { path="../tor-proto", version = "0.0.3"} +tor-netdoc = { path="../tor-netdoc", version = "0.0.4"} +tor-proto = { path="../tor-proto", version = "0.0.4"} retry-error = { path="../retry-error", version = "0.0.3"} tor-linkspec = { path="../tor-linkspec", version = "0.0.3"} tor-persist = { path="../tor-persist", version = "0.0.3"} -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4"} async-trait = "0.1.2" bounded-vec-deque = "0.1" @@ -45,9 +45,9 @@ weak-table = "0.3.0" [dev-dependencies] futures-await-test = "0.3.0" -tor-rtmock = { path="../tor-rtmock", version = "0.0.3"} -tor-guardmgr = { path="../tor-guardmgr", version = "0.0.3", features=["testing"]} +tor-rtmock = { path="../tor-rtmock", version = "0.0.4"} +tor-guardmgr = { path="../tor-guardmgr", version = "0.0.4", features=["testing"]} tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} tor-netdir = { path="../tor-netdir", version = "0.0.3", features=["testing"] } tor-persist = { path="../tor-persist", version = "0.0.3", features=["testing"] } -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", features=["tokio", "native-tls" ] } +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls" ] } diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml index 6ac7c7c16..fd7dc19bc 100644 --- a/crates/tor-config/Cargo.toml +++ b/crates/tor-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-config" -version = "0.0.3" +version = "0.0.4" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/tor-dirclient/Cargo.toml b/crates/tor-dirclient/Cargo.toml index f4fb49f54..252b77f92 100644 --- a/crates/tor-dirclient/Cargo.toml +++ b/crates/tor-dirclient/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirclient" -version = "0.0.3" +version = "0.0.4" 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.3"} +tor-circmgr = { path="../tor-circmgr", version = "0.0.4"} 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"} +tor-proto = { path="../tor-proto", version = "0.0.4"} +tor-netdoc = { path="../tor-netdoc", version = "0.0.4"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4"} 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.3"} -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", features=["tokio", "native-tls" ] } +tor-rtmock = { path="../tor-rtmock", version = "0.0.4"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls" ] } diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml index ac6903fcd..df61a6ec1 100644 --- a/crates/tor-dirmgr/Cargo.toml +++ b/crates/tor-dirmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirmgr" -version = "0.0.3" +version = "0.0.4" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -20,14 +20,14 @@ routerdesc = ["tor-dirclient/routerdesc"] [dependencies] retry-error = { path = "../retry-error", version = "0.0.3"} tor-checkable = { path = "../tor-checkable", version = "0.0.3"} -tor-circmgr = { path = "../tor-circmgr", version = "0.0.3"} -tor-config = { path = "../tor-config", version = "0.0.3"} +tor-circmgr = { path = "../tor-circmgr", version = "0.0.4"} +tor-config = { path = "../tor-config", version = "0.0.4"} tor-consdiff = { path = "../tor-consdiff", version = "0.0.3"} -tor-dirclient = { path = "../tor-dirclient", version = "0.0.3"} +tor-dirclient = { path = "../tor-dirclient", version = "0.0.4"} tor-netdir = { path = "../tor-netdir", version = "0.0.3"} -tor-netdoc = { path = "../tor-netdoc", version = "0.0.3"} +tor-netdoc = { path = "../tor-netdoc", version = "0.0.4"} tor-llcrypto = { path = "../tor-llcrypto", version = "0.0.3"} -tor-rtcompat = { path = "../tor-rtcompat", version = "0.0.3"} +tor-rtcompat = { path = "../tor-rtcompat", version = "0.0.4"} async-trait = "0.1.2" base64 = "0.13.0" @@ -56,5 +56,5 @@ humantime-serde = "1" futures-await-test = "0.3.0" hex-literal = "0.3" tempfile = "3" -tor-rtcompat = { path = "../tor-rtcompat", version = "0.0.3", features = [ "tokio", "native-tls" ] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.0.4", features = [ "tokio", "native-tls" ] } float_eq = "0.7" diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml index d6d2521ee..3492d996d 100644 --- a/crates/tor-guardmgr/Cargo.toml +++ b/crates/tor-guardmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-guardmgr" -version = "0.0.3" +version = "0.0.4" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -18,13 +18,13 @@ default = [] testing = [] [dependencies] -tor-config = { path="../tor-config", version = "0.0.3"} +tor-config = { path="../tor-config", version = "0.0.4"} tor-netdir = { path="../tor-netdir", version = "0.0.3"} tor-linkspec = { path="../tor-linkspec", version = "0.0.3"} tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} tor-persist = { path="../tor-persist", version = "0.0.3"} -tor-proto = { path="../tor-proto", version = "0.0.3", features=["traffic-timestamp"] } -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3"} +tor-proto = { path="../tor-proto", version = "0.0.4", features=["traffic-timestamp"] } +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4"} tor-units = { path="../tor-units", version = "0.0.3"} derive_builder = "0.10" @@ -40,7 +40,7 @@ tracing = "0.1.18" [dev-dependencies] tor-netdir = { path="../tor-netdir", version = "0.0.3", features=["testing"]} -tor-netdoc = { path="../tor-netdoc", version = "0.0.3"} +tor-netdoc = { path="../tor-netdoc", version = "0.0.4"} tor-persist = { path="../tor-persist", version = "0.0.3", features=["testing"]} -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", features=["tokio", "native-tls"]} -tor-rtmock = { path="../tor-rtmock", version = "0.0.3"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls"]} +tor-rtmock = { path="../tor-rtmock", version = "0.0.4"} diff --git a/crates/tor-netdir/Cargo.toml b/crates/tor-netdir/Cargo.toml index 0e940ea97..d54cf653b 100644 --- a/crates/tor-netdir/Cargo.toml +++ b/crates/tor-netdir/Cargo.toml @@ -25,8 +25,8 @@ testing = [ "hex", "hex-literal", "tor-netdoc/build_docs" ] [dependencies] tor-checkable = { path="../tor-checkable", version = "0.0.3"} -tor-config = { path="../tor-config", version = "0.0.3"} -tor-netdoc = { path="../tor-netdoc", version = "0.0.3"} +tor-config = { path="../tor-config", version = "0.0.4"} +tor-netdoc = { path="../tor-netdoc", version = "0.0.4"} tor-linkspec = { path="../tor-linkspec", version = "0.0.3"} tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} tor-protover = { path="../tor-protover", version = "0.0.3"} @@ -46,5 +46,5 @@ tracing = "0.1.18" [dev-dependencies] hex = "0.4" hex-literal = "0.3" -tor-netdoc = { path="../tor-netdoc", version = "0.0.3", features=["build_docs"] } +tor-netdoc = { path="../tor-netdoc", version = "0.0.4", features=["build_docs"] } rand_chacha = "0.3" diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml index f2340613b..f58365c3a 100644 --- a/crates/tor-netdoc/Cargo.toml +++ b/crates/tor-netdoc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-netdoc" -version = "0.0.3" +version = "0.0.4" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml index 6c07f5674..52f2f478b 100644 --- a/crates/tor-proto/Cargo.toml +++ b/crates/tor-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-proto" -version = "0.0.3" +version = "0.0.4" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -49,6 +49,6 @@ tokio-util = { version = "0.6", features = ["compat"], optional = true } coarsetime = { version = "0.1.20", optional = true } [dev-dependencies] -tor-rtcompat = { path = "../tor-rtcompat", version = "0.0.3", features = [ "tokio", "native-tls" ] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.0.4", features = [ "tokio", "native-tls" ] } hex-literal = "0.3" hex = "0.4" diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml index 133f55ebd..433983dd5 100644 --- a/crates/tor-rtcompat/Cargo.toml +++ b/crates/tor-rtcompat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtcompat" -version = "0.0.3" +version = "0.0.4" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml index ab7b6e6b0..d0c72ff4e 100644 --- a/crates/tor-rtmock/Cargo.toml +++ b/crates/tor-rtmock/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtmock" -version = "0.0.3" +version = "0.0.4" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -17,9 +17,9 @@ pin-project = "1" thiserror = "1" tracing = "0.1.18" -tor-rtcompat = { version = "0.0.3", path = "../tor-rtcompat" } +tor-rtcompat = { version = "0.0.4", path = "../tor-rtcompat" } [dev-dependencies] futures-await-test = "0.3.0" rand = "0.8" -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", features=["tokio", "native-tls" ] } +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls" ] } |
