1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-27 07:19:04 +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

@ -72,7 +72,7 @@ actix-http = { version = "3.3", features = ["http2", "ws"] }
actix-router = "0.5"
actix-web-codegen = { version = "4.2", optional = true }
ahash = "0.7"
ahash = "0.8"
bytes = "1"
bytestring = "1"
cfg-if = "1"