From 10361eb954659fead856ed7e63db280c6553154c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 19:44:22 +0000 Subject: [PATCH] Bump bytes Bumps the cargo group with 1 update in the /clients/openframe-client directory: [bytes](https://github.com/tokio-rs/bytes). Updates `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 dependency-group: cargo ... Signed-off-by: dependabot[bot] --- clients/openframe-client/Cargo.lock | 4 ++-- clients/openframe-client/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/openframe-client/Cargo.lock b/clients/openframe-client/Cargo.lock index 2f99117d8e..d1a60c3a13 100644 --- a/clients/openframe-client/Cargo.lock +++ b/clients/openframe-client/Cargo.lock @@ -258,9 +258,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" dependencies = [ "serde", ] diff --git a/clients/openframe-client/Cargo.toml b/clients/openframe-client/Cargo.toml index 43c1262dfd..f344816382 100644 --- a/clients/openframe-client/Cargo.toml +++ b/clients/openframe-client/Cargo.toml @@ -53,7 +53,7 @@ service-manager = "0.8" plist = "1.7.1" # System information collection dependencies hostname = "0.3" -bytes = "1.10.1" +bytes = "1.11.1" async-nats = { git = "https://github.com/flamingo-stack/nats.rs.git", branch = "feature/openframe-auth-callback", features = ["websockets"] } rustls-pemfile = "1.0" regex = "1.11.1"