From 2e27228ff50b723b9105963639693991507cfba9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 21:03:47 +0000 Subject: [PATCH] fix(deps): update rust crate bytes to 1.6.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0fa5807..c71a67e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -425,9 +425,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" +checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "bytestring" diff --git a/Cargo.toml b/Cargo.toml index 3abca7c..4ee21d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ rgb = { version = "0.8.37", optional = true } once_cell = "1.19.0" regex = "1.10.3" blake3 = { version = "1.5.1", optional = true } -bytes = "1.5.0" +bytes = "1.6.0" futures-util = "0.3.30" [features]