1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

Replace deprecated twoway with memchr (#2909)

This commit is contained in:
Alex
2022-10-14 17:52:13 +06:00
committed by GitHub
parent f8cb71e789
commit 068909f1b3
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ httparse = "1.3"
local-waker = "0.1"
log = "0.4"
mime = "0.3"
twoway = "0.2"
memchr = "2.5"
[dev-dependencies]
actix-rt = "2.2"