Skip to content

Commit 131cc02

Browse files
committed
chore: update tokio
1 parent 7013a31 commit 131cc02

File tree

2 files changed

+55
-35
lines changed

2 files changed

+55
-35
lines changed

Cargo.lock

Lines changed: 53 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ futures = "0.3.31"
9595
async-trait = "0.1.84"
9696

9797
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
98-
tokio = { version = "1.44.2", default-features = false, features = ["sync", "rt-multi-thread", "macros", "fs"] }
98+
tokio = { version = "1.47.1", default-features = false, features = ["sync", "rt-multi-thread", "macros", "fs"] }
9999
[target.'cfg(target_arch = "wasm32")'.dependencies]
100-
tokio = { version = "1.44.2", default-features = false, features = ["sync", "rt", "macros" ]}
100+
tokio = { version = "1.47.1", default-features = false, features = ["sync", "rt", "macros" ]}
101101

102102
[dev-dependencies]
103103
vfs = "0.12.0" # for testing with in memory file system

0 commit comments

Comments
 (0)