From 786fb39a623151483c274860f75d906e5a8c1a75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 21:58:32 +0000 Subject: [PATCH] chore(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 db4cb82..d587d7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,9 +227,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 = "cc" diff --git a/Cargo.toml b/Cargo.toml index 643787e..89d00d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ anyhow = "1" futures = "0.3" futures-util = { version = "0.3", features = ["sink"] } pin-project-lite = { version = "0.2" } -bytes = "1.5.0" +bytes = "1.6.0" tokio = "1" tokio-util = { version = "0.7", features = ["codec"] } tokio-tungstenite = { version = "0.20" }