build(deps): bump rkyv from 0.8.15 to 0.8.16#144
Conversation
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>
There was a problem hiding this comment.
💡 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".
| 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"] } |
There was a problem hiding this comment.
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 👍 / 👎.
|
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps rkyv from 0.8.15 to 0.8.16.
Commits
47ebe03Release 0.8.165828cf5Hardenclear()impls against panicking drops7f93b33Remove unnecessaryOrdbound on MapKV impl71eb72aFix hashbrown-0_16 impl, update features lists7f18f92Update to hashbrown 0.17 (#659)d3c20a8feat: implementNoUndeffor[T]whereT: NoUndef. (#656)985b023Fix compilation for 32-bit systems using 64-bit pointers18941fbAddinto_partsandfrom_partsforAlignedVec(#653)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)