From fa0c136076f2695d83427b32011080a6b5f24b88 Mon Sep 17 00:00:00 2001 From: yylt Date: Tue, 16 Jun 2026 09:21:28 +0800 Subject: [PATCH] bump and action --- .github/dependabot.yml | 7 +------ Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5f964db..1e5c1a7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,12 +3,7 @@ updates: - package-ecosystem: "cargo" directory: "/" # Location of your Cargo.toml and Cargo.lock files schedule: - interval: "weekly" - groups: - worker: - patterns: - - "worker" - - "worker-macros" + interval: daily # Enable version updates for GitHub Actions - package-ecosystem: "github-actions" directory: "/" diff --git a/Cargo.toml b/Cargo.toml index 48ec981..241df81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,10 +12,10 @@ homepage = "https://github.com/yylt/tul" crate-type = ["cdylib"] [dependencies] -worker = { version = "0.8.3", features = ["http"], default-features = false } +worker = { version = "0.8.5", features = ["http"], default-features = false } futures-util = { version = "0.3.32", default-features = false } tokio = { version = "1.52.3", features = ["io-util", "sync"], default-features = false } -regex = { version = "1.12.3", default-features = false } +regex = { version = "1.12.4", default-features = false } getrandom = { version = "0.4", features = ["wasm_js"], default-features = false } sha2 = { version = "0.11.0", default-features = false } serde_json = { version = "1", default-features = false }