From 6110d38330b13d10d9e13d359a1e61955d014f73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 19:27:46 +0000 Subject: [PATCH] chore(deps): Bump bytes from 1.10.1 to 1.11.1 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] --- Cargo.lock | 4 ++-- exporter/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c23e079..b189d8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -228,9 +228,9 @@ checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" [[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 = "cargo-emit" diff --git a/exporter/Cargo.toml b/exporter/Cargo.toml index 492bdb9..bc26f7f 100644 --- a/exporter/Cargo.toml +++ b/exporter/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT" axum = { version = "0.8" } anyhow = "1.0.97" arc-swap = "1.7.1" -bytes = "1.10.1" +bytes = "1.11.1" clap = { version = "4.5.32", features = ["derive"] } cgroups_exporter_config = { path = "../config", features = ["tokio"] } cgroups-explorer = { version = "0.4.1", features = ["regex"] }