summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@sequoia-pgp.org>2022-10-15 18:23:05 +0300
committerLars Wirzenius <liw@sequoia-pgp.org>2022-10-15 18:23:05 +0300
commite83e774e3937080475a12580efe66a237550702e (patch)
tree8532322cb878689fa80f9f2e15698ed2fbf7d181
parent79684371e032ed516fbaabd77cf3471a3904f6e4 (diff)
downloadunixtool-e83e774e3937080475a12580efe66a237550702e.tar.gz
fix: drop unnecessary dependency on checkHEADmain
Sponsored-by: author
-rw-r--r--Cargo.lock7
-rw-r--r--Cargo.toml1
2 files changed, 0 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6fb7012..3b4183d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -26,12 +26,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
-name = "check"
-version = "1.0.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "89beada3dfaf43501b20ab69f1d1dd2d43b4a600eb16ca05ea0e093a100634b1"
-
-[[package]]
name = "clap"
version = "4.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -180,7 +174,6 @@ name = "unixtool"
version = "0.1.0"
dependencies = [
"anyhow",
- "check",
"clap",
]
diff --git a/Cargo.toml b/Cargo.toml
index 83e0d33..084143a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,5 +7,4 @@ edition = "2021"
[dependencies]
anyhow = "1.0.65"
-check = "1.0.0"
clap = { version = "4.0.15", features = ["derive"] }