From d5a4e7e8b09d34ff2c3b60b30ca32a1df437b78b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 20:47:57 +0000 Subject: [PATCH] Bump bytes from 1.10.1 to 1.11.1 Bumps [bytes](https://github.com/tokio-rs/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](https://github.com/tokio-rs/bytes/compare/v1.10.1...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 ++-- assemblyline-filestore/Cargo.toml | 2 +- assemblyline-server/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fddc058..6b4f6cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1335,9 +1335,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.10.1" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "bytes-utils" diff --git a/assemblyline-filestore/Cargo.toml b/assemblyline-filestore/Cargo.toml index cd33326..5696cdc 100644 --- a/assemblyline-filestore/Cargo.toml +++ b/assemblyline-filestore/Cargo.toml @@ -14,7 +14,7 @@ tokio-stream = "0.1" # System utilities async-trait = "0.1" -bytes = "1.9" +bytes = "1.11" safe-path = "0.1" log = "0.4" url = "2.5" diff --git a/assemblyline-server/Cargo.toml b/assemblyline-server/Cargo.toml index f7a47e0..73488e4 100644 --- a/assemblyline-server/Cargo.toml +++ b/assemblyline-server/Cargo.toml @@ -26,7 +26,7 @@ rand = "0.9" itertools = "0.14" anyhow = "1.0" thiserror = "2.0" -bytes = "1.10" +bytes = "1.11" parking_lot = { version = "0.12", features = [] } strum = { version = "0.27", features = ["derive"] } # strum_macros = "0.27"