Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 27, 2024
1 parent 90d0844 commit 28a004e
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 relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ validator = { version = "0.16", features = ["derive"] }

[dev-dependencies]
bincode = "1"
bytemuck = "1.13"
bytemuck = "1.14"
risc0-ethereum-relay-test-methods = { path = "./tests/methods" }
rstest = "0.18"
serial_test = "2.0"
Expand Down

0 comments on commit 28a004e

Please sign in to comment.