From d32dfce4c14a9c72eb9cfab70c0d95fb1958c977 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 14:00:39 +0000 Subject: [PATCH] chore(deps): bump bytes from 1.9.0 to 1.11.1 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.9.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.9.0...v1.11.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- libs/client-api/Cargo.toml | 2 +- libs/collab-rt-entity/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b0aec648..6ac5ba616 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1779,9 +1779,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.9.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 5adac680d..6938a79aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -244,7 +244,7 @@ dotenvy = "0.15.7" serde_json = "1.0.111" serde_repr = "0.1.18" serde = { version = "1.0.195", features = ["derive"] } -bytes = "1.9.0" +bytes = "1.11.1" workspace-template = { path = "libs/workspace-template" } uuid = { version = "1.6.1", features = ["v4", "v5"] } anyhow = "1.0.94" diff --git a/libs/client-api/Cargo.toml b/libs/client-api/Cargo.toml index 49a1e9489..e27acf3e9 100644 --- a/libs/client-api/Cargo.toml +++ b/libs/client-api/Cargo.toml @@ -14,7 +14,7 @@ serde_repr = "0.1.18" gotrue = { path = "../gotrue" } tracing = { version = "0.1" } thiserror = "1.0.56" -bytes = "1.9.0" +bytes = "1.11.1" uuid.workspace = true futures-util = "0.3.30" futures-core = "0.3.30" diff --git a/libs/collab-rt-entity/Cargo.toml b/libs/collab-rt-entity/Cargo.toml index c935e5565..52d8ea704 100644 --- a/libs/collab-rt-entity/Cargo.toml +++ b/libs/collab-rt-entity/Cargo.toml @@ -12,7 +12,7 @@ collab = { workspace = true } collab-entity = { workspace = true } serde.workspace = true serde_json.workspace = true -bytes = { version = "1.5", features = ["serde"] } +bytes = { version = "1.11", features = ["serde"] } anyhow.workspace = true actix = { version = "0.13", optional = true } bincode.workspace = true