cli: remove unused dependency on gix-filter

This dependency was added in 067d37aa but it seems it ended up being
used only from the jj-lib crate.
This commit is contained in:
Martin von Zweigbergk 2024-07-16 22:30:01 -07:00 committed by Martin von Zweigbergk
parent d1912bf016
commit f2bfb90c8c
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -1868,7 +1868,6 @@ dependencies = [
"futures 0.3.30", "futures 0.3.30",
"git2", "git2",
"gix", "gix",
"gix-filter",
"hex", "hex",
"indexmap", "indexmap",
"indoc", "indoc",

View file

@ -67,7 +67,6 @@ esl01-renderdag = { workspace = true }
futures = { workspace = true } futures = { workspace = true }
git2 = { workspace = true } git2 = { workspace = true }
gix = { workspace = true } gix = { workspace = true }
gix-filter = { workspace = true }
hex = { workspace = true } hex = { workspace = true }
indexmap = { workspace = true } indexmap = { workspace = true }
itertools = { workspace = true } itertools = { workspace = true }