1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-17 21:56:38 +00: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" 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"