Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/cargo/rust/anyhow-1.0.81
Browse files Browse the repository at this point in the history
  • Loading branch information
MolotovCherry authored Mar 18, 2024
2 parents 3d42843 + 22e7b66 commit a9b551d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
22 changes: 14 additions & 8 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/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.2", features = ["derive"] }
clap = { version = "4.5.3", features = ["derive"] }
color-eyre = "0.6.2"
driver-ipc = { path = "../driver-ipc" }
eyre = "0.6.12"
Expand Down
2 changes: 1 addition & 1 deletion rust/virtual-display-driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ anyhow = "1.0.81"
wdf-umdf-sys = { path = "../wdf-umdf-sys" }
wdf-umdf = { path = "../wdf-umdf" }
log = "0.4.21"
bytemuck = { version = "1.14.3", features = ["derive"] }
bytemuck = { version = "1.15.0", features = ["derive"] }
serde_json = "1.0.114"
driver-ipc = { path = "../driver-ipc" }
winreg = "0.52.0"
Expand Down
2 changes: 1 addition & 1 deletion rust/wdf-umdf-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ workspace = true

[dependencies]
paste = "1.0.14"
bytemuck = "1.14.3"
bytemuck = "1.15.0"
thiserror = "1.0.57"

[build-dependencies]
Expand Down

0 comments on commit a9b551d

Please sign in to comment.