Skip to content

build(deps): bump rkyv from 0.8.15 to 0.8.16#144

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rkyv-0.8.16
Closed

build(deps): bump rkyv from 0.8.15 to 0.8.16#144
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rkyv-0.8.16

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Bumps rkyv from 0.8.15 to 0.8.16.

Commits
  • 47ebe03 Release 0.8.16
  • 5828cf5 Harden clear() impls against panicking drops
  • 7f93b33 Remove unnecessary Ord bound on MapKV impl
  • 71eb72a Fix hashbrown-0_16 impl, update features lists
  • 7f18f92 Update to hashbrown 0.17 (#659)
  • d3c20a8 feat: implement NoUndef for [T] where T: NoUndef. (#656)
  • 985b023 Fix compilation for 32-bit systems using 64-bit pointers
  • 18941fb Add into_parts and from_parts for AlignedVec (#653)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rkyv](https://github.com/rkyv/rkyv) from 0.8.15 to 0.8.16.
- [Release notes](https://github.com/rkyv/rkyv/releases)
- [Commits](rkyv/rkyv@0.8.15...0.8.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 2, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d7c056c8e4

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread Cargo.toml
uuid = { version = "1.22.0", features = ["serde", "v4", "v7"] }
tokio = { version = "1.50.0", features = ["fs", "io-util"] }
rkyv = { version = "0.8.15", features = ["bytecheck"] }
rkyv = { version = "0.8.16", features = ["bytecheck"] }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Regenerate Buck vendor metadata for rkyv

This dependency bump only updates Cargo metadata, but the repository's Buck path is still pinned to //third-party/rust/crates/rkyv/0.8.15:rkyv in BUCK, and repo-wide search shows no vendored rkyv/0.8.16, rkyv_derive/0.8.16, or hashbrown/0.17.1 directories. Since the workflow runs buck2 build //:git_internal and the README says to run cargo buckal migrate when dependencies change, Buck builds will continue compiling against 0.8.15 while Cargo builds/test use 0.8.16, which can mask regressions or ship the wrong dependency graph.

Useful? React with 👍 / 👎.

@genedna genedna closed this Jun 30, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/cargo/rkyv-0.8.16 branch June 30, 2026 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant