diff options
33 files changed, 189 insertions, 187 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f8279eb1..43e914549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -124,6 +124,7 @@ See [`doc/OnionService.md`] for instructions and caveats. [async-broadcast], [signature], [config]. ([!2001], [!2004]) - Fix `ArtiPath` creation on Windows. ([!2012]) - Fix compilation and warnings on Windows. ([!2014], [!2009]) +- Gate `RpcConfig` behind `rpc` feature. ([[6c9e70e39ab279aa]]) ### Acknowledgments @@ -206,6 +207,7 @@ for funding the development of Arti! [b515baf27f194470]: https://gitlab.torproject.org/tpo/core/arti/-/commit/b515baf27f1944708285849503dfcd08bb7ac73b [bd85bffd0a388f57]: https://gitlab.torproject.org/tpo/core/arti/-/commit/bd85bffd0a388f579d42c8a0758091232bf901a0 [f3720ac2c0f16883]: https://gitlab.torproject.org/tpo/core/arti/-/commit/f3720ac2c0f16883abc1597ad828f99022a0e320 +[6c9e70e39ab279aa]: https://gitlab.torproject.org/tpo/core/arti/-/commit/6c9e70e39ab279aa99634d216847627f1cd62f2a [Shadow]: https://shadow.github.io/ [TROVE-2024-001]: https://gitlab.torproject.org/tpo/core/team/-/wikis/NetworkTeam/TROVE [`arti-client`]: https://tpo.pages.torproject.net/core/doc/rust/arti_client/index.html diff --git a/Cargo.lock b/Cargo.lock index 0c0980a11..781dcc7b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,7 +195,7 @@ checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" [[package]] name = "arti" -version = "1.1.13" +version = "1.2.0" dependencies = [ "anyhow", "arti-client", @@ -270,7 +270,7 @@ dependencies = [ [[package]] name = "arti-client" -version = "0.14.0" +version = "0.14.1" dependencies = [ "anyhow", "cfg-if", @@ -329,7 +329,7 @@ version = "0.8.0" [[package]] name = "arti-hyper" -version = "0.14.0" +version = "0.14.1" dependencies = [ "anyhow", "arti-client", @@ -348,7 +348,7 @@ dependencies = [ [[package]] name = "arti-rpcserver" -version = "0.5.0" +version = "0.5.1" dependencies = [ "arti-client", "asynchronous-codec", @@ -380,7 +380,7 @@ dependencies = [ [[package]] name = "arti-testing" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "arti", @@ -1901,7 +1901,7 @@ dependencies = [ [[package]] name = "fs-mistrust" -version = "0.7.7" +version = "0.7.8" dependencies = [ "derive_builder_fork_arti", "dirs", @@ -1939,7 +1939,7 @@ dependencies = [ [[package]] name = "fslock-guard" -version = "0.1.0" +version = "0.1.1" dependencies = [ "fslock-arti-fork", "thiserror", @@ -4976,7 +4976,7 @@ dependencies = [ [[package]] name = "tor-cell" -version = "0.16.0" +version = "0.16.1" dependencies = [ "bitflags 2.4.2", "bytes", @@ -5000,7 +5000,7 @@ dependencies = [ [[package]] name = "tor-cert" -version = "0.10.0" +version = "0.11.0" dependencies = [ "base64ct", "caret", @@ -5018,7 +5018,7 @@ dependencies = [ [[package]] name = "tor-chanmgr" -version = "0.14.0" +version = "0.14.1" dependencies = [ "async-trait", "derive_builder_fork_arti", @@ -5053,7 +5053,7 @@ dependencies = [ [[package]] name = "tor-checkable" -version = "0.7.0" +version = "0.8.0" dependencies = [ "humantime 2.1.0", "signature", @@ -5063,7 +5063,7 @@ dependencies = [ [[package]] name = "tor-circmgr" -version = "0.15.0" +version = "0.16.0" dependencies = [ "amplify", "async-trait", @@ -5110,7 +5110,7 @@ dependencies = [ [[package]] name = "tor-config" -version = "0.10.1" +version = "0.11.0" dependencies = [ "config", "derive-adhoc 0.8.1", @@ -5143,7 +5143,7 @@ dependencies = [ [[package]] name = "tor-congestion" -version = "0.6.0" +version = "0.7.0" dependencies = [ "thiserror", "tor-error", @@ -5163,7 +5163,7 @@ dependencies = [ [[package]] name = "tor-dirclient" -version = "0.13.0" +version = "0.14.0" dependencies = [ "async-compression", "base64ct", @@ -5191,7 +5191,7 @@ dependencies = [ [[package]] name = "tor-dirmgr" -version = "0.15.0" +version = "0.16.0" dependencies = [ "anyhow", "async-trait", @@ -5267,7 +5267,7 @@ dependencies = [ [[package]] name = "tor-events" -version = "0.5.4" +version = "0.5.5" dependencies = [ "async-broadcast", "futures", @@ -5291,7 +5291,7 @@ dependencies = [ [[package]] name = "tor-guardmgr" -version = "0.14.0" +version = "0.14.1" dependencies = [ "base64ct", "derive_builder_fork_arti", @@ -5331,7 +5331,7 @@ dependencies = [ [[package]] name = "tor-hsclient" -version = "0.9.0" +version = "0.10.0" dependencies = [ "async-trait", "derive-adhoc 0.8.1", @@ -5377,7 +5377,7 @@ dependencies = [ [[package]] name = "tor-hscrypto" -version = "0.6.0" +version = "0.6.1" dependencies = [ "cipher", "data-encoding", @@ -5419,7 +5419,7 @@ dependencies = [ [[package]] name = "tor-hsrproxy" -version = "0.5.0" +version = "0.6.0" dependencies = [ "derive-adhoc 0.8.1", "derive_builder_fork_arti", @@ -5445,7 +5445,7 @@ dependencies = [ [[package]] name = "tor-hsservice" -version = "0.7.0" +version = "0.8.0" dependencies = [ "amplify", "anyhow", @@ -5509,7 +5509,7 @@ dependencies = [ [[package]] name = "tor-keymgr" -version = "0.7.0" +version = "0.8.0" dependencies = [ "amplify", "arrayvec", @@ -5542,7 +5542,7 @@ dependencies = [ [[package]] name = "tor-linkspec" -version = "0.11.0" +version = "0.11.1" dependencies = [ "base64ct", "by_address", @@ -5619,7 +5619,7 @@ dependencies = [ [[package]] name = "tor-netdir" -version = "0.12.0" +version = "0.12.1" dependencies = [ "bitflags 2.4.2", "derive_builder_fork_arti", @@ -5657,7 +5657,7 @@ dependencies = [ [[package]] name = "tor-netdoc" -version = "0.12.0" +version = "0.12.1" dependencies = [ "amplify", "anyhow", @@ -5703,7 +5703,7 @@ dependencies = [ [[package]] name = "tor-persist" -version = "0.10.0" +version = "0.10.1" dependencies = [ "amplify", "anyhow", @@ -5728,7 +5728,7 @@ dependencies = [ [[package]] name = "tor-proto" -version = "0.16.0" +version = "0.16.1" dependencies = [ "asynchronous-codec", "bitvec", @@ -5789,7 +5789,7 @@ dependencies = [ [[package]] name = "tor-ptmgr" -version = "0.10.0" +version = "0.11.0" dependencies = [ "anyhow", "async-trait", @@ -5897,7 +5897,7 @@ dependencies = [ [[package]] name = "tor-units" -version = "0.6.4" +version = "0.6.5" dependencies = [ "derive_more", "float-cmp", diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml index 79ca619a6..4b677af26 100644 --- a/crates/arti-bench/Cargo.toml +++ b/crates/arti-bench/Cargo.toml @@ -17,8 +17,8 @@ publish = false [dependencies] anyhow = "1.0.23" -arti = { path = "../arti", version = "1.1.13" } -arti-client = { package = "arti-client", path = "../arti-client", version = "0.14.0" } +arti = { path = "../arti", version = "1.2.0" } +arti-client = { package = "arti-client", path = "../arti-client", version = "0.14.1" } clap = { version = "4.3.24", features = ["wrap_help"] } float-ord = "0.3" fs-mistrust = { path = "../fs-mistrust", version = "0.7.7" } @@ -28,7 +28,7 @@ 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.10.0" } +tor-config = { path = "../tor-config", version = "0.11.0" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0", features = ["tokio", "native-tls"] } tracing = "0.1.36" tracing-subscriber = { version = "0.3.0", features = ["env-filter"] } diff --git a/crates/arti-client/Cargo.toml b/crates/arti-client/Cargo.toml index 114f47b52..2244d3599 100644 --- a/crates/arti-client/Cargo.toml +++ b/crates/arti-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-client" -version = "0.14.0" +version = "0.14.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -129,26 +129,26 @@ serde = { version = "1.0.103", features = ["derive"] } thiserror = "1" tor-async-utils = { path = "../tor-async-utils", version = "0.1.5" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } -tor-cell = { path = "../tor-cell", version = "0.16.0" } +tor-cell = { path = "../tor-cell", version = "0.16.1" } tor-chanmgr = { path = "../tor-chanmgr", version = "0.14.0" } -tor-checkable = { path = "../tor-checkable", version = "0.7.0" } -tor-circmgr = { path = "../tor-circmgr", version = "0.15.0" } -tor-config = { path = "../tor-config", version = "0.10.0" } -tor-dirmgr = { path = "../tor-dirmgr", version = "0.15.0", default-features = false, features = ["mmap"] } +tor-checkable = { path = "../tor-checkable", version = "0.8.0" } +tor-circmgr = { path = "../tor-circmgr", version = "0.16.0" } +tor-config = { path = "../tor-config", version = "0.11.0" } +tor-dirmgr = { path = "../tor-dirmgr", version = "0.16.0", default-features = false, features = ["mmap"] } tor-error = { path = "../tor-error", version = "0.6.0", features = ["tracing"] } tor-geoip = { path = "../tor-geoip", version = "0.2.0", optional = true } -tor-guardmgr = { path = "../tor-guardmgr", version = "0.14.0" } -tor-hsclient = { path = "../tor-hsclient", version = "0.9.0", optional = true } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.14.1" } +tor-hsclient = { path = "../tor-hsclient", version = "0.10.0", optional = true } tor-hscrypto = { path = "../tor-hscrypto", version = "0.6.0", optional = true } -tor-hsservice = { path = "../tor-hsservice", version = "0.7.0", optional = true } -tor-keymgr = { path = "../tor-keymgr", version = "0.7.0", default-features = false } +tor-hsservice = { path = "../tor-hsservice", version = "0.8.0", optional = true } +tor-keymgr = { path = "../tor-keymgr", version = "0.8.0", default-features = false } tor-linkspec = { path = "../tor-linkspec", version = "0.11.0" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" } -tor-netdir = { path = "../tor-netdir", version = "0.12.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.12.0" } -tor-persist = { path = "../tor-persist", version = "0.10.0" } -tor-proto = { path = "../tor-proto", version = "0.16.0" } -tor-ptmgr = { path = "../tor-ptmgr", version = "0.10.0", optional = true } +tor-netdir = { path = "../tor-netdir", version = "0.12.1" } +tor-netdoc = { path = "../tor-netdoc", version = "0.12.1" } +tor-persist = { path = "../tor-persist", version = "0.10.1" } +tor-proto = { path = "../tor-proto", version = "0.16.1" } +tor-ptmgr = { path = "../tor-ptmgr", version = "0.11.0", optional = true } tor-rpcbase = { path = "../tor-rpcbase", version = "0.3.0", optional = true } tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0" } tracing = "0.1.36" diff --git a/crates/arti-hyper/Cargo.toml b/crates/arti-hyper/Cargo.toml index 88d03a2d1..b247031b7 100644 --- a/crates/arti-hyper/Cargo.toml +++ b/crates/arti-hyper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-hyper" -version = "0.14.0" +version = "0.14.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -36,7 +36,7 @@ __is_nonadditive = [] [dependencies] anyhow = "1.0.23" -arti-client = { path = "../arti-client", version = "0.14.0" } +arti-client = { path = "../arti-client", version = "0.14.1" } educe = "0.4.6" hyper = { version = "0.14", features = ["http1", "client", "runtime"] } pin-project = "1" diff --git a/crates/arti-rpcserver/Cargo.toml b/crates/arti-rpcserver/Cargo.toml index ffb0d969c..18418f37b 100644 --- a/crates/arti-rpcserver/Cargo.toml +++ b/crates/arti-rpcserver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-rpcserver" -version = "0.5.0" +version = "0.5.1" edition = "2021" rust-version = "1.70" authors = ["The Tor Project, Inc.", "eta <[email protected]>"] @@ -23,7 +23,7 @@ full = [ ] [dependencies] -arti-client = { path = "../arti-client", version = "0.14.0", features = ["rpc"] } +arti-client = { path = "../arti-client", version = "0.14.1", features = ["rpc"] } asynchronous-codec = { version = "0.7.0", features = ["json"] } base64ct = "1.5.1" bytes = "1" diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml index e47af25d1..92eb68981 100644 --- a/crates/arti-testing/Cargo.toml +++ b/crates/arti-testing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-testing" -version = "0.10.0" +version = "0.10.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -26,8 +26,8 @@ full = [ [dependencies] anyhow = "1.0.23" -arti = { package = "arti", path = "../arti", version = "1.1.13" } -arti-client = { package = "arti-client", path = "../arti-client", version = "0.14.0", features = ["dirfilter"] } +arti = { package = "arti", path = "../arti", version = "1.2.0" } +arti-client = { package = "arti-client", path = "../arti-client", version = "0.14.1", features = ["dirfilter"] } async-trait = "0.1.54" cfg-if = "1.0.0" clap = { version = "4.3.24", features = ["wrap_help"] } @@ -38,11 +38,11 @@ rand = "0.8" serde = { version = "1.0.103", features = ["derive"] } tokio = { version = "1.7", features = ["signal", "macros"] } tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } -tor-checkable = { path = "../tor-checkable", version = "0.7.0", features = ["experimental-api"] } -tor-config = { path = "../tor-config", version = "0.10.0" } -tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.15.0", features = ["dirfilter"] } +tor-checkable = { path = "../tor-checkable", version = "0.8.0", features = ["experimental-api"] } +tor-config = { path = "../tor-config", version = "0.11.0" } +tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.16.0", features = ["dirfilter"] } tor-error = { path = "../tor-error", version = "0.6.0" } -tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.12.0", features = [ +tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.12.1", features = [ "experimental-api", "dangerous-expose-struct-fields", ] } diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml index 355271ab5..1f742de9c 100644 --- a/crates/arti/Cargo.toml +++ b/crates/arti/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti" -version = "1.1.13" +version = "1.2.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -91,9 +91,9 @@ rpc = ["arti-rpcserver", "tor-rpcbase", "__is_experimental"] __is_experimental = [] [dependencies] -arti-rpcserver = { path = "../arti-rpcserver", version = "0.5.0", optional = true } +arti-rpcserver = { path = "../arti-rpcserver", version = "0.5.1", optional = true } anyhow = "1.0.23" -arti-client = { package = "arti-client", path = "../arti-client", version = "0.14.0", default-features = false, features = [ +arti-client = { package = "arti-client", path = "../arti-client", version = "0.14.1", default-features = false, features = [ "anyhow", ] } async-ctrlc = { version = "1.2.0", optional = true } @@ -123,10 +123,10 @@ time = "0.3.18" tokio-crate = { package = "tokio", version = "1.7", optional = true, features = ["signal"] } tokio-util = { version = "0.7.0", features = ["compat"], optional = true } toml = "0.8.8" -tor-config = { path = "../tor-config", version = "0.10.0" } +tor-config = { path = "../tor-config", version = "0.11.0" } tor-error = { path = "../tor-error", version = "0.6.0", default-features = false, features = ["tracing"] } -tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.5.0", optional = true } -tor-hsservice = { path = "../tor-hsservice", version = "0.7.0", optional = true } +tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.6.0", optional = true } +tor-hsservice = { path = "../tor-hsservice", version = "0.8.0", optional = true } tor-rpcbase = { path = "../tor-rpcbase", version = "0.3.0", optional = true } tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0", default-features = false } tor-socksproto = { path = "../tor-socksproto", version = "0.10.0" } diff --git a/crates/fs-mistrust/Cargo.toml b/crates/fs-mistrust/Cargo.toml index fa1b56355..f385edafd 100644 --- a/crates/fs-mistrust/Cargo.toml +++ b/crates/fs-mistrust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fs-mistrust" -version = "0.7.7" +version = "0.7.8" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/crates/fslock-guard/Cargo.toml b/crates/fslock-guard/Cargo.toml index 0d8797289..4564d912c 100644 --- a/crates/fslock-guard/Cargo.toml +++ b/crates/fslock-guard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fslock-guard" -version = "0.1.0" +version = "0.1.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml index 6e1804f51..b58685b0a 100644 --- a/crates/tor-cell/Cargo.toml +++ b/crates/tor-cell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cell" -version = "0.16.0" +version = "0.16.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -48,12 +48,12 @@ rand = "0.8" thiserror = "1" tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } tor-bytes = { path = "../tor-bytes", version = "0.10.0" } -tor-cert = { path = "../tor-cert", version = "0.10.0" } +tor-cert = { path = "../tor-cert", version = "0.11.0" } tor-error = { path = "../tor-error", version = "0.6.0" } tor-hscrypto = { path = "../tor-hscrypto", version = "0.6.0", optional = true } tor-linkspec = { path = "../tor-linkspec", version = "0.11.0" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" } -tor-units = { path = "../tor-units", version = "0.6.1" } +tor-units = { path = "../tor-units", version = "0.6.5" } [dev-dependencies] hex = "0.4" diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml index 09ddfd7fe..b7a9af7ca 100644 --- a/crates/tor-cert/Cargo.toml +++ b/crates/tor-cert/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cert" -version = "0.10.0" +version = "0.11.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -25,7 +25,7 @@ derive_more = "0.99.3" digest = "0.10.0" thiserror = "1" tor-bytes = { path = "../tor-bytes", version = "0.10.0" } -tor-checkable = { path = "../tor-checkable", version = "0.7.0" } +tor-checkable = { path = "../tor-checkable", version = "0.8.0" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" } [dev-dependencies] diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml index cab20c299..fef7fa963 100644 --- a/crates/tor-chanmgr/Cargo.toml +++ b/crates/tor-chanmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-chanmgr" -version = "0.14.0" +version = "0.14.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -49,18 +49,18 @@ serde = { version = "1.0.103", features = ["derive"] } thiserror = "1" tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } -tor-cell = { path = "../tor-cell", version = "0.16.0" } -tor-config = { path = "../tor-config", version = "0.10.0" } +tor-cell = { path = "../tor-cell", version = "0.16.1" } +tor-config = { path = "../tor-config", version = "0.11.0" } tor-error = { path = "../tor-error", version = "0.6.0", features = ["tracing"] } tor-linkspec = { path = "../tor-linkspec", version = "0.11.0" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" } -tor-netdir = { path = "../tor-netdir", version = "0.12.0" } -tor-proto = { path = "../tor-proto", version = "0.16.0" } +tor-netdir = { path = "../tor-netdir", version = "0.12.1" } +tor-proto = { path = "../tor-proto", version = "0.16.1" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0" } tor-socksproto = { path = "../tor-socksproto", version = "0.10.0", default-features = false, features = [ "client-handshake", ] } -tor-units = { path = "../tor-units", version = "0.6.1" } +tor-units = { path = "../tor-units", version = "0.6.5" } tracing = "0.1.36" void = "1" @@ -69,9 +69,9 @@ float_eq = "1.0.0" futures-await-test = "0.3.0" hex-literal = "0.4" itertools = "0.12.0" -tor-cell = { path = "../tor-cell", version = "0.16.0", features = ["testing"] } -tor-netdir = { path = "../tor-netdir", version = "0.12.0", features = ["testing"] } -tor-proto = { path = "../tor-proto", version = "0.16.0", features = ["testing"] } +tor-cell = { path = "../tor-cell", version = "0.16.1", features = ["testing"] } +tor-netdir = { path = "../tor-netdir", version = "0.12.1", features = ["testing"] } +tor-proto = { path = "../tor-proto", version = "0.16.1", features = ["testing"] } tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0", features = ["tokio", "native-tls"] } tor-rtmock = { path = "../tor-rtmock", version = "0.13.0" } [package.metadata.docs.rs] diff --git a/crates/tor-checkable/Cargo.toml b/crates/tor-checkable/Cargo.toml index 9113ccc23..3d76738c1 100644 --- a/crates/tor-checkable/Cargo.toml +++ b/crates/tor-checkable/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-checkable" -version = "0.7.0" +version = "0.8.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" diff --git a/crates/tor-circmgr/Cargo.toml b/crates/tor-circmgr/Cargo.toml index f23cad4d1..295c3ac89 100644 --- a/crates/tor-circmgr/Cargo.toml +++ b/crates/tor-circmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-circmgr" -version = "0.15.0" +version = "0.16.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -75,16 +75,16 @@ thiserror = "1" tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } tor-chanmgr = { path = "../tor-chanmgr", version = "0.14.0" } -tor-config = { path = "../tor-config", version = "0.10.0" } +tor-config = { path = "../tor-config", version = "0.11.0" } tor-error = { path = "../tor-error", version = "0.6.0", features = ["tracing"] } tor-geoip = { path = "../tor-geoip", version = "0.2.0", optional = true } -tor-guardmgr = { path = "../tor-guardmgr", version = "0.14.0" } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.14.1" } tor-hscrypto = { path = "../tor-hscrypto", version = "0.6.0", optional = true } tor-linkspec = { path = "../tor-linkspec", version = "0.11.0" } -tor-netdir = { path = "../tor-netdir", version = "0.12.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.12.0" } -tor-persist = { path = "../tor-persist", version = "0.10.0" } -tor-proto = { path = "../tor-proto", version = "0.16.0" } +tor-netdir = { path = "../tor-netdir", version = "0.12.1" } +tor-netdoc = { path = "../tor-netdoc", version = "0.12.1" } +tor-persist = { path = "../tor-persist", version = "0.10.1" } +tor-proto = { path = "../tor-proto", version = "0.16.1" } tor-protover = { path = "../tor-protover", version = "0.6.0" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0" } tracing = "0.1.36" @@ -94,10 +94,10 @@ weak-table = "0.3.0" [dev-dependencies] futures-await-test = "0.3.0" -tor-guardmgr = { path = "../tor-guardmgr", version = "0.14.0", features = ["testing"] } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.14.1", features = ["testing"] } tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" } -tor-netdir = { path = "../tor-netdir", version = "0.12.0", features = ["testing"] } -tor-persist = { path = "../tor-persist", version = "0.10.0", features = ["testing"] } +tor-netdir = { path = "../tor-netdir", version = "0.12.1", features = ["testing"] } +tor-persist = { path = "../tor-persist", version = "0.10.1", features = ["testing"] } tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0", features = ["tokio", "native-tls"] } tor-rtmock = { path = "../tor-rtmock", version = "0.13.0" } [package.metadata.docs.rs] diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml index ab00cfdec..680a5e7aa 100644 --- a/crates/tor-config/Cargo.toml +++ b/crates/tor-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-config" -version = "0.10.1" +version = "0.11.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" diff --git a/crates/tor-congestion/Cargo.toml b/crates/tor-congestion/Cargo.toml index b9cd0ec61..192823a62 100644 --- a/crates/tor-congestion/Cargo.toml +++ b/crates/tor-congestion/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-congestion" -version = "0.6.0" +version = "0.7.0" edition = "2021" authors = ["The Tor Project, Inc.", "eta <[email protected]>"] rust-version = "1.70" @@ -17,8 +17,8 @@ publish = false [dependencies] thiserror = "1" tor-error = { path = "../tor-error", version = "0.6.0" } -tor-netdir = { path = "../tor-netdir", version = "0.12.0" } -tor-units = { path = "../tor-units", version = "0.6.1" } +tor-netdir = { path = "../tor-netdir", version = "0.12.1" } +tor-units = { path = "../tor-units", version = "0.6.5" } [features] full = ["tor-error/full", "tor-netdir/full", "tor-units/full"] diff --git a/crates/tor-dirclient/Cargo.toml b/crates/tor-dirclient/Cargo.toml index 046a0d343..bce344c42 100644 --- a/crates/tor-dirclient/Cargo.toml +++ b/crates/tor-dirclient/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirclient" -version = "0.13.0" +version = "0.14.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -55,13 +55,13 @@ httpdate = "1.0" itertools = "0.12.0" memchr = "2.5" thiserror = "1" -tor-circmgr = { path = "../tor-circmgr", version = "0.15.0" } +tor-circmgr = { path = "../tor-circmgr", version = "0.16.0" } tor-error = { path = "../tor-error", version = "0.6.0" } tor-hscrypto = { path = "../tor-hscrypto", version = "0.6.0", optional = true } tor-linkspec = { path = "../tor-linkspec", version = "0.11.0" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.12.0" } -tor-proto = { path = "../tor-proto", version = "0.16.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.12.1" } +tor-proto = { path = "../tor-proto", version = "0.16.1" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0" } tracing = "0.1.36" diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml index 56fb55f46..ee980c5a4 100644 --- a/crates/tor-dirmgr/Cargo.toml +++ b/crates/tor-dirmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirmgr" -version = "0.15.0" +version = "0.16.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -87,19 +87,19 @@ thiserror = "1" time = { version = "0.3.20", features = ["formatting", "parsing"] } tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } -tor-checkable = { path = "../tor-checkable", version = "0.7.0" } -tor-circmgr = { path = "../tor-circmgr", version = "0.15.0" } -tor-config = { path = "../tor-config", version = "0.10.0" } +tor-checkable = { path = "../tor-checkable", version = "0.8.0" } +tor-circmgr = { path = "../tor-circmgr", version = "0.16.0" } +tor-config = { path = "../tor-config", version = "0.11.0" } tor-consdiff = { path = "../tor-consdiff", version = "0.7.0" } -tor-dirclient = { path = "../tor-dirclient", version = "0.13.0", default-features = false } +tor-dirclient = { path = "../tor-dirclient", version = "0.14.0", default-features = false } tor-error = { path = "../tor-error", version = "0.6.0", features = ["tracing"] } tor-geoip = { path = "../tor-geoip", version = "0.2.0", optional = true } -tor-guardmgr = { path = "../tor-guardmgr", version = "0.14.0" } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.14.1" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" } -tor-netdir = { path = "../tor-netdir", version = "0.12.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.12.0" } -tor-persist = { path = "../tor-persist", version = "0.10.0" } -tor-proto = { path = "../tor-proto", version = "0.16.0" } +tor-netdir = { path = "../tor-netdir", version = "0.12.1" } +tor-netdoc = { path = "../tor-netdoc", version = "0.12.1" } +tor-persist = { path = "../tor-persist", version = "0.10.1" } +tor-proto = { path = "../tor-proto", version = "0.16.1" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0" } tracing = "0.1.36" diff --git a/crates/tor-events/Cargo.toml b/crates/tor-events/Cargo.toml index b8fac2d94..a47dc90d5 100644 --- a/crates/tor-events/Cargo.toml +++ b/crates/tor-events/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-events" -version = "0.5.4" +version = "0.5.5" edition = "2021" rust-version = "1.70" authors = ["The Tor Project, Inc.", "eta <[email protected]>"] diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml index 17f02baaf..e8072235b 100644 --- a/crates/tor-guardmgr/Cargo.toml +++ b/crates/tor-guardmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-guardmgr" -version = "0.14.0" +version = "0.14.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -66,26 +66,26 @@ strum = { version = "0.26", features = ["derive"] } thiserror = "1" tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } -tor-config = { path = "../tor-config", version = "0.10.0" } +tor-config = { path = "../tor-config", version = "0.11.0" } tor-error = { path = "../tor-error", version = "0.6.0" } tor-linkspec = { path = "../tor-linkspec", version = "0.11.0" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" } -tor-netdir = { path = "../tor-netdir", version = "0.12.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.12.0" } # for address pattern -tor-persist = { path = "../tor-persist", version = "0.10.0" } -tor-proto = { path = "../tor-proto", version = "0.16.0" } +tor-netdir = { path = "../tor-netdir", version = "0.12.1" } +tor-netdoc = { path = "../tor-netdoc", version = "0.12.1" } # for address pattern +tor-persist = { path = "../tor-persist", version = "0.10.1" } +tor-proto = { path = "../tor-proto", version = "0.16.1" } tor-protover = { path = "../tor-protover", version = "0.6.0", optional = true } tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0" } -tor-units = { path = "../tor-units", version = "0.6.1" } +tor-units = { path = "../tor-units", version = "0.6.5" } tracing = "0.1.36" [dev-dependencies] float_eq = "1.0.0" serde_json = "1.0.50" toml = "0.8.8" -tor-netdir = { path = "../tor-netdir", version = "0.12.0", features = ["testing"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.12.0" } -tor-persist = { path = "../tor-persist", version = "0.10.0", features = ["testing"] } +tor-netdir = { path = "../tor-netdir", version = "0.12.1", features = ["testing"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.12.1" } +tor-persist = { path = "../tor-persist", version = "0.10.1", features = ["testing"] } tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0", features = ["tokio", "native-tls"] } [package.metadata.docs.rs] diff --git a/crates/tor-hsclient/Cargo.toml b/crates/tor-hsclient/Cargo.toml index 0e5f42b9f..51f8bba6b 100644 --- a/crates/tor-hsclient/Cargo.toml +++ b/crates/tor-hsclient/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hsclient" -version = "0.9.0" +version = "0.10.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -53,20 +53,20 @@ thiserror = "1" tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } tor-bytes = { path = "../tor-bytes", version = "0.10.0" } -tor-cell = { path = "../tor-cell", version = "0.16.0", features = ["hs"] } -tor-checkable = { path = "../tor-checkable", version = "0.7.0" } -tor-circmgr = { version = "0.15.0", path = "../tor-circmgr", features = ["hs-client"] } -tor-config = { path = "../tor-config", version = "0.10.0" } -tor-dirclient = { path = "../tor-dirclient", version = "0.13.0", default-features = false, features = ["hs-client"] } +tor-cell = { path = "../tor-cell", version = "0.16.1", features = ["hs"] } +tor-checkable = { path = "../tor-checkable", version = "0.8.0" } +tor-circmgr = { version = "0.16.0", path = "../tor-circmgr", features = ["hs-client"] } +tor-config = { path = "../tor-config", version = "0.11.0" } +tor-dirclient = { path = "../tor-dirclient", version = "0.14.0", default-features = false, features = ["hs-client"] } tor-error = { path = "../tor-error", version = "0.6.0", features = ["tracing"] } tor-hscrypto = { version = "0.6.0", path = "../tor-hscrypto" } -tor-keymgr = { version = "0.7.0", path = "../tor-keymgr", default-features = false } +tor-keymgr = { version = "0.8.0", path = "../tor-keymgr", default-features = false } tor-linkspec = { version = "0.11.0", path = "../tor-linkspec", features = ["decode", "verbatim"] } tor-llcrypto = { version = "0.7.0", path = "../tor-llcrypto" } -tor-netdir = { version = "0.12.0", path = "../tor-netdir", features = ["hs-client"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.12.0", features = ["hs-client"] } -tor-persist = { path = "../tor-persist", version = "0.10.0" } -tor-proto = { version = "0.16.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] } +tor-netdir = { version = "0.12.1", path = "../tor-netdir", features = ["hs-client"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.12.1", features = ["hs-client"] } +tor-persist = { path = "../tor-persist", version = "0.10.1" } +tor-proto = { version = "0.16.1", path = "../tor-proto", features = ["hs-client", "send-control-msg"] } tor-rtcompat = { version = "0.10.0", path = "../tor-rtcompat" } tracing = "0.1.36" @@ -76,11 +76,11 @@ tokio-crate = { package = "tokio", version = "1.7", features = ["full"] } tor-async-utils = { path = "../tor-async-utils", version = "0.1.5" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } tor-chanmgr = { path = "../tor-chanmgr", version = "0.14.0" } -tor-circmgr = { version = "0.15.0", path = "../tor-circmgr", features = ["hs-client", "testing"] } -tor-guardmgr = { path = "../tor-guardmgr", version = "0.14.0", features = ["testing"] } -tor-netdir = { path = "../tor-netdir", version = "0.12.0", features = ["testing"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.12.0", features = ["testing"] } -tor-persist = { path = "../tor-persist", version = "0.10.0", features = ["testing"] } +tor-circmgr = { version = "0.16.0", path = "../tor-circmgr", features = ["hs-client", "testing"] } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.14.1", features = ["testing"] } +tor-netdir = { path = "../tor-netdir", version = "0.12.1", features = ["testing"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.12.1", features = ["testing"] } +tor-persist = { path = "../tor-persist", version = "0.10.1", features = ["testing"] } tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0", features = ["tokio", "native-tls"] } tor-rtmock = { path = "../tor-rtmock", version = "0.13.0" } tracing-test = "0.2.4" diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml index bdf9e7d5b..88c7356e1 100644 --- a/crates/tor-hscrypto/Cargo.toml +++ b/crates/tor-hscrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hscrypto" -version = "0.6.0" +version = "0.6.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -42,7 +42,7 @@ tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } tor-bytes = { version = "0.10.0", path = "../tor-bytes" } tor-error = { version = "0.6.0", path = "../tor-error" } tor-llcrypto = { version = "0.7.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] } -tor-units = { path = "../tor-units", version = "0.6.1" } +tor-units = { path = "../tor-units", version = "0.6.5" } zeroize = { version = "1", optional = true } [dev-dependencies] diff --git a/crates/tor-hsrproxy/Cargo.toml b/crates/tor-hsrproxy/Cargo.toml index 3e583c5e9..776449ce9 100644 --- a/crates/tor-hsrproxy/Cargo.toml +++ b/crates/tor-hsrproxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hsrproxy" -version = "0.5.0" +version = "0.6.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -35,12 +35,12 @@ serde = { version = "1.0.103", features = ["derive"] } serde_with = "3.0.0" thiserror = "1" tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" } -tor-cell = { version = "0.16.0", path = "../tor-cell" } -tor-config = { version = "0.10.0", path = "../tor-config" } +tor-cell = { version = "0.16.1", path = "../tor-cell" } +tor-config = { version = "0.11.0", path = "../tor-config" } tor-error = { version = "0.6.0", path = "../tor-error" } -tor-hsservice = { path = "../tor-hsservice", version = "0.7.0" } +tor-hsservice = { path = "../tor-hsservice", version = "0.8.0" } tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.3.0" } -tor-proto = { version = "0.16.0", path = "../tor-proto", features = ["hs-service"] } +tor-proto = { version = "0.16.1", path = "../tor-proto", features = ["hs-service"] } tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0" } tracing = "0.1.36" void = "1" diff --git a/crates/tor-hsservice/Cargo.toml b/crates/tor-hsservice/Cargo.toml index ca0417bac..c377520bb 100644 --- a/crates/tor-hsservice/Cargo.toml +++ b/crates/tor-hsservice/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hsservice" -version = "0.7.0" +version = "0.8.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -66,28 +66,28 @@ thiserror = "1" tor-async-utils = { path = "../tor-async-utils", version = "0.1.5" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } tor-bytes = { version = "0.10.0", path = "../tor-bytes" } -tor-cell = { version = "0.16.0", path = "../tor-cell", features = ["hs"] } -tor-cert = { path = "../tor-cert", version = "0.10.0" } -tor-circmgr = { version = "0.15.0", path = "../tor-circmgr", features = ["hs-service"] } -tor-config = { version = "0.10.0", path = "../tor-config" } -tor-dirclient = { path = "../tor-dirclient", version = "0.13.0", default-features = false, features = ["hs-service"] } +tor-cell = { version = "0.16.1", path = "../tor-cell", features = ["hs"] } +tor-cert = { path = "../tor-cert", version = "0.11.0" } +tor-circmgr = { version = "0.16.0", path = "../tor-circmgr", features = ["hs-service"] } +tor-config = { version = "0.11.0", path = "../tor-config" } +tor-dirclient = { path = "../tor-dirclient", version = "0.14.0", default-features = false, features = ["hs-service"] } tor-error = { version = "0.6.0", path = "../tor-error" } tor-hscrypto = { version = "0.6.0", path = "../tor-hscrypto", features = ["ope"] } -tor-keymgr = { version = "0.7.0", path = "../tor-keymgr", features = ["keymgr"] } +tor-keymgr = { version = "0.8.0", path = "../tor-keymgr", features = ["keymgr"] } tor-linkspec = { version = "0.11.0", path = "../tor-linkspec", features = ["verbatim", "decode"] } tor-llcrypto = { version = "0.7.0", path = "../tor-llcrypto" } tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.3.0" } -tor-netdir = { version = "0.12.0", path = "../tor-netdir", features = ["hs-service"] } -tor-netdoc = { version = "0.12.0", path = "../tor-netdoc", features = ["hs-service"] } -tor-persist = { version = "0.10.0", path = "../tor-persist", features = ["state-dir"] } -tor-proto = { version = "0.16.0", path = "../tor-proto", features = [ +tor-netdir = { version = "0.12.1", path = "../tor-netdir", features = ["hs-service"] } +tor-netdoc = { version = "0.12.1", path = "../tor-netdoc", features = ["hs-service"] } +tor-persist = { version = "0.10.1", path = "../tor-persist", features = ["state-dir"] } +tor-proto = { version = "0.16.1", path = "../tor-proto", features = [ "experimental-api", "hs-service", "send-control-msg", ] } tor-protover = { version = "0.6.0", path = "../tor-protover" } tor-rtcompat = { version = "0.10.0", path = "../tor-rtcompat" } -tor-units = { path = "../tor-units", version = "0.6.1" } +tor-units = { path = "../tor-units", version = "0.6.5" } tracing = "0.1.36" void = "1" @@ -99,10 +99,10 @@ serde_json = "1.0.104" slotmap = "1.0.6" tempfile = "3" test-temp-dir = { version = "0.2.0", path = "../test-temp-dir" } -tor-keymgr = { version = "0.7.0", path = "../tor-keymgr", features = ["keymgr", "testing"] } -tor-netdir = { version = "0.12.0", path = "../tor-netdir", features = ["hs-service", "testing"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.12.0", features = ["testing"] } -tor-persist = { version = "0.10.0", path = "../tor-persist", features = ["testing"] } +tor-keymgr = { version = "0.8.0", path = "../tor-keymgr", features = ["keymgr", "testing"] } +tor-netdir = { version = "0.12.1", path = "../tor-netdir", features = ["hs-service", "testing"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.12.1", features = ["testing"] } +tor-persist = { version = "0.10.1", path = "../tor-persist", features = ["testing"] } tor-rtmock = { path = "../tor-rtmock", version = "0.13.0" } tracing-test = "0.2.4" walkdir = "2" diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml index 76050b828..22390035c 100644 --- a/crates/tor-keymgr/Cargo.toml +++ b/crates/tor-keymgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-keymgr" -version = "0.7.0" +version = "0.8.0" authors = ["The Tor Project, Inc.", "Gabriela Moldovan <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -51,11 +51,11 @@ rand = "0.8" serde = { version = "1.0.103", features = ["derive"] } ssh-key = { version = "0.6.1", features = ["std"] } thiserror = "1" -tor-config = { path = "../tor-config", version = "0.10.0" } +tor-config = { path = "../tor-config", version = "0.11.0" } tor-error = { path = "../tor-error", version = "0.6.0" } tor-hscrypto = { path = "../tor-hscrypto", version = "0.6.0" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0", features = ["keymgr"] } -tor-persist = { path = "../tor-persist", version = "0.10.0" } +tor-persist = { path = "../tor-persist", version = "0.10.1" } walkdir = { version = "2" } zeroize = "1" diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml index de7c9688b..6883961d9 100644 --- a/crates/tor-linkspec/Cargo.toml +++ b/crates/tor-linkspec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-linkspec" -version = "0.11.0" +version = "0.11.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -46,7 +46,7 @@ strum = { version = "0.26", features = ["derive"] } thiserror = "1" tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } tor-bytes = { path = "../tor-bytes", version = "0.10.0" } -tor-config = { path = "../tor-config", version = "0.10.0" } +tor-config = { path = "../tor-config", version = "0.11.0" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" } tor-protover = { path = "../tor-protover", version = "0.6.0" } diff --git a/crates/tor-netdir/Cargo.toml b/crates/tor-netdir/Cargo.toml index b83cd0f68..0bb779f2f 100644 --- a/crates/tor-netdir/Cargo.toml +++ b/crates/tor-netdir/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-netdir" -version = "0.12.0" +version = "0.12.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -63,16 +63,16 @@ strum = { version = "0.26", features = ["derive"] } thiserror = "1" time = { version = "0.3.17", features = ["macros"], optional = true } tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } -tor-checkable = { path = "../tor-checkable", version = "0.7.0" } -tor-config = { path = "../tor-config", version = "0.10.0" } +tor-checkable = { path = "../tor-checkable", version = "0.8.0" } +tor-config = { path = "../tor-config", version = "0.11.0" } tor-error = { path = "../tor-error", version = "0.6.0" } tor-geoip = { path = "../tor-geoip", version = "0.2.0", optional = true } tor-hscrypto = { path = "../tor-hscrypto", version = "0.6.0", optional = true } tor-linkspec = { path = "../tor-linkspec", version = "0.11.0" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.12.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.12.1" } tor-protover = { path = "../tor-protover", version = "0.6.0" } -tor-units = { path = "../tor-units", version = "0.6.1" } +tor-units = { path = "../tor-units", version = "0.6.5" } tracing = "0.1.36" typed-index-collections = "3.1" visibility = { version = "0.1.0", optional = true } @@ -82,7 +82,7 @@ float_eq = "1.0.0" hex = "0.4" hex-literal = "0.4" rand_chacha = "0.3" -tor-netdoc = { path = "../tor-netdoc", version = "0.12.0", features = ["build_docs"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.12.1", features = ["build_docs"] } [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml index 7780d8294..a49c96117 100644 --- a/crates/tor-netdoc/Cargo.toml +++ b/crates/tor-netdoc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-netdoc" -version = "0.12.0" +version = "0.12.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -106,15 +106,15 @@ time = { version = "0.3", features = ["std", "parsing", "macros", "formatting"] tinystr = "0.7.0" tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } tor-bytes = { path = "../tor-bytes", version = "0.10.0" } -tor-cell = { path = "../tor-cell", version = "0.16.0" } -tor-cert = { path = "../tor-cert", version = "0.10.0" } -tor-checkable = { path = "../tor-checkable", version = "0.7.0" } +tor-cell = { path = "../tor-cell", version = "0.16.1" } +tor-cert = { path = "../tor-cert", version = "0.11.0" } +tor-checkable = { path = "../tor-checkable", version = "0.8.0" } tor-error = { path = "../tor-error", version = "0.6.0" } tor-hscrypto = { path = "../tor-hscrypto", version = "0.6.0", optional = true } tor-linkspec = { path = "../tor-linkspec", version = "0.11.0", optional = true } tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" } tor-protover = { path = "../tor-protover", version = "0.6.0" } -tor-units = { version = "0.6.1", path = "../tor-units", optional = true } +tor-units = { version = "0.6.5", path = "../tor-units", optional = true } visibility = { version = "0.1.0", optional = true } visible = { version = "0.0.1", optional = true } weak-table = "0.3.0" diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml index 6bff39080..f48c538e3 100644 --- a/crates/tor-persist/Cargo.toml +++ b/crates/tor-persist/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-persist" -version = "0.10.0" +version = "0.10.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -29,7 +29,7 @@ derive-adhoc = "0.8" derive_more = "0.99.3" filetime = { version = "0.2", default-features = false } fs-mistrust = { path = "../fs-mistrust", version = "0.7.7", features = ["walkdir"] } -fslock-guard = { path = "../fslock-guard", version = "0.1.0", optional = true } +fslock-guard = { path = "../fslock-guard", version = "0.1.1", optional = true } itertools = "0.12.0" paste = "1" sanitize-filename = "0.5.0" diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml index 91d9a5287..c46d5be6e 100644 --- a/crates/tor-proto/Cargo.toml +++ b/crates/tor-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-proto" -version = "0.16.0" +version = "0.16.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -76,10 +76,10 @@ tokio-util = { version = "0.7.0", features = ["compat"], optional = true } tor-async-utils = { path = "../tor-async-utils", version = "0.1.5" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } tor-bytes = { path = "../tor-bytes", version = "0.10.0" } -tor-cell = { path = "../tor-cell", version = "0.16.0" } -tor-cert = { path = "../tor-cert", version = "0.10.0" } -tor-checkable = { path = "../tor-checkable", version = "0.7.0" } -tor-config = { path = "../tor-config", version = "0.10.0" } +tor-cell = { path = "../tor-cell", version = "0.16.1" } +tor-cert = { path = "../tor-cert", version = "0.11.0" } +tor-checkable = { path = "../tor-checkable", version = "0.8.0" } +tor-config = { path = "../tor-config", version = "0.11.0" } tor-error = { path = "../tor-error", version = "0.6.0" } tor-hscrypto = { path = "../tor-hscrypto", version = "0.6.0", optional = true } tor-linkspec = { path = "../tor-linkspec", version = "0.11.0" } @@ -88,7 +88,7 @@ tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.3.0" } tor-protover = { path = "../tor-protover", version = "0.6.0" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0" } tor-rtmock = { path = "../tor-rtmock", version = "0.13.0" } -tor-units = { path = "../tor-units", version = "0.6.1" } +tor-units = { path = "../tor-units", version = "0.6.5" } tracing = "0.1.36" typenum = "1.12" visibility = { version = "0.1.0", optional = true } diff --git a/crates/tor-ptmgr/Cargo.toml b/crates/tor-ptmgr/Cargo.toml index b1a46fab6..974f5135d 100644 --- a/crates/tor-ptmgr/Cargo.toml +++ b/crates/tor-ptmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-ptmgr" -version = "0.10.0" +version = "0.11.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -38,7 +38,7 @@ serde = { version = "1.0.103", features = ["derive"] } thiserror = "1" tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" } tor-chanmgr = { version = "0.14.0", path = "../tor-chanmgr", features = ["pt-client"] } -tor-config = { version = "0.10.0", path = "../tor-config" } +tor-config = { version = "0.11.0", path = "../tor-config" } tor-error = { version = "0.6.0", path = "../tor-error", features = ["tracing"] } tor-linkspec = { version = "0.11.0", path = "../tor-linkspec", features = ["pt-client"] } tor-rtcompat = { version = "0.10.0", path = "../tor-rtcompat" } diff --git a/crates/tor-units/Cargo.toml b/crates/tor-units/Cargo.toml index 498bb12bd..d72a46c03 100644 --- a/crates/tor-units/Cargo.toml +++ b/crates/tor-units/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-units" -version = "0.6.4" +version = "0.6.5" authors = ["Dennis Jackson <[email protected]>"] edition = "2021" rust-version = "1.70" |
