From e1c72fa4468ffd425513e8d0b1075e27dea70781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 09:39:21 +0900 Subject: [PATCH] Bump bytes from 1.11.0 to 1.11.1 (#419) Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.11.0 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](https://github.com/tokio-rs/bytes/compare/v1.11.0...v1.11.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- wayvr-ipc/Cargo.toml | 2 +- wayvr/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b365ff..403d4e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -812,9 +812,9 @@ checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" [[package]] name = "bytes" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "calloop" diff --git a/wayvr-ipc/Cargo.toml b/wayvr-ipc/Cargo.toml index a7b86a8..bcdead9 100644 --- a/wayvr-ipc/Cargo.toml +++ b/wayvr-ipc/Cargo.toml @@ -8,7 +8,7 @@ authors = ["galister", "oo8dev"] repository = "https://github.com/wlx-team/wayvr" [dependencies] -bytes = "1.9.0" +bytes = "1.11.1" smallvec = "1.13.2" serde.workspace = true anyhow = "1.0.93" diff --git a/wayvr/Cargo.toml b/wayvr/Cargo.toml index 1b2bfa3..ef1b2ab 100644 --- a/wayvr/Cargo.toml +++ b/wayvr/Cargo.toml @@ -43,7 +43,7 @@ vulkano-shaders.workspace = true xdg.workspace = true ash = "^0.38.0" # must match vulkano -bytes = { version = "1.11.0" } +bytes = { version = "1.11.1" } chrono = "0.4.42" chrono-tz = "0.10.4" config = "0.15.19"