1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +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

@ -62,7 +62,6 @@ actix-rt = { version = "2.1", default-features = false }
actix-tls = { version = "3", features = ["connect", "uri"] }
actix-utils = "3"
ahash = "0.7"
base64 = "0.21"
bytes = "1"
cfg-if = "1"