From a50782cc60a49c0a9b48679510ec932789a33340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 19:47:47 +0000 Subject: [PATCH] Bump bytes from 1.11.0 to 1.11.1 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.11.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.11.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 ++-- binaries/geph5-broker/Cargo.toml | 2 +- binaries/geph5-client/Cargo.toml | 2 +- binaries/geph5-exit/Cargo.toml | 2 +- binaries/geph5-prototest/Cargo.toml | 2 +- libraries/geph5-broker-protocol/Cargo.toml | 2 +- libraries/geph5-misc-rpc/Cargo.toml | 2 +- libraries/picomux/Cargo.toml | 2 +- libraries/sillad-meeklike/Cargo.toml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 579019a6..3ddda164 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1249,9 +1249,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" dependencies = [ "serde", ] diff --git a/binaries/geph5-broker/Cargo.toml b/binaries/geph5-broker/Cargo.toml index eca94dea..cbf348ab 100644 --- a/binaries/geph5-broker/Cargo.toml +++ b/binaries/geph5-broker/Cargo.toml @@ -39,7 +39,7 @@ mizaru2 = { path = "../../libraries/mizaru2" } sillad-sosistab3 = { path = "../../libraries/sillad-sosistab3" } smol-timeout2 = "0.6.1" stdcode = "0.1.14" -bytes = { version = "1.10.1", features = ["serde"] } +bytes = { version = "1.11.1", features = ["serde"] } argon2 = "0.5.3" rusty_pool = "0.7.0" oneshot = "0.1.11" diff --git a/binaries/geph5-client/Cargo.toml b/binaries/geph5-client/Cargo.toml index 32f3f741..12aba72d 100644 --- a/binaries/geph5-client/Cargo.toml +++ b/binaries/geph5-client/Cargo.toml @@ -37,7 +37,7 @@ base64 = "0.22.1" blake3 = "1.8.2" blind-rsa-signatures = "0.15.2" derive_more = "=2.0.1" -bytes = "1.10.1" +bytes = "1.11.1" chrono = "0.4.41" clap = { version = "4.5.41", features = ["derive"] } clone-macro = "0.1.0" diff --git a/binaries/geph5-exit/Cargo.toml b/binaries/geph5-exit/Cargo.toml index 44a56f02..b3bade29 100644 --- a/binaries/geph5-exit/Cargo.toml +++ b/binaries/geph5-exit/Cargo.toml @@ -61,7 +61,7 @@ async-io-bufpool = "0.2" tikv-jemallocator = "0.6" threadpool = "1.8.1" oneshot = "0.1.11" -bytes = "1.10.1" +bytes = "1.11.1" simple-dns = "0.9.3" dashmap = "6.1.0" globset = "0.4.16" diff --git a/binaries/geph5-prototest/Cargo.toml b/binaries/geph5-prototest/Cargo.toml index 3e910daa..81d6ae7e 100644 --- a/binaries/geph5-prototest/Cargo.toml +++ b/binaries/geph5-prototest/Cargo.toml @@ -14,7 +14,7 @@ async-native-tls = "0.5.0" async-trait = "0.1.88" atomic_float = "1.1.0" blake3 = "1.8.2" -bytes = "1.10.1" +bytes = "1.11.1" clap = { version = "4.5.41", features = ["derive"] } crossbeam-queue = "0.3.12" dashmap = "6.1.0" diff --git a/libraries/geph5-broker-protocol/Cargo.toml b/libraries/geph5-broker-protocol/Cargo.toml index f948a51c..5364dbe6 100644 --- a/libraries/geph5-broker-protocol/Cargo.toml +++ b/libraries/geph5-broker-protocol/Cargo.toml @@ -13,7 +13,7 @@ nanorpc = "0.1.13" serde_json = "1.0.141" thiserror = "1.0.69" serde = { version = "1.0.219", features = ["derive"] } -bytes = { version = "1.10.1", features = ["serde"] } +bytes = { version = "1.11.1", features = ["serde"] } ed25519-dalek = { version = "2", default-features = false, features = [ "serde", ] } diff --git a/libraries/geph5-misc-rpc/Cargo.toml b/libraries/geph5-misc-rpc/Cargo.toml index d106671e..41875c55 100644 --- a/libraries/geph5-misc-rpc/Cargo.toml +++ b/libraries/geph5-misc-rpc/Cargo.toml @@ -16,7 +16,7 @@ nanorpc = "0.1.13" serde_json = "1.0.141" thiserror = "1.0.69" anyhow = "1.0.98" -bytes = { version = "1.10.1", features = ["serde"] } +bytes = { version = "1.11.1", features = ["serde"] } ed25519-dalek = {version="2", default-features=false, features=["serde"]} x25519-dalek = {version="2", default-features=false, features=["serde"]} blake3 = { version = "1.8.2", features = ["serde"] } diff --git a/libraries/picomux/Cargo.toml b/libraries/picomux/Cargo.toml index 16695895..5f987516 100644 --- a/libraries/picomux/Cargo.toml +++ b/libraries/picomux/Cargo.toml @@ -14,7 +14,7 @@ async-task = "4.7.1" async_io_stream = "0.3.3" bipe = "0.2" bytemuck = { version = "1.23.1", features = ["derive", "min_const_generics"] } -bytes = "1.10.1" +bytes = "1.11.1" dashmap = "6.1.0" futures-lite = "2.6.0" futures-util = { version = "0.3.31", features = ["io"] } diff --git a/libraries/sillad-meeklike/Cargo.toml b/libraries/sillad-meeklike/Cargo.toml index d7b19c1c..423a9ff1 100644 --- a/libraries/sillad-meeklike/Cargo.toml +++ b/libraries/sillad-meeklike/Cargo.toml @@ -16,7 +16,7 @@ async-trait = "0.1.88" base64 = "0.22.1" bipe = "0.2.8" blake3 = "1.8.2" -bytes = "1.10.1" +bytes = "1.11.1" chacha20poly1305 = {version="0.10.1", features=["reduced-round"]} dashmap = "5.5.3" event-listener = "5.4.0"