From 01211343dbdd8ee782b203f4184c07588ecac3da Mon Sep 17 00:00:00 2001 From: Alexandre Faria Date: Fri, 29 Mar 2024 14:08:03 +0000 Subject: [PATCH] Updated to workers 0.0.24. (#27) * Updated to workers 0.0.22. * Updated to worker 0.0.23. * Updated to worker 0.0.24. --- adapter/Cargo.toml | 2 +- example/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adapter/Cargo.toml b/adapter/Cargo.toml index fc702f5..de02f1e 100644 --- a/adapter/Cargo.toml +++ b/adapter/Cargo.toml @@ -16,7 +16,7 @@ crate-type = ["cdylib", "lib"] [dependencies] axum = { version = "^0.7.1", default-features = false } -worker = { version = "^0.0.21" } +worker = { version = "^0.0.24" } axum-wasm-macros = "^0.1.0" futures = "0.3.29" diff --git a/example/Cargo.toml b/example/Cargo.toml index 709259c..f20157d 100644 --- a/example/Cargo.toml +++ b/example/Cargo.toml @@ -19,7 +19,7 @@ serde_json = "1.0.108" tower-service = "0.3.2" url = "2.3.1" wasm-bindgen-futures = "0.4.34" -worker = "^0.0.21" +worker = "^0.0.24" # The `console_error_panic_hook` crate provides better debugging of panics by # logging them with `console.error`. This is great for development, but requires