diff options
Diffstat (limited to 'crates/tor-hsrproxy')
| -rw-r--r-- | crates/tor-hsrproxy/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-hsrproxy/Cargo.toml b/crates/tor-hsrproxy/Cargo.toml index 1974b3c01..784076db5 100644 --- a/crates/tor-hsrproxy/Cargo.toml +++ b/crates/tor-hsrproxy/Cargo.toml @@ -43,7 +43,7 @@ __is_experimental = [] restricted-discovery = ["tor-hsservice/restricted-discovery", "__is_experimental"] [dependencies] -derive-deftly = { version = "~1.1.0", features = ["full", "beta"] } +derive-deftly = { version = "~1.2.0", features = ["full", "beta"] } 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"] } |
