From 94a272c30489187f326bcde11337ab47d353057f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:25:43 +0000 Subject: [PATCH] chore(deps): bump bytes from 1.6.0 to 1.9.0 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.6.0 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.6.0...v1.9.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/tool/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 62ceb86..04eff58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -339,9 +339,9 @@ checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" [[package]] name = "bytes" -version = "1.6.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" +checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" [[package]] name = "cc" diff --git a/src/tool/Cargo.toml b/src/tool/Cargo.toml index 7f3244c..9db3188 100644 --- a/src/tool/Cargo.toml +++ b/src/tool/Cargo.toml @@ -11,7 +11,7 @@ anyhow = "1.0.90" ascii = "1.1.0" axum = "0.7.5" bstr = "1.11.3" -bytes = "1.6.0" +bytes = "1.9.0" clap = { version = "4.5.4", features = ["derive"] } csv = "1.3.0" either = "1.12.0"