1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-04-12 12:54:06 +00:00

Update the copyless version to 0.1.4

< 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-04 11:33:06 -04:00 committed by GitHub
parent 14cc5a5d6b
commit d384ff3af3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"