From 69c661d178373d1d6640c166289ed969525a3153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 23:53:15 +0000 Subject: [PATCH] Update worker requirement from 0.3.2 to 0.4.0 Updates the requirements on [worker](https://github.com/cloudflare/workers-rs) to permit the latest version. - [Release notes](https://github.com/cloudflare/workers-rs/releases) - [Commits](https://github.com/cloudflare/workers-rs/compare/v0.3.2...v0.4.0) --- updated-dependencies: - dependency-name: worker 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 de75a41..2731d4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ default = ["console_error_panic_hook"] [dependencies] cfg-if = "1.0.0" -worker = "0.3.2" +worker = "0.4.0" serde_json = "1.0" wasm-timer = "0.2.5"