From 0b283fc866421acaa674c43d7004d4caf9bf5aa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 18:28:33 +0000 Subject: [PATCH] Bump bytes from 1.7.2 to 1.9.0 in /pixie-server Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.7.2 to 1.9.0. - [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.7.2...v1.9.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pixie-server/Cargo.lock | 4 ++-- pixie-server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pixie-server/Cargo.lock b/pixie-server/Cargo.lock index 5a6252e..3cfb7b0 100644 --- a/pixie-server/Cargo.lock +++ b/pixie-server/Cargo.lock @@ -244,9 +244,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.7.2" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" +checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" [[package]] name = "cc" diff --git a/pixie-server/Cargo.toml b/pixie-server/Cargo.toml index 4d6882b..d0fc257 100644 --- a/pixie-server/Cargo.toml +++ b/pixie-server/Cargo.toml @@ -24,7 +24,7 @@ hostfile = "1.0.0" hex = "0.4.3" axum = { version = "0.7.2", features = ["ws"] } tower-http = { version = "0.6.1", features = ["fs", "compression-gzip", "auth", "trace"] } -bytes = "1.5.0" +bytes = "1.9.0" http-body-util = "0.1.0" futures = "0.3.30" tokio-stream = { version = "0.1.16", features = ["sync"] }