From 8c768e600c1edc7f7754990d6d8d00b198b34ce6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:22:13 +0000 Subject: [PATCH] build(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 | 7 +++---- sqlx-core/Cargo.toml | 2 +- sqlx-mysql/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a5db0c251..7ff6fffbf3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -639,9 +639,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" [[package]] name = "camino" @@ -3030,7 +3030,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.9.4", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -3653,7 +3653,6 @@ dependencies = [ "sqlx-postgres", "sqlx-sqlite", "syn 2.0.96", - "tempfile", "tokio", "url", ] diff --git a/sqlx-core/Cargo.toml b/sqlx-core/Cargo.toml index f6017a9fee..1a14156490 100644 --- a/sqlx-core/Cargo.toml +++ b/sqlx-core/Cargo.toml @@ -55,7 +55,7 @@ uuid = { workspace = true, optional = true } async-io = { version = "1.9.0", optional = true } base64 = { version = "0.22.0", default-features = false, features = ["std"] } -bytes = "1.1.0" +bytes = "1.11.1" chrono = { version = "0.4.34", default-features = false, features = ["clock"], optional = true } crc = { version = "3", optional = true } crossbeam-queue = "0.3.2" diff --git a/sqlx-mysql/Cargo.toml b/sqlx-mysql/Cargo.toml index 3971c2ff87..5428c12bbe 100644 --- a/sqlx-mysql/Cargo.toml +++ b/sqlx-mysql/Cargo.toml @@ -54,7 +54,7 @@ atoi = "2.0" base64 = { version = "0.22.0", default-features = false, features = ["std"] } bitflags = { version = "2", default-features = false, features = ["serde"] } byteorder = { version = "1.4.3", default-features = false, features = ["std"] } -bytes = "1.1.0" +bytes = "1.11.1" dotenvy = "0.15.5" either = "1.6.1" generic-array = { version = "0.14.4", default-features = false }