From d4f39fab48be6635030de4924e3593811f13392e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 11:53:08 +0000 Subject: [PATCH] Update whisk requirement from 0.12 to 0.13 Updates the requirements on [whisk](https://github.com/ardaku/whisk) to permit the latest version. - [Changelog](https://github.com/ardaku/whisk/blob/stable/CHANGELOG.md) - [Commits](https://github.com/ardaku/whisk/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: whisk 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 d83679d..429c4b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ optional = true [dev-dependencies] async_main = { version = "0.4", features = ["pasts"] } async-std = "1.11" -whisk = "0.12" +whisk = "0.13" [target.'cfg(all(target_arch="wasm32", target_os="unknown"))'.dev-dependencies] wasm-bindgen = "0.2"