Skip to content

Commit

Permalink
Update worker requirement from 0.0.19 to 0.0.20
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.0.19...v0.0.20)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 8, 2024
1 parent b19c674 commit be5a4dd
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 @@ -18,7 +18,7 @@ default = ["console_error_panic_hook"]
cfg-if = "1.0.0"
# When you change the version of workers, ensure the same version is set for
# `WORKERS_RS_VERSION` in `wrangler.toml`, especially when dependabot does it
worker = "0.0.19"
worker = "0.0.20"
serde_json = "1.0"
wasm-bindgen = "=0.2.87"
wasm-timer = "0.2.5"
Expand Down

0 comments on commit be5a4dd

Please sign in to comment.