fix: replace futures dependency with futures-util

This commit is contained in:
ThetaDev 2024-12-01 22:24:00 +01:00
parent 5d9ba8800e
commit 54f537e84a
12 changed files with 12 additions and 12 deletions

View file

@ -47,7 +47,7 @@ time = { version = "0.3.10", features = [
"serde-human-readable",
"serde-well-known",
] }
futures = "0.3.21"
futures-util = "0.3.31"
ress = "0.11.0"
phf = "0.11.0"
phf_codegen = "0.11.0"