From 871056cbfa0d7224529388688b84f58297a270ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 23:25:26 +0300 Subject: [PATCH] Update cargo-run-wasm requirement from 0.2.0 to 0.4.0 (#285) --- updated-dependencies: - dependency-name: cargo-run-wasm dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 2fd60418a..99f7deff8 100644 --- a/run-wasm/Cargo.toml +++ b/run-wasm/Cargo.toml @@ -7,4 +7,4 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cargo-run-wasm = "0.2.0" +cargo-run-wasm = "0.4.0"