From b2f87062f048ee39fcc11509cc8c89672e756c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 13:49:55 +0000 Subject: [PATCH] build(deps): update wasi-cap-std-sync requirement from 11.0 to 12.0 Updates the requirements on [wasi-cap-std-sync](https://github.com/bytecodealliance/wasmtime) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md) - [Commits](https://github.com/bytecodealliance/wasmtime/compare/v11.0.0...v11.0.1) --- updated-dependencies: - dependency-name: wasi-cap-std-sync dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f96f5201..9c77c082 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ thiserror = "1.0" wasmtime = "11.0" wasmtime-wasi = "11.0" wasi-common = "11.0" -wasi-cap-std-sync = "11.0" +wasi-cap-std-sync = "12.0" [dev-dependencies] assert-json-diff = "2.0"