Skip to content

Commit

Permalink
Update worker requirement from 0.3.2 to 0.4.2
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.
- [Release notes](https://github.com/cloudflare/workers-rs/releases)
- [Commits](cloudflare/workers-rs@v0.3.2...v0.4.2)

---
updated-dependencies:
- dependency-name: worker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 11, 2024
1 parent abeb993 commit f408e6b
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 @@ -16,7 +16,7 @@ default = ["console_error_panic_hook"]

[dependencies]
cfg-if = "1.0.0"
worker = "0.3.2"
worker = "0.4.2"
serde_json = "1.0"
wasm-timer = "0.2.5"

Expand Down

0 comments on commit f408e6b

Please sign in to comment.