Update Cargo.toml

This commit is contained in:
Anthony Ramine 2023-10-30 10:19:39 +01:00
parent fdef98407c
commit 7a7de40833
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ libc = "0.2"
hex = "0.4" hex = "0.4"
rusty-hook = "^0.11" rusty-hook = "^0.11"
futures = "0.3" futures = "0.3"
tokio = { version = "1" } tokio = "1"
anyhow = "1" anyhow = "1"
antidote = "1.0.0" antidote = "1.0.0"
http = "0.2" http = "0.2"