diff --git a/Cargo.lock b/Cargo.lock index c84fcb4e..18f2100e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -632,9 +632,9 @@ dependencies = [ [[package]] name = "deterministic-wasi-ctx" -version = "0.1.27" +version = "0.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50bfb6a2e68fa4ee5560a8496cfd5d0dfcac895393960e7222303c1c8a4f6dd0" +checksum = "1852413bc54363d4635c015682758a5795b9d9ea337257ad09d76857c843518e" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index ca52b5e3..5fd18590 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ opt-level = 3 wasmtime = "=27.0.0" wasmtime-wasi = "=27.0.0" wasi-common = "=27.0.0" -deterministic-wasi-ctx = "=0.1.27" +deterministic-wasi-ctx = "=0.1.28" anyhow = "1.0" clap = { version = "4.5", features = ["derive"] } serde_json = "1.0"