Skip to content

Commit

Permalink
build(deps): bump bytemuck_derive from 1.8.0 to 1.8.1
Browse files Browse the repository at this point in the history
Bumps [bytemuck_derive](https://github.com/Lokathor/bytemuck) from 1.8.0 to 1.8.1.
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@bytemuck_derive-v1.8.0...bytemuck_derive-v1.8.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 Dec 23, 2024
1 parent 27f0fce commit 251c941
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.3", optional = true }
bytemuck = { version = "1.20.0" }
bytemuck_derive = { version = "1.8.0" }
bytemuck_derive = { version = "1.8.1" }
num-derive = "0.4"
num-traits = "0.2"
serde = { version = "1.0.216", optional = true }
Expand Down

0 comments on commit 251c941

Please sign in to comment.