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

Use itoa in the content-length helper

This commit is contained in:
Nick Kolpinskiy
2020-05-21 22:25:34 +03:00
parent b9e268e95f
commit 7d8fb631a0
3 changed files with 33 additions and 93 deletions

View File

@ -64,6 +64,7 @@ h2 = "0.2.1"
http = "0.2.0"
httparse = "1.3"
indexmap = "1.3"
itoa = "0.4"
lazy_static = "1.4"
language-tags = "0.2"
log = "0.4"