From 680803099876f0696aabcf07755da54fc92322fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 20:55:26 +0000 Subject: [PATCH] build(deps): update wasi-common requirement in /crates/exec-wasmtime Updates the requirements on [wasi-common](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/v0.39.1...v0.39.1) --- updated-dependencies: - dependency-name: wasi-common dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/exec-wasmtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/exec-wasmtime/Cargo.toml b/crates/exec-wasmtime/Cargo.toml index 63c7fadae..098bdf743 100644 --- a/crates/exec-wasmtime/Cargo.toml +++ b/crates/exec-wasmtime/Cargo.toml @@ -34,7 +34,7 @@ cap-std = { version = "0.25.2", default-features = false } io-lifetimes = { version = "0.7.2", default-features = false } rustix = { version = "0.35.7", features = ["std"], default-features = false } system-interface = { version = "0.21.0", default-features = false } -wasi-common = { version = "0.39.1", default-features = false } +wasi-common = { version = "0.40.0", default-features = false } wasmtime-wasi = { version = "0.39.1", features = ["sync"], default-features = false } wiggle = { version = "0.39.1", default-features = false }