summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2024-01-20 20:29:48 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2024-01-20 22:32:00 -0500
commit5e224596cfdf9ad9413536482224e2fe79b9e387 (patch)
treed2a2b3f4066cf8e656f4fc56890b07de97829721 /Cargo.toml
parentb5fd066153c40a70a29caa1ea7987723ab687763 (diff)
Remove gag usage
Possibly-fixes: https://github.com/koverstreet/bcachefs-tools/issues/217 Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e5478e6d..49c32e50 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,6 @@ anyhow = "1.0"
libc = "0.2.69"
udev = "0.7.0"
uuid = "1.2.2"
-gag = "1.0.0"
errno = "0.2"
either = "1.5"
rpassword = "7"