Skip to content

Commit

Permalink
cargo(deps): bump bytemuck from 1.17.0 to 1.18.0
Browse files Browse the repository at this point in the history
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.17.0 to 1.18.0.
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.17.0...v1.18.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 6, 2024
1 parent 2b8beac commit 8ac7b14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 crates/level/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ proto = { package = "mirai-proto", path = "../proto" }

serde = { version = "1.0.209", features = ["derive"] }
anyhow = { version = "1.0.86", features = ["backtrace"] }
bytemuck = "1.17.0"
bytemuck = "1.18.0"
tracing = "0.1.40"
nohash-hasher = "0.2.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ macros = { package = "mirai-macros", path = "../macros" }
nbt = { package = "mirai-nbt", path = "../nbt" }

anyhow = "1.0.86"
bytemuck = "1.17.0"
bytemuck = "1.18.0"
uuid = { version = "1.10.0", features = ["v4", "serde"], default-features = false }
serde_repr = "0.1.19"
serde_json = "1.0.127"
Expand Down

0 comments on commit 8ac7b14

Please sign in to comment.