From 7cacd8ea140c3a7833c83a01b26cb630053e5d7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 03:23:27 +0000 Subject: [PATCH] Update bytes requirement from ~1.10 to ~1.11 Updates the requirements on [bytes](https://github.com/tokio-rs/bytes) to permit the latest version. - [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.0...v1.11.0) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dad943d..a6d04de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ [dependencies] asynchronous-codec = { version = "~0.6", optional = true } byteorder = "~1.5" - bytes = { version = "~1.10", optional = true } + bytes = { version = "~1.11", optional = true } crc = { version = "3.0", optional = true } lazy_static = { version = "1.5.0", optional = true } tokio-util = { version = "~0.7", optional = true, features = [ "codec" ] }