From 26283ad7484c539d58eb0b0397370c24803191f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 19:32:43 +0000 Subject: [PATCH] Bump bytes from 1.10.1 to 1.11.1 in /rustybits Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.10.1 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.10.1...v1.11.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rustybits/Cargo.lock | 4 ++-- rustybits/zeroidc/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rustybits/Cargo.lock b/rustybits/Cargo.lock index 68835bddd1..f4ee233eb1 100644 --- a/rustybits/Cargo.lock +++ b/rustybits/Cargo.lock @@ -238,9 +238,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.10.1" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "cbindgen" diff --git a/rustybits/zeroidc/Cargo.toml b/rustybits/zeroidc/Cargo.toml index e38c80e690..e287e32e42 100644 --- a/rustybits/zeroidc/Cargo.toml +++ b/rustybits/zeroidc/Cargo.toml @@ -20,7 +20,7 @@ reqwest = "0.11" jwt = { version = "0.16", git = "https://github.com/glimberg/rust-jwt" } serde = "1.0" time = { version = "~0.3", features = ["formatting"] } -bytes = "1.3" +bytes = "1.11" thiserror = "1" tokio = { version = ">=1.24" }