Skip to content

Commit a822eaa

Browse files
chore: update min. req. for tokio to 1.45.1
1 parent 103af14 commit a822eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ deno_webidl = "0.214.0"
245245
deno_webgpu = { version = "0.181.0", path = "./deno_webgpu" }
246246
deno_unsync = "0.4.4"
247247
deno_error = "0.7.0"
248-
tokio = "1.39"
248+
tokio = "1.45.1"
249249
termcolor = "1.1.3"
250250

251251
# android dependencies

0 commit comments

Comments
 (0)