chore(dep): remove unused dependency 'beef' (#986)

This commit is contained in:
Conrad Hoffmann 2026-02-20 11:37:55 +01:00 committed by GitHub
parent 21e09295d6
commit 2161010be3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 8 deletions

7
Cargo.lock generated
View file

@ -164,12 +164,6 @@ version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "beef"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
[[package]]
name = "bit-set"
version = "0.5.3"
@ -2194,7 +2188,6 @@ version = "3.4.0"
dependencies = [
"ansi-to-tui",
"assert_enum_variants",
"beef",
"clap",
"clap_complete",
"clap_complete_nushell",

View file

@ -33,7 +33,6 @@ required-features = ["cli"]
[dependencies]
assert_enum_variants = "0.1.2"
beef = "0.5.2"
clap = { version = "4.5.59" , optional = true, features = ["cargo", "derive", "unstable-markdown"] }
clap_complete = { version = "4.5.55", optional = true }
clap_mangen = { version = "0.2.29", optional = true }