From ce7846c931c18a434c1c951c9afcfc91d7de6800 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:11:54 +0000 Subject: [PATCH] chore(deps): bump deterministic-wasi-ctx from 0.1.26 to 0.1.27 Bumps [deterministic-wasi-ctx](https://github.com/Shopify/deterministic-wasi-ctx) from 0.1.26 to 0.1.27. - [Release notes](https://github.com/Shopify/deterministic-wasi-ctx/releases) - [Commits](https://github.com/Shopify/deterministic-wasi-ctx/compare/v0.1.26...v0.1.27) --- 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 f2e99980..79057cba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -765,9 +765,9 @@ dependencies = [ [[package]] name = "deterministic-wasi-ctx" -version = "0.1.26" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca8208907f78b47627a8be5dbe0b6748337eb09a801214ec0cfbf1a67fcf9834" +checksum = "50bfb6a2e68fa4ee5560a8496cfd5d0dfcac895393960e7222303c1c8a4f6dd0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index c6da1987..98317f75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ opt-level = 3 wasmtime = "=22.0.0" wasmtime-wasi = "=25.0.2" wasi-common = "=22.0.0" -deterministic-wasi-ctx = "=0.1.26" +deterministic-wasi-ctx = "=0.1.27" anyhow = "1.0" clap = { version = "4.5", features = ["derive"] } serde_json = "1.0"