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

Switch from fnv to a identity hasher in extensions (#342)

This commit is contained in:
Armin Ronacher
2018-06-22 11:32:32 +02:00
committed by GitHub
parent dda6ee95df
commit 7bc7b4839b
3 changed files with 27 additions and 5 deletions

View File

@ -57,7 +57,6 @@ base64 = "0.9"
bitflags = "1.0"
failure = "0.1.1"
h2 = "0.1"
fnv = "1.0.5"
http = "^0.1.5"
httparse = "1.2"
log = "0.4"