summaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-llcrypto/Cargo.toml')
-rw-r--r--crates/tor-llcrypto/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml
index 995db9f9f..feeb11290 100644
--- a/crates/tor-llcrypto/Cargo.toml
+++ b/crates/tor-llcrypto/Cargo.toml
@@ -47,7 +47,7 @@ cipher = { version = "0.4.3", optional = true, features = ["zeroize"] }
ctr = { version = "0.9", features = ["zeroize"] }
curve25519-dalek = "4.1"
der-parser = { version = "10", features = ["serialize"] }
-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"
ed25519-dalek = { version = "2.1", features = ["batch", "hazmat"] }