summaryrefslogtreecommitdiff
path: root/crates/arti
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti')
-rw-r--r--crates/arti/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml
index 6cb616122..8e275b6cd 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -154,7 +154,7 @@ async-ctrlc = { version = "1.2.0", optional = true }
async-signal = { version = "0.2.10", optional = true }
cfg-if = "1.0.0"
clap = { version = "4.3.24", features = ["string", "wrap_help", "derive"] }
-derive-deftly = { version = "~1.1.0", features = ["full", "beta"], optional = true }
+derive-deftly = { version = "~1.2.0", features = ["full", "beta"], optional = true }
derive_builder = { version = "0.11", package = "derive_builder_fork_arti" }
fs-mistrust = { path = "../fs-mistrust", version = "0.10.0" }
futures = "0.3.14"