cli: remove unused dependency on hex

This commit is contained in:
Samuel Tardieu 2024-09-17 11:42:11 +02:00
parent c1a032fad6
commit 6d0a092410
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

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

View file

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