chore: update tokio to 1.46.1

This commit is contained in:
2025-07-04 22:28:36 +02:00
parent 5b600017d5
commit 13c82d2316
2 changed files with 7 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ sysinfo = "0.35.2"
winapi = { version = "0.3", features = ["winuser"] }
reqwest = { version = "0.12.22", features = ["json", "stream"] }
md5 = "0.8.0"
tokio = { version = "1.46.0", features = ["full"] }
tokio = { version = "1.46.1", features = ["full"] }
open = "5.3.2"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]