Skip to content

Commit

Permalink
Bump bytemuck from 1.16.3 to 1.17.0 in /rust
Browse files Browse the repository at this point in the history
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.16.3 to 1.17.0.
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.16.3...v1.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 13bafda commit 427828b
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.86"
wdf-umdf-sys = { path = "../wdf-umdf-sys" }
wdf-umdf = { path = "../wdf-umdf" }
log = "0.4.22"
bytemuck = { version = "1.16.3", features = ["derive"] }
bytemuck = { version = "1.17.0", features = ["derive"] }
serde_json = "1.0.124"
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.16.3"
bytemuck = "1.17.0"
thiserror = "1.0.63"

[build-dependencies]
Expand Down

0 comments on commit 427828b

Please sign in to comment.