chore: switch from lexopt to clap_lex

This commit is contained in:
LinuxBoy-96 2025-03-25 11:10:47 -04:00 committed by GitHub
parent f826b8cce8
commit 3236f3ec31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 16 deletions

14
Cargo.lock generated
View file

@ -869,6 +869,12 @@ dependencies = [
"libc",
]
[[package]]
name = "clap_lex"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
[[package]]
name = "clipboard-win"
version = "5.4.0"
@ -1152,6 +1158,7 @@ name = "cosmic-greeter"
version = "0.1.0"
dependencies = [
"chrono",
"clap_lex",
"cosmic-bg-config",
"cosmic-comp-config",
"cosmic-config",
@ -1165,7 +1172,6 @@ dependencies = [
"greetd_ipc",
"i18n-embed",
"i18n-embed-fl",
"lexopt",
"libcosmic",
"log",
"logind-zbus",
@ -3195,12 +3201,6 @@ version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "lexopt"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401"
[[package]]
name = "libc"
version = "0.2.171"