From d2f4db85303281491d6268d07cccee976d583ebd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 22:01:00 +0000 Subject: [PATCH] fix(deps): update rust crate worker to 0.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fea623a..e269895 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.1.0" # Web reqwest = { version = "0.11.10", features = ["json"] }