Skip to content

Commit

Permalink
Bump rkyv from 0.7.40 to 0.7.42
Browse files Browse the repository at this point in the history
Bumps [rkyv](https://github.com/rkyv/rkyv) from 0.7.40 to 0.7.42.
- [Release notes](https://github.com/rkyv/rkyv/releases)
- [Changelog](https://github.com/rkyv/rkyv/blob/master/release_checklist.md)
- [Commits](rkyv/rkyv@v0.7.40...v0.7.42)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent 6ae87a7 commit be5f76c
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 9 deletions.
86 changes: 78 additions & 8 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 src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ once_cell = "1.18.0"
ouroboros = "0.18.0"
piz = "0.5.0"
primal-check = "0.3.1"
rkyv = { version = "0.7.39", optional = true }
rkyv = { version = "0.7.42", optional = true }
roaring = "0.10.2"
rayon = { version = "1.8.0", optional = true }
serde = { version = "1.0.168", features = ["derive"] }
Expand Down

0 comments on commit be5f76c

Please sign in to comment.