From 7aebd565ecde6d484ff3f41396fe77de40aca1be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 04:30:16 +0000 Subject: [PATCH] build(deps): update cargo-run-wasm requirement from 0.3.0 to 0.4.0 --- updated-dependencies: - dependency-name: cargo-run-wasm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- run-wasm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-wasm/Cargo.toml b/run-wasm/Cargo.toml index a6cf8b4..35dcf31 100644 --- a/run-wasm/Cargo.toml +++ b/run-wasm/Cargo.toml @@ -4,4 +4,4 @@ version = "0.1.0" edition = "2021" [dependencies] -cargo-run-wasm = "0.3.0" +cargo-run-wasm = "0.4.0"