From f37c73fbf971635221bfc6a28e99a75a2df50c72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 04:41:24 +0000 Subject: [PATCH] Bump bytes from 1.9.0 to 1.10.1 in /pixie-web Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.9.0 to 1.10.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.9.0...v1.10.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pixie-web/Cargo.lock | 4 ++-- pixie-web/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pixie-web/Cargo.lock b/pixie-web/Cargo.lock index 27af9eb2..4065d352 100644 --- a/pixie-web/Cargo.lock +++ b/pixie-web/Cargo.lock @@ -169,9 +169,9 @@ checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06" [[package]] name = "bytes" -version = "1.9.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" +checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" [[package]] name = "camino" diff --git a/pixie-web/Cargo.toml b/pixie-web/Cargo.toml index 6b1416e1..929115df 100644 --- a/pixie-web/Cargo.toml +++ b/pixie-web/Cargo.toml @@ -9,7 +9,7 @@ path = "src/main.rs" test = false [dependencies] -bytes = "1.7.2" +bytes = "1.10.1" console_error_panic_hook = "0.1.7" console_log = "1.0.0" futures = "0.3.30"