Skip to content

Commit

Permalink
Merge pull request #146 from MolotovCherry/dependabot/cargo/rust/clap…
Browse files Browse the repository at this point in the history
…-4.5.8

Bump clap from 4.5.7 to 4.5.8 in /rust
  • Loading branch information
MolotovCherry authored Jul 1, 2024
2 parents 0ab3508 + 021d2c8 commit 5637b7b
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.7", features = ["derive"] }
clap = { version = "4.5.8", features = ["derive"] }
winreg = "0.52.0"
serde_json = "1.0.117"

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.7", features = ["derive"] }
clap = { version = "4.5.8", features = ["derive"] }
color-eyre = "0.6.3"
driver-ipc = { path = "../driver-ipc" }
eyre = "0.6.12"
Expand Down

0 comments on commit 5637b7b

Please sign in to comment.