From 335a8eab9eaf2608b37200e1f451e2193af366e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 23:40:58 +0000 Subject: [PATCH] Bump bytes from 1.7.1 to 1.7.2 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.7.1 to 1.7.2. - [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.1...v1.7.2) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd58a8b8..9c0fba5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,9 +220,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.7.1" +version = "1.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" +checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" [[package]] name = "cc" diff --git a/Cargo.toml b/Cargo.toml index 8884d09c..6f493d73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ flate2 = "1.0" lazy_static = "1.5" once_cell = "1.19" uuid = { version = "1.10.0", features = ["v4", "serde", ] } -bytes = "1.6" +bytes = "1.7" tokio = { version = "^1.40", default-features = false, features = ["rt-multi-thread"]} async-recursion = "1.1" deadpool-postgres = "0.14"