Skip to content

Commit

Permalink
Build(deps): bump clap from 4.4.13 to 4.5.0
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.13 to 4.5.0.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.13...clap_complete-v4.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 9, 2024
1 parent 6d1e9c8 commit a0e981d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 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 sanzu-broker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cc = "1.0"
[dependencies]
anyhow = "1.0"
byteorder = "1.5"
clap = "4.4"
clap = "4.5"
env_logger = "0.10"
libc = "0.2"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion sanzu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ winres = {git = "https://github.com/serpilliere/winres", branch="link_resources"
[dependencies]
anyhow = "1.0"
byteorder = "1.5"
clap = "4.4"
clap = "4.5"
cpal = "0.15"
embedded-graphics = "0.8"
encoding_rs = "0.8"
Expand Down

0 comments on commit a0e981d

Please sign in to comment.