Skip to content

Commit

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


Updates `clap` from 4.5.20 to 4.5.21
- [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.20...clap_complete-v4.5.21)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent 5849328 commit 6de118a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 parent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ aws-config = { version = "=1.5.10", default-features = false, features = ["rustl
aws-credential-types = { version = "=1.2.1", default-features = false }
axum = { version = "=0.7.7", default-features = false, features = ["http1", "json", "tokio", "tracing"] }
byteorder = { version = "=1.5.0", default-features = false }
clap = { version = "=4.5.20", default-features = false, features = ["std", "derive", "env"] }
clap = { version = "=4.5.21", default-features = false, features = ["std", "derive", "env"] }
fastrand = { version = "=2.2.0", default-features = false }
serde = { version = "=1.0.215", default-features = false, features = ["derive"] }
serde_json = { version = "=1.0.132", default-features = false }
Expand Down

0 comments on commit 6de118a

Please sign in to comment.