Skip to content

chore(deps): bump bytecheck from 0.6.11 to 0.7.0 in the rkyv-upgrade group across 1 directory - #26052

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/rkyv-upgrade-c5ce19dd34
Open

chore(deps): bump bytecheck from 0.6.11 to 0.7.0 in the rkyv-upgrade group across 1 directory#26052
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/rkyv-upgrade-c5ce19dd34

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the rkyv-upgrade group with 1 update in the / directory: bytecheck.

Updates bytecheck from 0.6.11 to 0.7.0

Release notes

Sourced from bytecheck's releases.

v0.7.0

Bytecheck 0.7.0 is a new release that adds some exciting new features and cleans up some existing technical debt:

  • #22 Bytecheck now supports the riscVim architecture
  • #24 mem::ManuallyDrop now implements CheckBytes
  • #27 (breaking) Adds Send and Sync bounds to bytecheck's Error type
  • #30 Allows alternate crate roots to be specified by adding a #[check_bytes = "path"] attribute.

Thanks to all the contributors this release: @​starkoracles @​rrichardson @​mkatychev @​samlich

Commits

@dependabot dependabot Bot added domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Aug 7, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 7, 2026 14:05
@dependabot dependabot Bot added domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Aug 7, 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: 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"] }

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge 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 👍 / 👎.

@dependabot dependabot Bot changed the title chore(deps): bump bytecheck from 0.6.11 to 0.7.0 in the rkyv-upgrade group chore(deps): bump bytecheck from 0.6.11 to 0.7.0 in the rkyv-upgrade group across 1 directory Aug 7, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/rkyv-upgrade-c5ce19dd34 branch 2 times, most recently from 5f80fd7 to c6c6bfc Compare August 7, 2026 16:41
@datadog-official

This comment has been minimized.

@dependabot
dependabot Bot force-pushed the dependabot/cargo/rkyv-upgrade-c5ce19dd34 branch 2 times, most recently from b1f21e8 to 1a2d005 Compare August 7, 2026 22:25
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>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/rkyv-upgrade-c5ce19dd34 branch from 1a2d005 to 5ea6e06 Compare August 10, 2026 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants