From bd6d0186d2c01a3e1d6324ad5a0bcdd71de53098 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 23 May 2026 15:45:33 +0900 Subject: refactor(promise): drop \React\Promise Co-Authored-By: Claude Opus 4.7 (1M context) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 85cdcd9..accaec5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ regex = "1.12.3" serde = { version = "1.0.228", features = ["derive"] } serde_json = { version = "1.0.149", features = ["preserve_order"] } sha1 = "0.10.6" -tokio = "1.52.3" +tokio = { version = "1.52.3", features = ["full"] } url = "2.5.8" zip = "8.6.0" -- cgit v1.3.1