From 6b4f98183e153a7b3347a731e792be13c4404e56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 20:38:53 +0100 Subject: [PATCH] Bump bytes from 1.10.1 to 1.11.1 (#847) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- installer/Cargo.toml | 2 +- lib/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f0446ad..5b73bd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -709,9 +709,9 @@ dependencies = [ [[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" dependencies = [ "serde", ] @@ -3512,7 +3512,7 @@ version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d" dependencies = [ - "proc-macro-crate 2.0.0", + "proc-macro-crate 3.4.0", "proc-macro2", "quote", "syn 2.0.101", diff --git a/installer/Cargo.toml b/installer/Cargo.toml index 094db40..2711500 100644 --- a/installer/Cargo.toml +++ b/installer/Cargo.toml @@ -17,7 +17,7 @@ anyhow = "1.0.98" axum = { version = "0.8.3", features = ["http1", "tokio"], default-features = false } base64_light = "0.1.5" block-padding = "0.3.3" -bytes = "1.10.1" +bytes = "1.11.1" clap = { version = "4.5.37", features = ["derive"] } env_logger = "0.11.8" hyper = "1.6.0" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 7cb0c1c..9070044 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -10,7 +10,7 @@ name = "rayhunter" path = "src/lib.rs" [dependencies] -bytes = "1.5.0" +bytes = "1.11.1" chrono = { version = "0.4.31", features = ["serde"] } crc = "3.0.1" deku = { version = "0.20.0", features = ["logging"] }