From c83b6b40d0cfc2b4c64ff60a9d4817668848e5ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 10:42:55 +0100 Subject: [PATCH] chore(deps): bump bytes from 1.6.0 to 1.9.0 (#67) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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"