summaryrefslogtreecommitdiff
path: root/crates/tor-async-utils/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-async-utils/Cargo.toml')
-rw-r--r--crates/tor-async-utils/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-async-utils/Cargo.toml b/crates/tor-async-utils/Cargo.toml
index be3618465..411cbbfa3 100644
--- a/crates/tor-async-utils/Cargo.toml
+++ b/crates/tor-async-utils/Cargo.toml
@@ -13,7 +13,7 @@ categories = ["rust-patterns"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
-derive-deftly = { version = "~1.1.0", features = ["full", "beta"] }
+derive-deftly = { version = "~1.2.0", features = ["full", "beta"] }
educe = "0.4.22"
futures = "0.3.14"
oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.2.3" }