1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-02-17 10:13:30 +01:00

Ensure bytes >=1.7

This commit is contained in:
asonix 2024-11-04 17:33:02 -06:00
parent 627d113323
commit ab04286b01

View File

@ -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"