Skip to content

Commit

Permalink
Update worker requirement from ^0.3 to ^0.4 in the cargo-deps group
Browse files Browse the repository at this point in the history
Updates the requirements on [worker](https://github.com/cloudflare/workers-rs) to permit the latest version.

Updates `worker` to 0.3.4
- [Release notes](https://github.com/cloudflare/workers-rs/releases)
- [Commits](cloudflare/workers-rs@v0.3.0...v0.3.4)

---
updated-dependencies:
- dependency-name: worker
  dependency-type: direct:production
  dependency-group: cargo-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2024
1 parent d3260c9 commit e479103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ sea-orm = { version = "^1", default-features = false, features = [
"with-json",
"debug-print",
] }
worker = "^0.3"
worker = "^0.4"

image = { version = "^0.25", features = ["gif", "jpeg", "png", "webp"] }
webp = "^0.3"
Expand Down

0 comments on commit e479103

Please sign in to comment.