summaryrefslogtreecommitdiff
path: root/crates/tor-relay-crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-relay-crypto')
-rw-r--r--crates/tor-relay-crypto/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-relay-crypto/Cargo.toml b/crates/tor-relay-crypto/Cargo.toml
index 44073bdec..8b324118a 100644
--- a/crates/tor-relay-crypto/Cargo.toml
+++ b/crates/tor-relay-crypto/Cargo.toml
@@ -24,7 +24,7 @@ full = [
]
[dependencies]
-derive-deftly = { version = "~1.1.0", features = ["full", "beta"] }
+derive-deftly = { version = "~1.2.0", features = ["full", "beta"] }
derive_more = { version = "2.0.1", features = ["full"] }
humantime = "2"
tor-cert = { path = "../tor-cert", version = "0.32.0", features = ["encode"] }