From 40ca68a301516b94a316fc9f3a002451d03de4c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:25:06 +0000 Subject: [PATCH] chore(deps): bump deterministic-wasi-ctx from 0.1.17 to 0.1.18 Bumps [deterministic-wasi-ctx](https://github.com/Shopify/deterministic-wasi-ctx) from 0.1.17 to 0.1.18. - [Release notes](https://github.com/Shopify/deterministic-wasi-ctx/releases) - [Commits](https://github.com/Shopify/deterministic-wasi-ctx/commits) --- updated-dependencies: - dependency-name: deterministic-wasi-ctx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"