mirror of
https://github.com/actix/actix-web.git
synced 2025-04-24 02:34:22 +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:
parent
14cc5a5d6b
commit
d384ff3af3
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ base64 = "0.10"
|
||||||
bitflags = "1.0"
|
bitflags = "1.0"
|
||||||
bytes = "0.4"
|
bytes = "0.4"
|
||||||
byteorder = "1.2"
|
byteorder = "1.2"
|
||||||
copyless = "0.1.2"
|
copyless = "0.1.4"
|
||||||
derive_more = "0.15.0"
|
derive_more = "0.15.0"
|
||||||
either = "1.5.2"
|
either = "1.5.2"
|
||||||
encoding_rs = "0.8"
|
encoding_rs = "0.8"
|
||||||
|
|
Loading…
Reference in a new issue