Skip to content

Commit

Permalink
Bump bytemuck from 1.15.0 to 1.16.0
Browse files Browse the repository at this point in the history
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.15.0 to 1.16.0.
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.15.0...v1.16.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] committed May 13, 2024
1 parent bd1437f commit 24692d8
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ regex = "1.10.4"
itertools = "0.12.0"
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
bytemuck = "1.14.3"
bytemuck = "1.16.0"
serde_with = { version = "3.8.1", features = ["base64", "hex"] }

scrypt-jane = { git = "https://github.com/spacemeshos/scrypt-jane-rs", branch = "main" }
Expand Down

0 comments on commit 24692d8

Please sign in to comment.