From 258ce6ace2ea430bde1dc60fcc31796b620b4d76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:04:06 +0000 Subject: [PATCH] Bump bytes from 1.9.0 to 1.11.1 in /cli 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] --- cli/Cargo.lock | 4 ++-- cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 7428b04..c5d3625 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -247,9 +247,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 = "cc" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 0ed6cd9..2bdf9ab 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -25,7 +25,7 @@ eui48 = "1.1.0" bit-vec = "0.6.3" pg_bigdecimal = "0.1.5" bigdecimal = "0.4.7" -bytes = "1.9.0" +bytes = "1.11.1" postgres-protocol = "0.6.7" byteorder = "1.5.0" rpassword = "7.3.1"