Skip to content

Commit f7ae1d2

Browse files
committed
chore: upgrade tokio from 1.36 to 1.47.1 (latest)
1 parent 4e5f09b commit f7ae1d2

File tree

2 files changed

+29
-6
lines changed

2 files changed

+29
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ wasmtime = { version = "35", default-features = false, features = [
4040
] }
4141
wasmtime-wasi = "35"
4242
clap = { version = "4.5", features = ["derive"] }
43-
tokio = { version = "1.36", features = ["full"] }
43+
tokio = { version = "1.47.1", features = ["full"] }
4444
anyhow = "1.0"
4545
wit-bindgen-rt = { version = "0.44.0", features = ["bitflags"] }

0 commit comments

Comments
 (0)