Skip to content

Commit

Permalink
Bump clap from 4.5.19 to 4.5.20 in /bundler in the patch group
Browse files Browse the repository at this point in the history
Bumps the patch group in /bundler with 1 update: [clap](https://github.com/clap-rs/clap).


Updates `clap` from 4.5.19 to 4.5.20
- [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.19...clap_complete-v4.5.20)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 89ad232 commit d40101c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions bundler/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 bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
anyhow = { version = "1.0.89" }
axum = { version = "0.7.7" }
axum-extra = { version = "0.9.4", features = ["typed-header"] }
clap = { version = "4.5.19", features = ["derive", "env"] }
clap = { version = "4.5.20", features = ["derive", "env"] }
clio = { version = "0.3.5", features = ["clap-parse"] }
derive_more = { version = "1.0.0", features = ["deref", "deref_mut", "as_ref"] }
dotenvy = { version = "0.15.7" }
Expand Down

0 comments on commit d40101c

Please sign in to comment.