update dependencies

This commit is contained in:
zyl 2024-11-04 10:34:54 -08:00
parent 4871293708
commit 50574bf352
Signed by: zyl
SSH key fingerprint: SHA256:uxxbSXbdroP/OnKBGnEDk5q7EKB2razvstC/KmzdXXs
2 changed files with 290 additions and 62 deletions

View file

@ -30,7 +30,7 @@ tokio = {version = "1.10", features = [
"macros",
"rt-multi-thread",
], optional = true}
url = {version = "2.2", features = ["serde"]}
url = {version = "2", features = ["serde"]}
walkdir = "2"
warp = {version = "0.3", optional = true}