Skip to content

Commit

Permalink
Merge pull request #129 from MolotovCherry/dependabot/cargo/rust/byte…
Browse files Browse the repository at this point in the history
…muck-1.16.0

Bump bytemuck from 1.15.0 to 1.16.0 in /rust
  • Loading branch information
MolotovCherry committed May 20, 2024
2 parents 276a849 + eebe985 commit 99eab69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ anyhow = "1.0.83"
wdf-umdf-sys = { path = "../wdf-umdf-sys" }
wdf-umdf = { path = "../wdf-umdf" }
log = "0.4.21"
bytemuck = { version = "1.15.0", features = ["derive"] }
bytemuck = { version = "1.16.0", features = ["derive"] }
serde_json = "1.0.117"
driver-ipc = { path = "../driver-ipc" }
driver-logger = { path = "../driver-logger" }
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.15"
bytemuck = "1.15.0"
bytemuck = "1.16.0"
thiserror = "1.0.61"

[build-dependencies]
Expand Down

0 comments on commit 99eab69

Please sign in to comment.