From fb676a6fb5dc18df85ae931be257d3506625b3d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 23:42:34 +0000 Subject: [PATCH] Update worker requirement from 0.4.2 to 0.5.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.4.2...v0.5.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 cd4c62c..427e887 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ default = ["console_error_panic_hook"] [dependencies] cfg-if = "1.0.0" -worker = "0.4.2" +worker = "0.5.0" serde_json = "1.0" wasm-timer = "0.2.5"