diff options
Diffstat (limited to 'crates/tor-hsrproxy')
| -rw-r--r-- | crates/tor-hsrproxy/Cargo.toml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/crates/tor-hsrproxy/Cargo.toml b/crates/tor-hsrproxy/Cargo.toml index 57884134c..4feff8176 100644 --- a/crates/tor-hsrproxy/Cargo.toml +++ b/crates/tor-hsrproxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hsrproxy" -version = "0.40.0" +version = "0.41.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.89" @@ -47,19 +47,19 @@ itertools = "0.14.0" metrics = { version = "0.24.1", optional = true } oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.6.0" } rangemap = "1.3" -safelog = { version = "0.8.0", path = "../safelog" } +safelog = { version = "0.8.1", path = "../safelog" } serde = { version = "1.0.103", features = ["derive"] } serde_with = "3.0.0" strum = { version = "0.28.0", features = ["derive"] } thiserror = "2" -tor-async-utils = { version = "0.40.0", path = "../tor-async-utils" } -tor-cell = { version = "0.40.0", path = "../tor-cell" } -tor-config = { version = "0.40.0", path = "../tor-config" } -tor-error = { version = "0.40.0", path = "../tor-error" } -tor-hsservice = { path = "../tor-hsservice", version = "0.40.0" } -tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.40.0" } -tor-proto = { version = "0.40.0", path = "../tor-proto", features = ["hs-service"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0" } +tor-async-utils = { version = "0.41.0", path = "../tor-async-utils" } +tor-cell = { version = "0.41.0", path = "../tor-cell" } +tor-config = { version = "0.41.0", path = "../tor-config" } +tor-error = { version = "0.41.0", path = "../tor-error" } +tor-hsservice = { path = "../tor-hsservice", version = "0.41.0" } +tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.41.0" } +tor-proto = { version = "0.41.0", path = "../tor-proto", features = ["hs-service"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.0" } tracing = "0.1.36" void = "1" |
