diff options
30 files changed, 184 insertions, 184 deletions
diff --git a/Cargo.lock b/Cargo.lock index ae64a2c02..0ea23f03b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -80,7 +80,7 @@ checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" [[package]] name = "arti" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "arti-client", @@ -117,7 +117,7 @@ dependencies = [ [[package]] name = "arti-bench" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "arti", @@ -139,7 +139,7 @@ dependencies = [ [[package]] name = "arti-client" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "derive_builder_fork_arti", @@ -200,7 +200,7 @@ dependencies = [ [[package]] name = "arti-testing" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "arti", @@ -1236,7 +1236,7 @@ dependencies = [ [[package]] name = "fs-mistrust" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "derive_builder_fork_arti", @@ -3431,7 +3431,7 @@ dependencies = [ [[package]] name = "tor-basic-utils" -version = "0.3.1" +version = "0.3.2" dependencies = [ "derive_more", "educe", @@ -3447,7 +3447,7 @@ dependencies = [ [[package]] name = "tor-bytes" -version = "0.3.1" +version = "0.4.0" dependencies = [ "arrayref", "bytes", @@ -3464,7 +3464,7 @@ dependencies = [ [[package]] name = "tor-cell" -version = "0.3.1" +version = "0.4.0" dependencies = [ "arrayref", "bitflags", @@ -3485,7 +3485,7 @@ dependencies = [ [[package]] name = "tor-cert" -version = "0.3.0" +version = "0.4.0" dependencies = [ "base64", "caret", @@ -3500,7 +3500,7 @@ dependencies = [ [[package]] name = "tor-chanmgr" -version = "0.3.1" +version = "0.4.0" dependencies = [ "async-trait", "derive_more", @@ -3537,7 +3537,7 @@ dependencies = [ [[package]] name = "tor-circmgr" -version = "0.3.1" +version = "0.3.2" dependencies = [ "async-trait", "bounded-vec-deque", @@ -3576,7 +3576,7 @@ dependencies = [ [[package]] name = "tor-config" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "config", @@ -3615,7 +3615,7 @@ dependencies = [ [[package]] name = "tor-dirclient" -version = "0.3.1" +version = "0.3.2" dependencies = [ "async-compression", "base64", @@ -3642,7 +3642,7 @@ dependencies = [ [[package]] name = "tor-dirmgr" -version = "0.4.0" +version = "0.5.0" dependencies = [ "async-trait", "base64", @@ -3690,7 +3690,7 @@ dependencies = [ [[package]] name = "tor-error" -version = "0.3.1" +version = "0.3.2" dependencies = [ "backtrace", "derive_more", @@ -3715,7 +3715,7 @@ dependencies = [ [[package]] name = "tor-guardmgr" -version = "0.3.1" +version = "0.4.0" dependencies = [ "base64", "derive_builder_fork_arti", @@ -3759,7 +3759,7 @@ dependencies = [ [[package]] name = "tor-llcrypto" -version = "0.3.1" +version = "0.3.2" dependencies = [ "aes", "arrayref", @@ -3794,7 +3794,7 @@ dependencies = [ [[package]] name = "tor-netdir" -version = "0.3.1" +version = "0.4.0" dependencies = [ "bitflags", "derive_builder_fork_arti", @@ -3821,7 +3821,7 @@ dependencies = [ [[package]] name = "tor-netdoc" -version = "0.4.0" +version = "0.4.1" dependencies = [ "base64ct", "bitflags", @@ -3853,7 +3853,7 @@ dependencies = [ [[package]] name = "tor-persist" -version = "0.4.0" +version = "0.4.1" dependencies = [ "fs-mistrust", "fslock", @@ -3868,7 +3868,7 @@ dependencies = [ [[package]] name = "tor-proto" -version = "0.3.1" +version = "0.4.0" dependencies = [ "arrayref", "asynchronous-codec", @@ -3920,7 +3920,7 @@ dependencies = [ [[package]] name = "tor-rtcompat" -version = "0.4.0" +version = "0.5.0" dependencies = [ "async-io", "async-native-tls", @@ -3955,7 +3955,7 @@ dependencies = [ [[package]] name = "tor-socksproto" -version = "0.3.1" +version = "0.4.0" dependencies = [ "caret", "hex-literal", @@ -3966,7 +3966,7 @@ dependencies = [ [[package]] name = "tor-units" -version = "0.3.0" +version = "0.3.1" dependencies = [ "derive_more", "float-cmp", diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml index 8ed1b92c6..d6351e3db 100644 --- a/crates/arti-bench/Cargo.toml +++ b/crates/arti-bench/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-bench" -version = "0.4.0" +version = "0.5.0" edition = "2021" rust-version = "1.56" authors = ["The Tor Project, Inc.", "eta <[email protected]>"] @@ -13,18 +13,18 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] anyhow = "1.0.23" -arti = { path = "../arti", version = "0.4.0" } -arti-client = { package = "arti-client", path = "../arti-client", version = "0.4.0" } +arti = { path = "../arti", version = "0.5.0" } +arti-client = { package = "arti-client", path = "../arti-client", version = "0.4.1" } clap = "2.33.0" float-ord = "0.3" -fs-mistrust = { path = "../fs-mistrust", version = "0.2.0" } +fs-mistrust = { path = "../fs-mistrust", version = "0.3.0" } futures = "0.3.14" rand = "0.8" serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.50" tokio = { version = "1.7", features = ["full"] } tokio-socks = "0.5" -tor-config = { path = "../tor-config", version = "0.4.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] } +tor-config = { path = "../tor-config", version = "0.4.1" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.5.0", features = ["tokio", "native-tls"] } tracing = "0.1.18" tracing-subscriber = { version = "0.3.0", features = ["env-filter"] } diff --git a/crates/arti-client/Cargo.toml b/crates/arti-client/Cargo.toml index 6279c428c..d02643090 100644 --- a/crates/arti-client/Cargo.toml +++ b/crates/arti-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-client" -version = "0.4.0" +version = "0.4.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -57,7 +57,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } derive_more = "0.99" directories = "4" educe = "0.4.6" -fs-mistrust = { path = "../fs-mistrust", version = "0.2.0", features = ["serde"] } +fs-mistrust = { path = "../fs-mistrust", version = "0.3.0", features = ["serde"] } futures = "0.3.14" humantime-serde = "1.1.1" pin-project = "1" @@ -65,20 +65,20 @@ postage = { version = "0.5.0", default-features = false, features = ["futures-tr safelog = { path = "../safelog", version = "0.1.0" } serde = { version = "1.0.103", features = ["derive"] } thiserror = "1" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" } -tor-cell = { path = "../tor-cell", version = "0.3.1" } -tor-chanmgr = { path = "../tor-chanmgr", version = "0.3.1" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.2" } +tor-cell = { path = "../tor-cell", version = "0.4.0" } +tor-chanmgr = { path = "../tor-chanmgr", version = "0.4.0" } tor-checkable = { path = "../tor-checkable", version = "0.3.0" } -tor-circmgr = { path = "../tor-circmgr", version = "0.3.1" } -tor-config = { path = "../tor-config", version = "0.4.0" } -tor-dirmgr = { path = "../tor-dirmgr", version = "0.4.0" } -tor-error = { path = "../tor-error", version = "0.3.1" } -tor-guardmgr = { path = "../tor-guardmgr", version = "0.3.1" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.1" } -tor-netdoc = { path = "../tor-netdoc", version = "0.4.0" } -tor-persist = { path = "../tor-persist", version = "0.4.0" } -tor-proto = { path = "../tor-proto", version = "0.3.1" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0" } +tor-circmgr = { path = "../tor-circmgr", version = "0.3.2" } +tor-config = { path = "../tor-config", version = "0.4.1" } +tor-dirmgr = { path = "../tor-dirmgr", version = "0.5.0" } +tor-error = { path = "../tor-error", version = "0.3.2" } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.4.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.2" } +tor-netdoc = { path = "../tor-netdoc", version = "0.4.1" } +tor-persist = { path = "../tor-persist", version = "0.4.1" } +tor-proto = { path = "../tor-proto", version = "0.4.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.5.0" } tracing = "0.1.18" [dev-dependencies] @@ -95,5 +95,5 @@ tokio-crate = { package = "tokio", version = "1.7", features = [ "macros", ] } tokio-util = { version = "0.7.0", features = ["compat"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.5.0", features = ["tokio", "native-tls"] } tracing-subscriber = "0.3.0" diff --git a/crates/arti-hyper/Cargo.toml b/crates/arti-hyper/Cargo.toml index b99192a5e..2931b9c68 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.1" } educe = "0.4.6" hyper = { version = "0.14", features = ["http1", "client", "runtime"] } pin-project = "1" @@ -40,8 +40,8 @@ tokio = { package = "tokio", version = "1.7", features = [ "time", "macros", ] } -tor-error = { path = "../tor-error", version = "0.3.1" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio"] } +tor-error = { path = "../tor-error", version = "0.3.2" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.5.0", features = ["tokio"] } [dev-dependencies] tracing-subscriber = "0.3.0" diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml index 73603c2bf..83b6d84f2 100644 --- a/crates/arti-testing/Cargo.toml +++ b/crates/arti-testing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-testing" -version = "0.4.0" +version = "0.5.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -16,8 +16,8 @@ publish = false [dependencies] anyhow = "1.0.23" -arti = { package = "arti", path = "../arti", version = "0.4.0" } -arti-client = { package = "arti-client", path = "../arti-client", version = "0.4.0", features = [ +arti = { package = "arti", path = "../arti", version = "0.5.0" } +arti-client = { package = "arti-client", path = "../arti-client", version = "0.4.1", features = [ "dirfilter", ] } async-trait = "0.1.2" @@ -32,16 +32,16 @@ rlimit = "0.8.3" serde = { version = "1.0.103", features = ["derive"] } tokio = { version = "1.7", features = ["signal", "macros"] } tor-checkable = { path = "../tor-checkable", version = "0.3.0", features = ["experimental-api"] } -tor-config = { path = "../tor-config", version = "0.4.0" } -tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.4.0", features = [ +tor-config = { path = "../tor-config", version = "0.4.1" } +tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.5.0", features = [ "dirfilter", ] } -tor-error = { path = "../tor-error", version = "0.3.1" } -tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.4.0", features = [ +tor-error = { path = "../tor-error", version = "0.3.2" } +tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.4.1", features = [ "experimental-api", "dangerous-expose-struct-fields", ] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.5.0" } tracing = "0.1.18" tracing-appender = "0.2.0" tracing-subscriber = { version = "0.3.0", features = ["env-filter"] } diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml index e5ba3c92e..2906361fe 100644 --- a/crates/arti/Cargo.toml +++ b/crates/arti/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti" -version = "0.4.0" +version = "0.5.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -34,14 +34,14 @@ experimental = ["arti-client/experimental"] [dependencies] anyhow = "1.0.23" -arti-client = { package = "arti-client", path = "../arti-client", version = "0.4.0", default-features = false } +arti-client = { package = "arti-client", path = "../arti-client", version = "0.4.1", default-features = false } async-ctrlc = { version = "1.2.0", optional = true } cfg-if = "1.0.0" clap = "2.33.0" config = { version = "0.13", default-features = false, features = ["toml"] } derive_builder = { version = "0.11", package = "derive_builder_fork_arti" } educe = "0.4.6" -fs-mistrust = { path = "../fs-mistrust", version = "0.2.0" } +fs-mistrust = { path = "../fs-mistrust", version = "0.3.0" } futures = "0.3.14" notify = "4.0" once_cell = { version = "1", optional = true } @@ -49,10 +49,10 @@ rlimit = "0.8.3" safelog = { path = "../safelog", version = "0.1.0" } serde = { version = "1.0.103", features = ["derive"] } tokio-crate = { package = "tokio", version = "1.7", optional = true, features = ["signal"] } -tor-config = { path = "../tor-config", version = "0.4.0" } -tor-error = { path = "../tor-error", version = "0.3.1", default-features = false } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", default-features = false } -tor-socksproto = { path = "../tor-socksproto", version = "0.3.0" } +tor-config = { path = "../tor-config", version = "0.4.1" } +tor-error = { path = "../tor-error", version = "0.3.2", default-features = false } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.5.0", default-features = false } +tor-socksproto = { path = "../tor-socksproto", version = "0.4.0" } tracing = "0.1.18" tracing-appender = "0.2.0" tracing-journald = { version = "0.3.0", optional = true } diff --git a/crates/fs-mistrust/Cargo.toml b/crates/fs-mistrust/Cargo.toml index 1034b01b9..ff562d6f9 100644 --- a/crates/fs-mistrust/Cargo.toml +++ b/crates/fs-mistrust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fs-mistrust" -version = "0.2.0" +version = "0.3.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/tor-basic-utils/Cargo.toml b/crates/tor-basic-utils/Cargo.toml index 00c68e1b3..50ba941ec 100644 --- a/crates/tor-basic-utils/Cargo.toml +++ b/crates/tor-basic-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-basic-utils" -version = "0.3.1" +version = "0.3.2" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml index 96672e4de..0a5d89186 100644 --- a/crates/tor-bytes/Cargo.toml +++ b/crates/tor-bytes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-bytes" -version = "0.3.1" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -19,8 +19,8 @@ educe = "0.4.6" generic-array = "0.14.3" signature = "1" thiserror = "1" -tor-error = { path = "../tor-error", version = "0.3.1" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0" } +tor-error = { path = "../tor-error", version = "0.3.2" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.2" } [dev-dependencies] hex-literal = "0.3" diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml index 1b8d299e0..3d534704c 100644 --- a/crates/tor-cell/Cargo.toml +++ b/crates/tor-cell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cell" -version = "0.3.1" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -27,12 +27,12 @@ caret = { path = "../caret", version = "0.2.0" } educe = "0.4.6" rand = "0.8" thiserror = "1" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" } -tor-bytes = { path = "../tor-bytes", version = "0.3.0" } -tor-cert = { path = "../tor-cert", version = "0.3.0" } -tor-error = { path = "../tor-error", version = "0.3.1" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.2" } +tor-bytes = { path = "../tor-bytes", version = "0.4.0" } +tor-cert = { path = "../tor-cert", version = "0.4.0" } +tor-error = { path = "../tor-error", version = "0.3.2" } tor-linkspec = { path = "../tor-linkspec", version = "0.3.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.2" } [dev-dependencies] hex = "0.4" diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml index 0cc9ea69d..75eb5a1ac 100644 --- a/crates/tor-cert/Cargo.toml +++ b/crates/tor-cert/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cert" -version = "0.3.0" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -16,9 +16,9 @@ caret = { path = "../caret", version = "0.2.0" } digest = "0.10.0" signature = "1" thiserror = "1" -tor-bytes = { path = "../tor-bytes", version = "0.3.0" } +tor-bytes = { path = "../tor-bytes", version = "0.4.0" } tor-checkable = { path = "../tor-checkable", version = "0.3.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.2" } [dev-dependencies] base64 = "0.13.0" diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml index 35ab63082..9c53979c2 100644 --- a/crates/tor-chanmgr/Cargo.toml +++ b/crates/tor-chanmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-chanmgr" -version = "0.3.1" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -21,14 +21,14 @@ futures = "0.3.14" postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.8" thiserror = "1" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" } -tor-error = { path = "../tor-error", version = "0.3.1" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.2" } +tor-error = { path = "../tor-error", version = "0.3.2" } tor-linkspec = { path = "../tor-linkspec", version = "0.3.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0" } -tor-netdir = { path = "../tor-netdir", version = "0.3.0" } -tor-proto = { path = "../tor-proto", version = "0.3.1" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0" } -tor-units = { path = "../tor-units", version = "0.3.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.2" } +tor-netdir = { path = "../tor-netdir", version = "0.4.0" } +tor-proto = { path = "../tor-proto", version = "0.4.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.5.0" } +tor-units = { path = "../tor-units", version = "0.3.1" } tracing = "0.1.18" void = "1" @@ -36,6 +36,6 @@ void = "1" float_eq = "1.0.0" futures-await-test = "0.3.0" hex-literal = "0.3" -tor-netdir = { path = "../tor-netdir", version = "0.3.0", features = ["testing"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] } +tor-netdir = { path = "../tor-netdir", version = "0.4.0", features = ["testing"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.5.0", features = ["tokio", "native-tls"] } tor-rtmock = { path = "../tor-rtmock", version = "0.4.0" } diff --git a/crates/tor-checkable/Cargo.toml b/crates/tor-checkable/Cargo.toml index 10e5631a1..4d6b2a4d4 100644 --- a/crates/tor-checkable/Cargo.toml +++ b/crates/tor-checkable/Cargo.toml @@ -19,4 +19,4 @@ experimental-api = [] humantime = "2" signature = "1" thiserror = "1" -tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.2" } diff --git a/crates/tor-circmgr/Cargo.toml b/crates/tor-circmgr/Cargo.toml index dea0a33bd..d9e00cae4 100644 --- a/crates/tor-circmgr/Cargo.toml +++ b/crates/tor-circmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-circmgr" -version = "0.3.1" +version = "0.3.2" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -38,25 +38,25 @@ safelog = { path = "../safelog", version = "0.1.0" } serde = { version = "1.0.103", features = ["derive"] } static_assertions = "1" thiserror = "1" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" } -tor-chanmgr = { path = "../tor-chanmgr", version = "0.3.1" } -tor-config = { path = "../tor-config", version = "0.4.0" } -tor-error = { path = "../tor-error", version = "0.3.1" } -tor-guardmgr = { path = "../tor-guardmgr", version = "0.3.1" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.2" } +tor-chanmgr = { path = "../tor-chanmgr", version = "0.4.0" } +tor-config = { path = "../tor-config", version = "0.4.1" } +tor-error = { path = "../tor-error", version = "0.3.2" } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.4.0" } tor-linkspec = { path = "../tor-linkspec", version = "0.3.0" } -tor-netdir = { path = "../tor-netdir", version = "0.3.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.4.0" } -tor-persist = { path = "../tor-persist", version = "0.4.0" } -tor-proto = { path = "../tor-proto", version = "0.3.1" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0" } +tor-netdir = { path = "../tor-netdir", version = "0.4.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.4.1" } +tor-persist = { path = "../tor-persist", version = "0.4.1" } +tor-proto = { path = "../tor-proto", version = "0.4.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.5.0" } tracing = "0.1.18" weak-table = "0.3.0" [dev-dependencies] futures-await-test = "0.3.0" -tor-guardmgr = { path = "../tor-guardmgr", version = "0.3.1", features = ["testing"] } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0" } -tor-netdir = { path = "../tor-netdir", version = "0.3.0", features = ["testing"] } -tor-persist = { path = "../tor-persist", version = "0.4.0", features = ["testing"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.4.0", features = ["testing"] } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.2" } +tor-netdir = { path = "../tor-netdir", version = "0.4.0", features = ["testing"] } +tor-persist = { path = "../tor-persist", version = "0.4.1", features = ["testing"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.5.0", features = ["tokio", "native-tls"] } tor-rtmock = { path = "../tor-rtmock", version = "0.4.0" } diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml index cb9baa6a7..8e5fe69b4 100644 --- a/crates/tor-config/Cargo.toml +++ b/crates/tor-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-config" -version = "0.4.0" +version = "0.4.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -20,7 +20,7 @@ config = { version = "0.13", default-features = false, features = ["toml"] } derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } directories = { version = "4", optional = true } educe = "0.4.6" -fs-mistrust = { path = "../fs-mistrust", version = "0.2.0" } +fs-mistrust = { path = "../fs-mistrust", version = "0.3.0" } itertools = "0.10.1" once_cell = "1" paste = "1" @@ -30,8 +30,8 @@ serde_ignored = "0.1.3" shellexpand = { version = "2.1", package = "shellexpand-fork", optional = true } thiserror = "1" toml = "0.5" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" } -tor-error = { path = "../tor-error", version = "0.3.1" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.2" } +tor-error = { path = "../tor-error", version = "0.3.2" } tracing = "0.1.18" [dev-dependencies] diff --git a/crates/tor-consdiff/Cargo.toml b/crates/tor-consdiff/Cargo.toml index c9b9953ee..d7f2f6876 100644 --- a/crates/tor-consdiff/Cargo.toml +++ b/crates/tor-consdiff/Cargo.toml @@ -19,4 +19,4 @@ slow-diff-apply = [] digest = "0.10.0" hex = "0.4" thiserror = "1" -tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.2" } diff --git a/crates/tor-dirclient/Cargo.toml b/crates/tor-dirclient/Cargo.toml index e508c349f..23276a211 100644 --- a/crates/tor-dirclient/Cargo.toml +++ b/crates/tor-dirclient/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirclient" -version = "0.3.1" +version = "0.3.2" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -30,16 +30,16 @@ httpdate = "1.0" itertools = "0.10.1" memchr = "2" thiserror = "1" -tor-circmgr = { path = "../tor-circmgr", version = "0.3.1" } -tor-error = { path = "../tor-error", version = "0.3.1" } +tor-circmgr = { path = "../tor-circmgr", version = "0.3.2" } +tor-error = { path = "../tor-error", version = "0.3.2" } tor-linkspec = { path = "../tor-linkspec", version = "0.3.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.4.0" } -tor-proto = { path = "../tor-proto", version = "0.3.1" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.2" } +tor-netdoc = { path = "../tor-netdoc", version = "0.4.1" } +tor-proto = { path = "../tor-proto", version = "0.4.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.5.0" } tracing = "0.1.18" [dev-dependencies] futures-await-test = "0.3.0" -tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.5.0", features = ["tokio", "native-tls"] } tor-rtmock = { path = "../tor-rtmock", version = "0.4.0" } diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml index 6eebed52a..8a5b6f14c 100644 --- a/crates/tor-dirmgr/Cargo.toml +++ b/crates/tor-dirmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirmgr" -version = "0.4.0" +version = "0.5.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -36,7 +36,7 @@ derive_more = "0.99" digest = "0.10.0" educe = "0.4.6" event-listener = "2" -fs-mistrust = { path = "../fs-mistrust", version = "0.2.0" } +fs-mistrust = { path = "../fs-mistrust", version = "0.3.0" } fslock = { version = "0.2.0" } futures = "0.3.14" hex = "0.4" @@ -53,18 +53,18 @@ serde = { version = "1.0.103", features = ["derive"] } signature = "1" thiserror = "1" time = { version = "0.3", features = ["formatting", "parsing"] } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.2" } tor-checkable = { path = "../tor-checkable", version = "0.3.0" } -tor-circmgr = { path = "../tor-circmgr", version = "0.3.1" } -tor-config = { path = "../tor-config", version = "0.4.0" } +tor-circmgr = { path = "../tor-circmgr", version = "0.3.2" } +tor-config = { path = "../tor-config", version = "0.4.1" } tor-consdiff = { path = "../tor-consdiff", version = "0.3.0" } -tor-dirclient = { path = "../tor-dirclient", version = "0.3.1" } -tor-error = { path = "../tor-error", version = "0.3.1" } -tor-guardmgr = { path = "../tor-guardmgr", version = "0.3.1" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0" } -tor-netdir = { path = "../tor-netdir", version = "0.3.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.4.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0" } +tor-dirclient = { path = "../tor-dirclient", version = "0.3.2" } +tor-error = { path = "../tor-error", version = "0.3.2" } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.4.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.2" } +tor-netdir = { path = "../tor-netdir", version = "0.4.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.4.1" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.5.0" } tracing = "0.1.18" [dev-dependencies] @@ -72,5 +72,5 @@ float_eq = "1.0.0" futures-await-test = "0.3.0" hex-literal = "0.3" tempfile = "3" -tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.5.0", features = ["tokio", "native-tls"] } tor-rtmock = { path = "../tor-rtmock", version = "0.4.0" } diff --git a/crates/tor-error/Cargo.toml b/crates/tor-error/Cargo.toml index d098a472b..6861c8126 100644 --- a/crates/tor-error/Cargo.toml +++ b/crates/tor-error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-error" -version = "0.3.1" +version = "0.3.2" authors = ["Ian Jackson <[email protected]>"] edition = "2021" rust-version = "1.56" diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml index a606491fd..b5bda2f20 100644 --- a/crates/tor-guardmgr/Cargo.toml +++ b/crates/tor-guardmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-guardmgr" -version = "0.3.1" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -33,23 +33,23 @@ rand = "0.8" retain_mut = "0.1.3" serde = { version = "1.0.103", features = ["derive"] } thiserror = "1" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" } -tor-config = { path = "../tor-config", version = "0.4.0" } -tor-error = { path = "../tor-error", version = "0.3.1" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.2" } +tor-config = { path = "../tor-config", version = "0.4.1" } +tor-error = { path = "../tor-error", version = "0.3.2" } tor-linkspec = { path = "../tor-linkspec", version = "0.3.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0" } -tor-netdir = { path = "../tor-netdir", version = "0.3.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.4.0" } # for address pattern -tor-persist = { path = "../tor-persist", version = "0.4.0" } -tor-proto = { path = "../tor-proto", version = "0.3.1" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0" } -tor-units = { path = "../tor-units", version = "0.3.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.2" } +tor-netdir = { path = "../tor-netdir", version = "0.4.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.4.1" } # for address pattern +tor-persist = { path = "../tor-persist", version = "0.4.1" } +tor-proto = { path = "../tor-proto", version = "0.4.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.5.0" } +tor-units = { path = "../tor-units", version = "0.3.1" } tracing = "0.1.18" [dev-dependencies] float_eq = "1.0.0" -tor-netdir = { path = "../tor-netdir", version = "0.3.0", features = ["testing"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.4.0" } -tor-persist = { path = "../tor-persist", version = "0.4.0", features = ["testing"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] } +tor-netdir = { path = "../tor-netdir", version = "0.4.0", features = ["testing"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.4.1" } +tor-persist = { path = "../tor-persist", version = "0.4.1", features = ["testing"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.5.0", features = ["tokio", "native-tls"] } tor-rtmock = { path = "../tor-rtmock", version = "0.4.0" } diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml index 73596da46..b94b897d3 100644 --- a/crates/tor-linkspec/Cargo.toml +++ b/crates/tor-linkspec/Cargo.toml @@ -12,8 +12,8 @@ categories = ["network-programming"] repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -tor-bytes = { path = "../tor-bytes", version = "0.3.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0" } +tor-bytes = { path = "../tor-bytes", version = "0.4.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.2" } tor-protover = { path = "../tor-protover", version = "0.3.0" } [dev-dependencies] diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml index 167a8e354..804d62485 100644 --- a/crates/tor-llcrypto/Cargo.toml +++ b/crates/tor-llcrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-llcrypto" -version = "0.3.1" +version = "0.3.2" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -53,7 +53,7 @@ cipher = "0.4.1" hex-literal = "0.3" rand = "0.8" serde_test = "1.0.124" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.2" } [target.wasm32-unknown-unknown.dependencies] getrandom = { version = "0.2.3", features = ["js"] } diff --git a/crates/tor-netdir/Cargo.toml b/crates/tor-netdir/Cargo.toml index 56782d81d..9c0367d4d 100644 --- a/crates/tor-netdir/Cargo.toml +++ b/crates/tor-netdir/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-netdir" -version = "0.3.1" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -38,12 +38,12 @@ serde = { version = "1.0.103", features = ["derive"] } signature = "1" thiserror = "1" tor-checkable = { path = "../tor-checkable", version = "0.3.0" } -tor-config = { path = "../tor-config", version = "0.4.0" } +tor-config = { path = "../tor-config", version = "0.4.1" } tor-linkspec = { path = "../tor-linkspec", version = "0.3.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.4.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.2" } +tor-netdoc = { path = "../tor-netdoc", version = "0.4.1" } tor-protover = { path = "../tor-protover", version = "0.3.0" } -tor-units = { path = "../tor-units", version = "0.3.0" } +tor-units = { path = "../tor-units", version = "0.3.1" } tracing = "0.1.18" [dev-dependencies] @@ -51,5 +51,5 @@ float_eq = "1.0.0" hex = "0.4" hex-literal = "0.3" rand_chacha = "0.3" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" } -tor-netdoc = { path = "../tor-netdoc", version = "0.4.0", features = ["build_docs"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.2" } +tor-netdoc = { path = "../tor-netdoc", version = "0.4.1", features = ["build_docs"] } diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml index 2eeaccb4c..7de53690f 100644 --- a/crates/tor-netdoc/Cargo.toml +++ b/crates/tor-netdoc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-netdoc" -version = "0.4.0" +version = "0.4.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -60,11 +60,11 @@ signature = "1" thiserror = "1" time = { version = "0.3", features = ["std", "parsing", "macros"] } tinystr = "0.6.0" -tor-bytes = { path = "../tor-bytes", version = "0.3.0" } -tor-cert = { path = "../tor-cert", version = "0.3.0" } +tor-bytes = { path = "../tor-bytes", version = "0.4.0" } +tor-cert = { path = "../tor-cert", version = "0.4.0" } tor-checkable = { path = "../tor-checkable", version = "0.3.0" } -tor-error = { path = "../tor-error", version = "0.3.1" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0" } +tor-error = { path = "../tor-error", version = "0.3.2" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.2" } tor-protover = { path = "../tor-protover", version = "0.3.0" } visibility = { version = "0.0.1", optional = true } visible = { version = "0.0.1", optional = true } diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml index 8712a8b8e..0e8ecf9e3 100644 --- a/crates/tor-persist/Cargo.toml +++ b/crates/tor-persist/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-persist" -version = "0.4.0" +version = "0.4.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -17,12 +17,12 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/" testing = [] [dependencies] -fs-mistrust = { path = "../fs-mistrust", version = "0.2.0", features = ["walkdir"] } +fs-mistrust = { path = "../fs-mistrust", version = "0.3.0", features = ["walkdir"] } sanitize-filename = "0.4.0" serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.50" thiserror = "1" -tor-error = { path = "../tor-error", version = "0.3.1" } +tor-error = { path = "../tor-error", version = "0.3.2" } tracing = "0.1.18" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml index d30b61749..845693ace 100644 --- a/crates/tor-proto/Cargo.toml +++ b/crates/tor-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-proto" -version = "0.3.1" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -39,18 +39,18 @@ subtle = "2" thiserror = "1" tokio-crate = { package = "tokio", version = "1.7", optional = true } tokio-util = { version = "0.7.0", features = ["compat"], optional = true } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" } -tor-bytes = { path = "../tor-bytes", version = "0.3.0" } -tor-cell = { path = "../tor-cell", version = "0.3.0" } -tor-cert = { path = "../tor-cert", version = "0.3.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.2" } +tor-bytes = { path = "../tor-bytes", version = "0.4.0" } +tor-cell = { path = "../tor-cell", version = "0.4.0" } +tor-cert = { path = "../tor-cert", version = "0.4.0" } tor-checkable = { path = "../tor-checkable", version = "0.3.0" } -tor-error = { path = "../tor-error", version = "0.3.1" } +tor-error = { path = "../tor-error", version = "0.3.2" } tor-linkspec = { path = "../tor-linkspec", version = "0.3.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.2" } tor-protover = { path = "../tor-protover", version = "0.3.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.5.0" } tor-rtmock = { path = "../tor-rtmock", version = "0.4.0" } -tor-units = { path = "../tor-units", version = "0.3.0" } +tor-units = { path = "../tor-units", version = "0.3.1" } tracing = "0.1.18" typenum = "1.12" zeroize = "1" @@ -61,4 +61,4 @@ hex-literal = "0.3" itertools = "0.10.1" statrs = "0.15.0" tokio-crate = { package = "tokio", version = "1.7", features = ["full"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.5.0", features = ["tokio", "native-tls"] } diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml index 62cf7b5da..c853fab70 100644 --- a/crates/tor-rtcompat/Cargo.toml +++ b/crates/tor-rtcompat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtcompat" -version = "0.4.0" +version = "0.5.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml index 163e3a1b7..d0a719048 100644 --- a/crates/tor-rtmock/Cargo.toml +++ b/crates/tor-rtmock/Cargo.toml @@ -16,11 +16,11 @@ async-trait = "0.1.2" futures = "0.3.14" pin-project = "1" thiserror = "1" -tor-rtcompat = { version = "0.4.0", path = "../tor-rtcompat" } +tor-rtcompat = { version = "0.5.0", path = "../tor-rtcompat" } tracing = "0.1.18" [dev-dependencies] futures-await-test = "0.3.0" rand = "0.8" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.2" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.5.0", features = ["tokio", "native-tls"] } diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml index 16db41fd0..bc2757fbe 100644 --- a/crates/tor-socksproto/Cargo.toml +++ b/crates/tor-socksproto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-socksproto" -version = "0.3.1" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -14,8 +14,8 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] caret = { path = "../caret", version = "0.2.0" } thiserror = "1" -tor-bytes = { path = "../tor-bytes", version = "0.3.0" } -tor-error = { path = "../tor-error", version = "0.3.1" } +tor-bytes = { path = "../tor-bytes", version = "0.4.0" } +tor-error = { path = "../tor-error", version = "0.3.2" } [dev-dependencies] hex-literal = "0.3" diff --git a/crates/tor-units/Cargo.toml b/crates/tor-units/Cargo.toml index ddcc1ee0c..e42ae6018 100644 --- a/crates/tor-units/Cargo.toml +++ b/crates/tor-units/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-units" -version = "0.3.0" +version = "0.3.1" authors = ["Dennis Jackson <[email protected]>"] edition = "2021" rust-version = "1.56" |
