summaryrefslogtreecommitdiff
path: root/crates/tor-hscrypto
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-hscrypto')
-rw-r--r--crates/tor-hscrypto/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml
index 7bdcbc7aa..e06d60452 100644
--- a/crates/tor-hscrypto/Cargo.toml
+++ b/crates/tor-hscrypto/Cargo.toml
@@ -46,7 +46,7 @@ arrayvec = { version = "0.7.4", optional = true }
blake2 = { version = "0.10.6", optional = true }
cipher = { version = "0.4.1", features = ["zeroize"], optional = true }
data-encoding = "2.3.1" # want MSVC i686 build fix, data-encoding/issues/33
-derive-deftly = { version = "1.1.0", optional = true }
+derive-deftly = { version = "1.2.0", optional = true }
derive_more = { version = "2.0.1", features = ["full"] }
digest = "0.10.0"
equix = { path = "../equix", version = "0.2.5", optional = true }