From 5461e6dd951cc4888a3da6ca5ef77a035cb0e68b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 20:48:53 +0000 Subject: [PATCH] chore(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 | 4 ++-- nostrss-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 13e3161..6205b97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -596,9 +596,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[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 = "cbc" diff --git a/nostrss-core/Cargo.toml b/nostrss-core/Cargo.toml index 586a671..8a10d99 100644 --- a/nostrss-core/Cargo.toml +++ b/nostrss-core/Cargo.toml @@ -19,7 +19,7 @@ md5 = "0.7.0" log = "0.4.22" atom_syndication = "0.12.6" feed-rs = "2.3.1" -bytes = "1.9.0" +bytes = "1.11.1" async-trait = "0.1.85" env_logger = "0.11.6" uuid = "1.11.0"