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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-02-04 09:39:21 +09:00
committed by GitHub
parent 676a96b2cd
commit e1c72fa446
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -812,9 +812,9 @@ checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
[[package]] [[package]]
name = "bytes" name = "bytes"
version = "1.11.0" version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
[[package]] [[package]]
name = "calloop" name = "calloop"

View File

@@ -8,7 +8,7 @@ authors = ["galister", "oo8dev"]
repository = "https://github.com/wlx-team/wayvr" repository = "https://github.com/wlx-team/wayvr"
[dependencies] [dependencies]
bytes = "1.9.0" bytes = "1.11.1"
smallvec = "1.13.2" smallvec = "1.13.2"
serde.workspace = true serde.workspace = true
anyhow = "1.0.93" anyhow = "1.0.93"

View File

@@ -43,7 +43,7 @@ vulkano-shaders.workspace = true
xdg.workspace = true xdg.workspace = true
ash = "^0.38.0" # must match vulkano ash = "^0.38.0" # must match vulkano
bytes = { version = "1.11.0" } bytes = { version = "1.11.1" }
chrono = "0.4.42" chrono = "0.4.42"
chrono-tz = "0.10.4" chrono-tz = "0.10.4"
config = "0.15.19" config = "0.15.19"