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"