From 844f4fc268ed382b3a33d77dc466a2a518444b99 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Fri, 8 Sep 2023 00:34:20 +0000 Subject: [PATCH] Update Rust crate bytes to 1.5.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0469db9..2abe049 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -330,9 +330,9 @@ dependencies = [ [[package]] name = "bytes" -version = "1.1.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" +checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "bytestring" diff --git a/Cargo.toml b/Cargo.toml index dbe4b54..849a95a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,6 @@ actix-files = "0.6" actix-multipart = "0.4" env_logger = "0.9.0" log = "0.4" -bytes = "1.1.0" +bytes = "1.5.0" futures-util = { version = "0.3.21", default-features = false, features = ["std"] } tar = "0.4.38" \ No newline at end of file -- 2.45.1