diff --git a/Cargo.lock b/Cargo.lock index 74b5476d..b12ca8f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -656,9 +656,9 @@ dependencies = [ [[package]] name = "deterministic-wasi-ctx" -version = "0.1.17" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b556e1a6e064908122cc4ce9e2b3023fb5fa4ab093dcf43fe75dc2d422b91dc" +checksum = "fa6fab566231a24351c9a429938d5b9afc33e3997da7e257f774a952349a3885" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 9fb9519a..604f2013 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ opt-level = 3 wasmtime = "=14.0.4" wasmtime-wasi = "=14.0.4" wasi-common = "=14.0.4" -deterministic-wasi-ctx = "=0.1.17" +deterministic-wasi-ctx = "=0.1.18" anyhow = "1.0" clap = { version = "4.4", features = ["derive"] } serde_json = "1.0"