1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

remove direct dep on ahash for client pool

This commit is contained in:
Rob Ede
2023-02-26 03:50:36 +00:00
parent 4e05629368
commit fdfb3d45db
4 changed files with 5 additions and 7 deletions

View File

@ -61,7 +61,7 @@ actix-codec = "0.5"
actix-utils = "3"
actix-rt = { version = "2.2", default-features = false }
ahash = "0.7"
ahash = "0.8"
bitflags = "1.2"
bytes = "1"
bytestring = "1"