diff --git a/Cargo.toml b/Cargo.toml index cdf4e3cb..4bf6286e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ core = { version = "1.0", optional = true, package = "rustc-std-workspace-core" libc = { version = "0.2.62", default-features = false } [target.'cfg(target_os = "wasi")'.dependencies] -wasi = "0.5" +wasi = "0.6" [target.wasm32-unknown-unknown.dependencies] wasm-bindgen = { version = "0.2.29", optional = true }