diff options
Diffstat (limited to 'crates/tor-hsclient/Cargo.toml')
| -rw-r--r-- | crates/tor-hsclient/Cargo.toml | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/crates/tor-hsclient/Cargo.toml b/crates/tor-hsclient/Cargo.toml index 1dbb023ba..f8d27b3ee 100644 --- a/crates/tor-hsclient/Cargo.toml +++ b/crates/tor-hsclient/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hsclient" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.85.1" @@ -61,47 +61,47 @@ educe = "0.4.22" either = "1" futures = "0.3.14" itertools = "0.14.0" -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.3.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" } postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.9.1" -retry-error = { path = "../retry-error", version = "0.7.0" } -safelog = { path = "../safelog", version = "0.5.0" } -slotmap-careful = { path = "../slotmap-careful", version = "0.3.0" } +retry-error = { path = "../retry-error", version = "0.8.0" } +safelog = { path = "../safelog", version = "0.6.0" } +slotmap-careful = { path = "../slotmap-careful", version = "0.4.0" } strum = { version = "0.27.1", features = ["derive"] } thiserror = "2" -tor-async-utils = { version = "0.34.0", path = "../tor-async-utils" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-bytes = { path = "../tor-bytes", version = "0.34.0" } -tor-cell = { path = "../tor-cell", version = "0.34.0", features = ["hs"] } -tor-checkable = { path = "../tor-checkable", version = "0.34.0" } -tor-circmgr = { version = "0.34.0", path = "../tor-circmgr", features = ["hs-client", "send-control-msg"] } -tor-config = { path = "../tor-config", version = "0.34.0" } -tor-dirclient = { path = "../tor-dirclient", version = "0.34.0", default-features = false, features = ["hs-client"] } -tor-error = { path = "../tor-error", version = "0.34.0", features = ["tracing"] } -tor-hscrypto = { version = "0.34.0", path = "../tor-hscrypto" } -tor-keymgr = { version = "0.34.0", path = "../tor-keymgr", default-features = false } -tor-linkspec = { version = "0.34.0", path = "../tor-linkspec", features = ["decode", "verbatim"] } -tor-llcrypto = { version = "0.34.0", path = "../tor-llcrypto" } -tor-memquota = { version = "0.34.0", path = "../tor-memquota", default-features = false } -tor-netdir = { version = "0.34.0", path = "../tor-netdir", features = ["hs-client"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.34.0", features = ["hs-client"] } -tor-persist = { path = "../tor-persist", version = "0.34.0" } -tor-proto = { version = "0.34.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] } -tor-protover = { version = "0.34.0", path = "../tor-protover" } -tor-rtcompat = { version = "0.34.0", path = "../tor-rtcompat" } +tor-async-utils = { version = "0.35.0", path = "../tor-async-utils" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-bytes = { path = "../tor-bytes", version = "0.35.0" } +tor-cell = { path = "../tor-cell", version = "0.35.0", features = ["hs"] } +tor-checkable = { path = "../tor-checkable", version = "0.35.0" } +tor-circmgr = { version = "0.35.0", path = "../tor-circmgr", features = ["hs-client", "send-control-msg"] } +tor-config = { path = "../tor-config", version = "0.35.0" } +tor-dirclient = { path = "../tor-dirclient", version = "0.35.0", default-features = false, features = ["hs-client"] } +tor-error = { path = "../tor-error", version = "0.35.0", features = ["tracing"] } +tor-hscrypto = { version = "0.35.0", path = "../tor-hscrypto" } +tor-keymgr = { version = "0.35.0", path = "../tor-keymgr", default-features = false } +tor-linkspec = { version = "0.35.0", path = "../tor-linkspec", features = ["decode", "verbatim"] } +tor-llcrypto = { version = "0.35.0", path = "../tor-llcrypto" } +tor-memquota = { version = "0.35.0", path = "../tor-memquota", default-features = false } +tor-netdir = { version = "0.35.0", path = "../tor-netdir", features = ["hs-client"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.35.0", features = ["hs-client"] } +tor-persist = { path = "../tor-persist", version = "0.35.0" } +tor-proto = { version = "0.35.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] } +tor-protover = { version = "0.35.0", path = "../tor-protover" } +tor-rtcompat = { version = "0.35.0", path = "../tor-rtcompat" } tracing = "0.1.36" [dev-dependencies] humantime = "2" tokio-crate = { package = "tokio", version = "1.7", features = ["full"] } -tor-async-utils = { path = "../tor-async-utils", version = "0.34.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-chanmgr = { path = "../tor-chanmgr", version = "0.34.0" } -tor-circmgr = { version = "0.34.0", path = "../tor-circmgr", features = ["hs-client", "testing"] } -tor-guardmgr = { path = "../tor-guardmgr", version = "0.34.0", features = ["testing"] } -tor-netdir = { path = "../tor-netdir", version = "0.34.0", features = ["testing"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.34.0", features = ["testing"] } -tor-persist = { path = "../tor-persist", version = "0.34.0", features = ["testing"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.34.0" } +tor-async-utils = { path = "../tor-async-utils", version = "0.35.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-chanmgr = { path = "../tor-chanmgr", version = "0.35.0" } +tor-circmgr = { version = "0.35.0", path = "../tor-circmgr", features = ["hs-client", "testing"] } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.35.0", features = ["testing"] } +tor-netdir = { path = "../tor-netdir", version = "0.35.0", features = ["testing"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.35.0", features = ["testing"] } +tor-persist = { path = "../tor-persist", version = "0.35.0", features = ["testing"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["tokio", "native-tls"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.35.0" } tracing-test = "0.2.4" |
