We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41176d commit 44b6d2cCopy full SHA for 44b6d2c
Cargo.toml
@@ -15,7 +15,7 @@ napi = { version = "2", default-features = false, features = ["napi6", "tokio_rt
15
napi-derive = "2"
16
once_cell = "1.18.0"
17
serde_json = "1.0.140"
18
-tokio = { version = "1.29.1", features = [ "rt-multi-thread" ] }
+tokio = { version = "1.47.1", features = [ "rt-multi-thread" ] }
19
tracing = "0.1"
20
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
21
0 commit comments