Skip to content

Commit

Permalink
fix: cargo audit warning (#1350)
Browse files Browse the repository at this point in the history
## Summary
Updated the version of `bytemuck`.

## Background
Running `cargo audit` yields a non-critical warning that bytemuck
v1.15.0 has been yanked.

## Changes
Ran `cargo update -p bytemuck` to increase the version.

## Testing
Ran normal test suite, no additional tests added.
  • Loading branch information
Fraser999 committed Aug 7, 2024
1 parent 4840484 commit b2d7c24
Showing 1 changed file with 2 additions and 2 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.

0 comments on commit b2d7c24

Please sign in to comment.