Skip to content

Commit

Permalink
Bump clap from 4.5.13 to 4.5.15 in /rust (#163)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.13 to 4.5.15.
- [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.13...clap_complete-v4.5.15)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent 0e1eba2 commit 13bafda
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions rust/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 rust/vdd-user-session-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
windows-service = "0.7.0"
driver-ipc = { path = "../driver-ipc" }
clap = { version = "4.5.13", features = ["derive"] }
clap = { version = "4.5.15", features = ["derive"] }
winreg = "0.52.0"
serde_json = "1.0.124"

Expand Down
2 changes: 1 addition & 1 deletion rust/virtual-display-driver-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
workspace = true

[dependencies]
clap = { version = "4.5.13", features = ["derive"] }
clap = { version = "4.5.15", features = ["derive"] }
color-eyre = "0.6.3"
driver-ipc = { path = "../driver-ipc" }
eyre = "0.6.12"
Expand Down

0 comments on commit 13bafda

Please sign in to comment.