From 55c4cdd519e24d6eff8a1fc16bebc26d3dee357c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 23:27:20 +0000 Subject: [PATCH] Update worker requirement from ^0.4 to ^0.5 in the cargo-deps group Updates the requirements on [worker](https://github.com/cloudflare/workers-rs) to permit the latest version. Updates `worker` to 0.4.2 - [Release notes](https://github.com/cloudflare/workers-rs/releases) - [Commits](https://github.com/cloudflare/workers-rs/compare/v0.4.0...v0.4.2) --- updated-dependencies: - dependency-name: worker dependency-type: direct:production dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5c24cd9..c7e2b54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ sea-orm = { version = "^1", default-features = false, features = [ "with-json", "debug-print", ] } -worker = "^0.4" +worker = "^0.5" image = { version = "^0.25", features = ["gif", "jpeg", "png", "webp"] } webp = "^0.3"