This commit is contained in:
dependabot[bot] 2024-06-22 22:42:43 +02:00 committed by GitHub
commit 59ebd98672
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -270,9 +270,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.4.3"
version = "4.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3ae8ba90b9d8b007efe66e55e48fb936272f5ca00349b5b0e89877520d35ea7"
checksum = "dd79504325bf38b10165b02e89b4347300f855f273c4cb30c4a3209e6583275e"
dependencies = [
"clap",
]

View File

@ -60,7 +60,7 @@ tempfile = "3.9"
[build-dependencies]
clap = "4.4.12"
clap_complete = "4.2.1"
clap_complete = "4.5.2"
[profile.release]
lto = true