diff options
Diffstat (limited to 'crates/tor-hsrproxy')
| -rw-r--r-- | crates/tor-hsrproxy/Cargo.toml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/crates/tor-hsrproxy/Cargo.toml b/crates/tor-hsrproxy/Cargo.toml index e23edf0e4..660ba74ed 100644 --- a/crates/tor-hsrproxy/Cargo.toml +++ b/crates/tor-hsrproxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hsrproxy" -version = "0.22.0" +version = "0.23.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.77" @@ -41,20 +41,20 @@ derive-deftly = "0.14" derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } futures = "0.3.14" # postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.1.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.2.0" } rangemap = "1.3" -safelog = { version = "0.3.6", path = "../safelog" } +safelog = { version = "0.4.0", path = "../safelog" } serde = { version = "1.0.103", features = ["derive"] } serde_with = "3.0.0" thiserror = "1" -tor-async-utils = { version = "0.22.0", path = "../tor-async-utils" } -tor-cell = { version = "0.22.0", path = "../tor-cell" } -tor-config = { version = "0.22.0", path = "../tor-config" } -tor-error = { version = "0.22.0", path = "../tor-error" } -tor-hsservice = { path = "../tor-hsservice", version = "0.22.0" } -tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.22.0" } -tor-proto = { version = "0.22.0", path = "../tor-proto", features = ["hs-service"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0" } +tor-async-utils = { version = "0.23.0", path = "../tor-async-utils" } +tor-cell = { version = "0.23.0", path = "../tor-cell" } +tor-config = { version = "0.23.0", path = "../tor-config" } +tor-error = { version = "0.23.0", path = "../tor-error" } +tor-hsservice = { path = "../tor-hsservice", version = "0.23.0" } +tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.23.0" } +tor-proto = { version = "0.23.0", path = "../tor-proto", features = ["hs-service"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.23.0" } tracing = "0.1.36" void = "1" |
