From 512f7e6df009c01885f10a1c10b93b6383345944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 09:25:34 +0000 Subject: [PATCH] chore(deps): bump deterministic-wasi-ctx from 0.1.28 to 0.1.29 Bumps [deterministic-wasi-ctx](https://github.com/Shopify/deterministic-wasi-ctx) from 0.1.28 to 0.1.29. - [Release notes](https://github.com/Shopify/deterministic-wasi-ctx/releases) - [Commits](https://github.com/Shopify/deterministic-wasi-ctx/compare/v0.1.28...v0.1.29) --- 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 4fc842a3..07c57034 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -748,9 +748,9 @@ dependencies = [ [[package]] name = "deterministic-wasi-ctx" -version = "0.1.28" +version = "0.1.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1852413bc54363d4635c015682758a5795b9d9ea337257ad09d76857c843518e" +checksum = "fcd7639533f5bc6e577b1116c5f916a0d6ed171a8d7a09877080188ab2a4fa7a" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index c04dec80..d1d4af3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ wasmtime = { version = "=28.0.1", default-features = false, features = [ ] } wasmtime-wasi = "=29.0.1" wasi-common = "=28.0.0" -deterministic-wasi-ctx = "=0.1.28" +deterministic-wasi-ctx = "=0.1.29" anyhow = "1.0" clap = { version = "4.5", features = ["derive"] } serde_json = "1.0"