chore(deps): enable all features on tokio

This commit is contained in:
2025-03-25 16:38:53 -04:00
parent 940b4eb49e
commit 65c4654e72
2 changed files with 12 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ ncr = { version = "0", features = ["cfb8", "ecb", "gcm"] }
parking_lot = "0"
serde = "1"
serde_json = "1"
tokio = { version = "1", features = ["macros"] }
tokio = { version = "1", features = ["full"] }
zip = { version = "2", default-features = false, features = ["flate2"] }
[features]