From ab04286b01735a10f4981cad400f9d7ed326e36b Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 4 Nov 2024 17:33:02 -0600 Subject: [PATCH] Ensure bytes >=1.7 --- actix-http/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index a999e73c8..c25517130 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -87,7 +87,7 @@ actix-rt = { version = "2.2", default-features = false } ahash = "0.8" bitflags = "2" -bytes = "1" +bytes = "1.7" bytestring = "1" derive_more = "0.99.5" encoding_rs = "0.8"