fix(deps): update rust crate clap to v4.5.44
Some checks failed
Checking Renovate configuration / validate (pull_request) Successful in 7m46s
Build and test / Build AMD64 (pull_request) Successful in 10m12s
Build and test / Tests (pull_request) Successful in 10m20s
Checking yaml / Run yamllint (pull_request) Successful in 7s
Build and test / Generate Documentation (pull_request) Successful in 10m35s
Build and test / Clippy (pull_request) Failing after 31m25s
Some checks failed
Checking Renovate configuration / validate (pull_request) Successful in 7m46s
Build and test / Build AMD64 (pull_request) Successful in 10m12s
Build and test / Tests (pull_request) Successful in 10m20s
Checking yaml / Run yamllint (pull_request) Successful in 7s
Build and test / Generate Documentation (pull_request) Successful in 10m35s
Build and test / Clippy (pull_request) Failing after 31m25s
This commit is contained in:
parent
5fee5ac090
commit
3b4c474fd9
1 changed files with 4 additions and 4 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -484,9 +484,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.5.43"
|
||||
version = "4.5.44"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "50fd97c9dc2399518aa331917ac6f274280ec5eb34e555dd291899745c48ec6f"
|
||||
checksum = "1c1f056bae57e3e54c3375c41ff79619ddd13460a17d7438712bd0d83fda4ff8"
|
||||
dependencies = [
|
||||
"clap_builder",
|
||||
"clap_derive",
|
||||
|
@ -504,9 +504,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap_builder"
|
||||
version = "4.5.43"
|
||||
version = "4.5.44"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c35b5830294e1fa0462034af85cc95225a4cb07092c088c55bda3147cfcd8f65"
|
||||
checksum = "b3e7f4214277f3c7aa526a59dd3fbe306a370daee1f8b7b8c987069cd8e888a8"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anstyle",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue