mirror of
https://github.com/fafhrd91/actix-web
synced 2025-07-01 16:55:08 +02:00
Ensure bytes >=1.7
This commit is contained in:
@ -87,7 +87,7 @@ actix-rt = { version = "2.2", default-features = false }
|
|||||||
|
|
||||||
ahash = "0.8"
|
ahash = "0.8"
|
||||||
bitflags = "2"
|
bitflags = "2"
|
||||||
bytes = "1"
|
bytes = "1.7"
|
||||||
bytestring = "1"
|
bytestring = "1"
|
||||||
derive_more = "0.99.5"
|
derive_more = "0.99.5"
|
||||||
encoding_rs = "0.8"
|
encoding_rs = "0.8"
|
||||||
|
Reference in New Issue
Block a user