From 594900a0782024b8c0070d3af2f7d1bc678d77ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:46:28 +0000 Subject: [PATCH] chore(deps): bump deterministic-wasi-ctx from 0.1.27 to 0.1.28 Bumps [deterministic-wasi-ctx](https://github.com/Shopify/deterministic-wasi-ctx) from 0.1.27 to 0.1.28. - [Release notes](https://github.com/Shopify/deterministic-wasi-ctx/releases) - [Commits](https://github.com/Shopify/deterministic-wasi-ctx/compare/v0.1.27...v0.1.28) --- 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 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"