csplit: remove the unused dep on glob

This commit is contained in:
Sylvestre Ledru 2021-09-12 19:22:22 +02:00
parent 826c948234
commit a6c235bcd1
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -2292,7 +2292,6 @@ name = "uu_csplit"
version = "0.0.7"
dependencies = [
"clap",
"glob",
"regex",
"thiserror",
"uucore",

View file

@ -18,7 +18,6 @@ path = "src/csplit.rs"
clap = { version = "2.33", features = ["wrap_help"] }
thiserror = "1.0"
regex = "1.0.0"
glob = "0.3"
uucore = { version=">=0.0.9", package="uucore", path="../../uucore", features=["entries", "fs"] }
uucore_procs = { version=">=0.0.6", package="uucore_procs", path="../../uucore_procs" }