Skip to content

Commit

Permalink
chore(deps): bump zerocopy from 0.7.35 to 0.8.9
Browse files Browse the repository at this point in the history
Bumps [zerocopy](https://github.com/google/zerocopy) from 0.7.35 to 0.8.9.
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/zerocopy/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent bcd8272 commit f3e87b8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
28 changes: 24 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/paketkoll_workspace_hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tokio = { version = "1", features = ["fs", "io-std", "io-util", "macros", "parki
tracing = { version = "0.1" }
tracing-core = { version = "0.1" }
tracing-subscriber = { version = "0.3", features = ["env-filter", "parking_lot"] }
zerocopy = { version = "0.7", features = ["derive", "simd"] }
zerocopy = { version = "0.8", features = ["derive", "simd"] }

[build-dependencies]
ahash = { version = "0.8", features = ["no-rng"] }
Expand All @@ -67,7 +67,7 @@ rand_core = { version = "0.6", default-features = false, features = ["std"] }
rune-core = { version = "0.13", features = ["doc", "musli", "std"] }
serde = { version = "1", features = ["alloc", "derive", "rc"] }
syn = { version = "2", features = ["extra-traits", "full", "visit-mut"] }
zerocopy = { version = "0.7", features = ["derive", "simd"] }
zerocopy = { version = "0.8", features = ["derive", "simd"] }

[target.x86_64-unknown-linux-gnu.dependencies]
bitflags = { version = "2", default-features = false, features = ["std"] }
Expand Down

0 comments on commit f3e87b8

Please sign in to comment.