Skip to content

Commit

Permalink
build(deps): bump bytemuck_derive from 1.7.0 to 1.7.1
Browse files Browse the repository at this point in the history
Bumps [bytemuck_derive](https://github.com/Lokathor/bytemuck) from 1.7.0 to 1.7.1.
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@bytemuck_derive-v1.7.0...bytemuck_derive-v1.7.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 16, 2024
1 parent 3766c63 commit 9b2dd63
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 libraries/pod/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ borsh = ["dep:borsh"]
[dependencies]
borsh = { version = "1.5.1", optional = true }
bytemuck = { version = "1.16.3" }
bytemuck_derive = { version = "1.7.0" }
bytemuck_derive = { version = "1.7.1" }
serde = { version = "1.0.207", optional = true }
solana-program = "2.0.3"
solana-zk-sdk = "2.0.3"
Expand Down

0 comments on commit 9b2dd63

Please sign in to comment.