aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-11-25 04:52:43 +0000
committerGitHub <[email protected]>2025-11-25 04:52:43 +0000
commit9f5ffd1babd2c1c6282d7a4021a0cb4a8dd3e64a (patch)
treeb61d9842afc7389d313fc66a1ecde3b54abd2947
parentdocs(cargo): bump version 0.2.2 -> 0.2.3 (diff)
downloadapi-worker-renovate/worker-0.x.tar.xz
api-worker-renovate/worker-0.x.zip
fix(deps): update rust crate worker to 0.7.0renovate/worker-0.x
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 62c021e..05efc26 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.7.0"
# Web
reqwest = { version = "0.11.10", features = ["json"] }