Skip to content

Commit

Permalink
Bump bytemuck from 1.18.0 to 1.19.0
Browse files Browse the repository at this point in the history
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.18.0 to 1.19.0.
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.18.0...v1.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Oct 14, 2024
1 parent d485b17 commit 427d0c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ autd3-firmware-emulator = { version = "28.0.0", features = ["async-trait"] }
autd3-link-simulator = { version = "28.0.0", features = ["async-trait"] }
autd3-protobuf = { version = "28.0.0", features = ["async-trait", "lightweight"] }
bitflags = "2.6.0"
bytemuck = { version = "1.18.0", features = ["derive"] }
bytemuck = { version = "1.19.0", features = ["derive"] }
camera_controllers = "0.34.0"
chrono = "0.4.38"
clap = { version = "4.5.20", features = ["derive"] }
Expand Down

0 comments on commit 427d0c0

Please sign in to comment.