From 3ae8eb4db27272e754d873e138a8b3b35c141d5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 09:17:38 +0000 Subject: [PATCH] build(deps): bump bytes from 1.11.0 to 1.11.1 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f73248799..46ce30a41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -335,9 +335,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[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 = "caseless" diff --git a/Cargo.toml b/Cargo.toml index 7f6b75ad0..0c2450c66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ lalrpop = { version = "0.22.2", default-features = false, features = ["lexer", " anyhow = { version = "1.0.100", default-features = false, features = ["std"] } atrium-api = { version = "0.25.7", default-features = false, features = ["namespace-appbsky"] } atrium-xrpc-client = { version = "0.5.15", default-features = false, features = ["reqwest"] } -bytes = { version = "1.11.0", default-features = false } +bytes = { version = "1.11.1", default-features = false } caseless = "0.2.2" chrono = { version = "0.4.43", default-features = false, features = ["std", "clock", "serde"] } clap = { version = "4.5.57", default-features = false, features = ["std"] }