Skip to content

chore(deps): bump bytes from 1.10.1 to 1.11.1 in the cargo group across 1 directory#1

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/cargo-f6ecf5c85a
Open

chore(deps): bump bytes from 1.10.1 to 1.11.1 in the cargo group across 1 directory#1
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/cargo-f6ecf5c85a

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 3, 2026

Bumps the cargo group with 1 update in the / directory: bytes.

Updates bytes from 1.10.1 to 1.11.1

Release notes

Sourced from bytes's releases.

Bytes v1.11.1

1.11.1 (February 3rd, 2026)

  • Fix integer overflow in BytesMut::reserve

Bytes v1.11.0

1.11.0 (November 14th, 2025)

  • Bump MSRV to 1.57 (#788)

Fixed

  • fix: BytesMut only reuse if src has remaining (#803)
  • Specialize BytesMut::put::<Bytes> (#793)
  • Reserve capacity in BytesMut::put (#794)
  • Change BytesMut::remaining_mut to use isize::MAX instead of usize::MAX (#795)

Internal changes

  • Guarantee address in slice() for empty slices. (#780)
  • Rename Vtable::to_* -> Vtable::into_* (#776)
  • Fix latest clippy warnings (#787)
  • Ignore BytesMut::freeze doctest on wasm (#790)
  • Move drop_fn of from_owner into vtable (#801)
Changelog

Sourced from bytes's changelog.

1.11.1 (February 3rd, 2026)

  • Fix integer overflow in BytesMut::reserve

1.11.0 (November 14th, 2025)

  • Bump MSRV to 1.57 (#788)

Fixed

  • fix: BytesMut only reuse if src has remaining (#803)
  • Specialize BytesMut::put::<Bytes> (#793)
  • Reserve capacity in BytesMut::put (#794)
  • Change BytesMut::remaining_mut to use isize::MAX instead of usize::MAX (#795)

Internal changes

  • Guarantee address in slice() for empty slices. (#780)
  • Rename Vtable::to_* -> Vtable::into_* (#776)
  • Fix latest clippy warnings (#787)
  • Ignore BytesMut::freeze doctest on wasm (#790)
  • Move drop_fn of from_owner into vtable (#801)
Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔧 This PR updates the glib dependency from version 0.21.1 to 0.21.5 across multiple Rust crates and applications in the project. The update is part of a dependency maintenance effort that also includes an indirect update to the bytes crate from 1.10.1 to 1.11.1, bringing bug fixes and performance improvements to the project's audio processing and UI components.

🔍 Detailed Analysis

Key Changes

  • Dependency Updates: Updated glib from 0.21.1 to 0.21.5 across 7 different Cargo.toml files
  • Scope Coverage: Changes affect the main Tauri application and multiple plugin crates (audio transcription, VAD, MCP, rdev, window management)
  • Indirect Updates: The bytes crate was updated from 1.10.1 to 1.11.1 as a transitive dependency

Technical Implementation

flowchart TD
    A[Dependabot Scan] --> B[Identify glib 0.21.1 → 0.21.5]
    B --> C[Update Main App]
    B --> D[Update Audio Plugins]
    B --> E[Update Window Plugins]
    B --> F[Update MCP Plugin]
    C --> G[stage-tamagotchi/Cargo.toml]
    D --> H[ipc-audio-transcription-ort]
    D --> I[ipc-audio-vad-ort]
    E --> J[window-pass-through-on-hover]
    E --> K[window-router-link]
    F --> L[tauri-plugin-mcp]
    D --> M[tauri-plugin-rdev]
Loading

Impact

  • Security & Stability: The bytes 1.11.1 update includes a critical fix for integer overflow in BytesMut::reserve
  • Performance Improvements: Enhanced BytesMut operations with better memory reuse and capacity reservation
  • Maintenance: Keeps the project up-to-date with latest stable versions of core dependencies
  • Compatibility: All updates are minor/patch versions, ensuring backward compatibility

Created with Palmier

Bumps the cargo group with 1 update in the / directory: [bytes](https://github.com/tokio-rs/bytes).


Updates `bytes` from 1.10.1 to 1.11.1
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.10.1...v1.11.1)

---
updated-dependencies:
- dependency-name: bytes
  dependency-version: 1.11.1
  dependency-type: indirect
  dependency-group: cargo
...

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 Feb 3, 2026
@codeant-ai
Copy link

codeant-ai bot commented Feb 3, 2026

Skipping PR review because a bot author is detected.

If you want to trigger CodeAnt AI, comment @codeant-ai review to trigger a manual review.

@coderabbitai
Copy link

coderabbitai bot commented Feb 3, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@kilo-code-bot
Copy link

kilo-code-bot bot commented Feb 3, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (9 files)
  • Cargo.lock - Dependency version updates
  • apps/stage-tamagotchi/src-tauri/Cargo.toml - glib version update
  • crates/tauri-plugin-ipc-audio-transcription-ort/Cargo.toml - glib version update
  • crates/tauri-plugin-ipc-audio-vad-ort/Cargo.toml - glib version update
  • crates/tauri-plugin-mcp/Cargo.toml - glib version update
  • crates/tauri-plugin-rdev/Cargo.toml - glib version update
  • crates/tauri-plugin-window-pass-through-on-hover/Cargo.toml - glib version update
  • crates/tauri-plugin-window-router-link/Cargo.toml - glib version update
@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​unocss/​eslint-config@​66.5.0991006696100
Added@​unocss/​eslint-plugin@​66.5.01001007496100
Added@​unocss/​core@​66.5.01001007696100

View full report

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

0 participants