From 37fbced9141caf2438a4223ecafd3147b94b1deb Mon Sep 17 00:00:00 2001 From: Roshan Patel Date: Sun, 24 Mar 2024 22:25:40 -0400 Subject: [PATCH] latest versions of worker and cfg-if --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dd0a304..d037c65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,8 @@ crate-type = ["cdylib", "rlib"] default = ["console_error_panic_hook"] [dependencies] -cfg-if = "0.1.2" -worker = "0.0.9" +cfg-if = "1.0.0" +worker = "0.0.21" serde_json = "1.0.67" # The `console_error_panic_hook` crate provides better debugging of panics by