From b06706c679783cabefb321175440751a8f19e89c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 18:15:20 +0000 Subject: [PATCH] Bump bytes from 1.9.0 to 1.10.0 (#1230) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5dedda513..004fecb36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -417,9 +417,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" +checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9" [[package]] name = "cast" diff --git a/Cargo.toml b/Cargo.toml index c94149ace..596929b3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ ] [workspace.dependencies] -bytes = { version = "1.8", default-features = false, features = ["std"] } +bytes = { version = "1.10", default-features = false, features = ["std"] } byte-unit = { version = "4.0", features = ["serde"] } metrics = { version = "0.23.0" } metrics-util = { version = "0.17.0" }