build(deps): bump clap in the rust-dependencies group

Bumps the rust-dependencies group with 1 update: [clap](https://github.com/clap-rs/clap).


Updates `clap` from 4.5.29 to 4.5.30
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.29...clap_complete-v4.5.30)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-02-18 09:12:43 +00:00
committed by Ivan Molodetskikh
parent 4c40e6ce06
commit ad49e5820a
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ rust-version = "1.80.1"
[workspace.dependencies]
anyhow = "1.0.95"
bitflags = "2.8.0"
clap = { version = "4.5.29", features = ["derive"] }
clap = { version = "4.5.30", features = ["derive"] }
insta = "1.42.1"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"