From f408e6bdad6a2792addc311b47d25db252b3f276 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 23:44:51 +0000 Subject: [PATCH] Update worker requirement from 0.3.2 to 0.4.2 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.2) --- 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..cd4c62c 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.2" serde_json = "1.0" wasm-timer = "0.2.5"