From 312b5b34d5cb88cc779847b1be6af1ade89d9d34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 09:12:09 +0100 Subject: [PATCH] Update worker requirement from 0.0.17 to 0.0.18 (#24) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 71b219d..1cf4032 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,9 +18,9 @@ default = ["console_error_panic_hook"] cfg-if = "1.0.0" # When you change the version of workers, ensure the same version is set for # `WORKERS_RS_VERSION` in `wrangler.toml`, especially when dependabot does it -worker = "0.0.17" +worker = "0.0.18" serde_json = "1.0" -wasm-bindgen = "=0.2.84" +wasm-bindgen = "=0.2.86" wasm-timer = "0.2.5" # The `console_error_panic_hook` crate provides better debugging of panics by