Skip to content

Commit

Permalink
Bump clap in the dependencies group across 1 directory
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 1 update in the / directory: [clap](https://github.com/clap-rs/clap).


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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
1 parent 9bb41d0 commit 35bd39d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/ludtwig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version = "1.80.0"

[dependencies]
ludtwig-parser = { path = "../ludtwig-parser", version = "0.6.0" }
clap = { version = "4.5.23", features = ["derive"] }
clap = { version = "4.5.29", features = ["derive"] }
rayon = "1.10.0"
ignore = "0.4.23"
figment = { version = "0.10.19", features = ["toml", "env"] }
Expand Down

0 comments on commit 35bd39d

Please sign in to comment.