From 9f2220b7afe10cc8242a4d2258f74f9137926582 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 16:45:46 +0000 Subject: [PATCH] fix(deps): update rust crate worker to 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fea623a..c5e1328 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ dotenv = "0.15.0" urlparse = "0.7.3" # Worker -worker = "0.0.9" +worker = "0.3.0" # Web reqwest = { version = "0.11.10", features = ["json"] }