chore(deps): bump bytecheck from 0.6.11 to 0.7.0 in the rkyv-upgrade group across 1 directory - #26052
chore(deps): bump bytecheck from 0.6.11 to 0.7.0 in the rkyv-upgrade group across 1 directory#26052dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4b924bbc2f
ℹ️ 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".
| async-stream = "0.3.6" | ||
| async-trait.workspace = true | ||
| bytecheck = { version = "0.6.9", default-features = false, features = ["std"] } | ||
| bytecheck = { version = "0.7.0", default-features = false, features = ["std"] } |
There was a problem hiding this comment.
Keep bytecheck aligned with rkyv
Building vector-buffers with disk_v2 validation now splits bytecheck into two semver-incompatible crates: this line makes use bytecheck::CheckBytes resolve to 0.7, while rkyv 0.7.46 still depends on bytecheck 0.6.12 and its check_archived_root/DefaultValidator bounds require the 0.6 trait. The manual and derived CheckBytes impls in disk_v2 therefore no longer satisfy rkyv's validation bounds, so this crate fails to build until bytecheck stays on the 0.6 series or rkyv is upgraded together.
Useful? React with 👍 / 👎.
5f80fd7 to
c6c6bfc
Compare
This comment has been minimized.
This comment has been minimized.
b1f21e8 to
1a2d005
Compare
Bumps the rkyv-upgrade group with 1 update in the / directory: [bytecheck](https://github.com/rkyv/bytecheck). Updates `bytecheck` from 0.6.11 to 0.7.0 - [Release notes](https://github.com/rkyv/bytecheck/releases) - [Commits](https://github.com/rkyv/bytecheck/commits/v0.7.0) --- updated-dependencies: - dependency-name: bytecheck dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rkyv-upgrade ... Signed-off-by: dependabot[bot] <support@github.com>
1a2d005 to
5ea6e06
Compare
Bumps the rkyv-upgrade group with 1 update in the / directory: bytecheck.
Updates
bytecheckfrom 0.6.11 to 0.7.0Release notes
Sourced from bytecheck's releases.
Commits