updated tokio and features

This commit is contained in:
Valmo Trindade
2024-09-21 03:59:15 -03:00
parent 5c071f08f1
commit e9ac9978aa
2 changed files with 44 additions and 21 deletions

View File

@@ -13,7 +13,7 @@ regex = "1.10.6"
reqwest = {version = "0.12.7", features = ["blocking"]}
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
tokio = "1.40.0"
tokio = { version = "1.40", features = ["full"] }
[dependencies.uuid]
version = "1.10.0"