1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 07:53:00 +01:00

Update the copyless version to 0.1.4 (#956)

< 0.1.4 failed to check for null when doing allocations which could lead to null dereferences.
This commit is contained in:
Jeff Muizelaar 2019-07-08 05:48:20 -04:00 committed by Nikolay Kim
parent 0d8a4304a9
commit e1fcd203f8

View File

@ -55,7 +55,7 @@ base64 = "0.10"
bitflags = "1.0"
bytes = "0.4"
byteorder = "1.2"
copyless = "0.1.2"
copyless = "0.1.4"
derive_more = "0.15.0"
either = "1.5.2"
encoding_rs = "0.8"