From 9f64ac0da9f99dbcb277bf3ece5902f88d6579c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 19:43:45 +0000 Subject: [PATCH] chore(deps): Bump bytes in the cargo group across 1 directory Bumps the cargo group with 1 update in the / directory: [bytes](https://github.com/tokio-rs/bytes). Updates `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 dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/core/Cargo.toml | 2 +- crates/formats/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc3f852..f30ea9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -860,9 +860,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 = "bytes-utils" diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 31dd091..9859c88 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -13,7 +13,7 @@ uuid = { version = "1.0", features = ["v4"] } chrono = { version = "0.4", features = ["serde"] } tracing = "0.1" dotenvy = "0.15" -bytes = "1.0" +bytes = "1.11" object_store = "0.10" async-trait = "0.1" futures-util = "0.3" diff --git a/crates/formats/Cargo.toml b/crates/formats/Cargo.toml index 8f17487..4c87b91 100644 --- a/crates/formats/Cargo.toml +++ b/crates/formats/Cargo.toml @@ -11,7 +11,7 @@ zip = { version = "2.1", default-features = false, features = ["deflate"] } hdf5-metno = "0.10" futures = "0.3" futures-core = "0.3" -bytes = "1.0" +bytes = "1.11" tempfile = "3.0" crc32fast = "1.3" crc32c = "0.6"