summaryrefslogtreecommitdiff
path: root/crates/tor-socksproto/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-socksproto/Cargo.toml')
-rw-r--r--crates/tor-socksproto/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml
index 2e19515d8..2ace08c17 100644
--- a/crates/tor-socksproto/Cargo.toml
+++ b/crates/tor-socksproto/Cargo.toml
@@ -30,7 +30,7 @@ full = [
amplify = { version = "4", default-features = false, features = ["derive"] }
arbitrary = { version = "1.0.1", optional = true, features = ["derive"] }
caret = { path = "../caret", version = "0.5.3" }
-derive-deftly = { version = "~1.1.0", features = ["full", "beta"] }
+derive-deftly = { version = "~1.2.0", features = ["full", "beta"] }
educe = "0.4.22"
safelog = { path = "../safelog", version = "0.4.7" }
subtle = "2"