Skip to content

Commit 44b6d2c

Browse files
committed
Update Tokio to latest
1 parent d41176d commit 44b6d2c

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
@@ -15,7 +15,7 @@ napi = { version = "2", default-features = false, features = ["napi6", "tokio_rt
1515
napi-derive = "2"
1616
once_cell = "1.18.0"
1717
serde_json = "1.0.140"
18-
tokio = { version = "1.29.1", features = [ "rt-multi-thread" ] }
18+
tokio = { version = "1.47.1", features = [ "rt-multi-thread" ] }
1919
tracing = "0.1"
2020
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
2121

0 commit comments

Comments
 (0)