From 6c676f4b1802b3303fa2a4dafeb7a2fbeeefa244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 09:20:22 +0000 Subject: [PATCH] Bump bytes from 1.6.0 to 1.10.1 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.6.0 to 1.10.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.6.0...v1.10.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/query-engine/execution/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5dfbf5f7..82b54f7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -326,9 +326,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.6.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" +checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" [[package]] name = "cc" diff --git a/crates/query-engine/execution/Cargo.toml b/crates/query-engine/execution/Cargo.toml index 456fc65b..904248ee 100644 --- a/crates/query-engine/execution/Cargo.toml +++ b/crates/query-engine/execution/Cargo.toml @@ -15,7 +15,7 @@ query-engine-metrics = { path = "../metrics" } tiberius = { version = "0.12.2", default-features = false, features = ["rustls"] } bb8 = "0.8.1" bb8-tiberius = "0.15.0" -bytes = "1.6.0" +bytes = "1.10.1" prometheus = "0.13.3" serde_json = "1.0.116" sqlformat = "0.3.3"