From a75144ae7b38d9413b1bdd1c19bc267c5da4e54e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 23:27:43 +0000 Subject: [PATCH] chore(deps): bump bytes from 1.9.0 to 1.10.0 in /rust Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.9.0 to 1.10.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.9.0...v1.10.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 4 ++-- rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index cf4d101..b77a11a 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -67,9 +67,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 = "cfg-if" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index ba1bee5..4450b4f 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -11,5 +11,5 @@ tokio = { version = "1", features = ["full"] } hmac = "0.12" sha2 = "0.10" hex = "0.4" -bytes = "1.9" +bytes = "1.10" dotenv = "0.15"