Skip to content

Commit a8dc765

Browse files
Update Rust crate worker to 0.4.0 (#804)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [worker](https://redirect.github.com/cloudflare/workers-rs) | workspace.dependencies | minor | `0.3.0` -> `0.4.0` | --- ### Release Notes <details> <summary>cloudflare/workers-rs (worker)</summary> ### [`v0.4.0`](https://redirect.github.com/cloudflare/workers-rs/releases/tag/v0.4.0) [Compare Source](https://redirect.github.com/cloudflare/workers-rs/compare/v0.3.4...v0.4.0) #### What's Changed - Relax type of callback arguments to `Router` methods. This uses APIT to allow more types than a function pointer to implement handlers (i.e. async closure) by [@&#8203;compiler-errors](https://redirect.github.com/compiler-errors) in [https://github.com/cloudflare/workers-rs/pull/605](https://redirect.github.com/cloudflare/workers-rs/pull/605) - Fix typos in CORS argument names by [@&#8203;OliverEvans96](https://redirect.github.com/OliverEvans96) in [https://github.com/cloudflare/workers-rs/pull/629](https://redirect.github.com/cloudflare/workers-rs/pull/629) - Implement `get_all` function to return non-folding set-cookie headers by [@&#8203;nakamura-shuta](https://redirect.github.com/nakamura-shuta) in [https://github.com/cloudflare/workers-rs/pull/597](https://redirect.github.com/cloudflare/workers-rs/pull/597) - Add `FormData` conversion into `JsValue` by [@&#8203;thibmeu](https://redirect.github.com/thibmeu) in [https://github.com/cloudflare/workers-rs/pull/634](https://redirect.github.com/cloudflare/workers-rs/pull/634) > \[!CAUTION] > Breaking: Make R2 `Object::size` return `u64` by [@&#8203;lkolbly](https://redirect.github.com/lkolbly) in [https://github.com/cloudflare/workers-rs/pull/625](https://redirect.github.com/cloudflare/workers-rs/pull/625) #### New Contributors - [@&#8203;lkolbly](https://redirect.github.com/lkolbly) made their first contribution in [https://github.com/cloudflare/workers-rs/pull/625](https://redirect.github.com/cloudflare/workers-rs/pull/625) - [@&#8203;compiler-errors](https://redirect.github.com/compiler-errors) made their first contribution in [https://github.com/cloudflare/workers-rs/pull/605](https://redirect.github.com/cloudflare/workers-rs/pull/605) - [@&#8203;OliverEvans96](https://redirect.github.com/OliverEvans96) made their first contribution in [https://github.com/cloudflare/workers-rs/pull/629](https://redirect.github.com/cloudflare/workers-rs/pull/629) - [@&#8203;nakamura-shuta](https://redirect.github.com/nakamura-shuta) made their first contribution in [https://github.com/cloudflare/workers-rs/pull/597](https://redirect.github.com/cloudflare/workers-rs/pull/597) - [@&#8203;thibmeu](https://redirect.github.com/thibmeu) made their first contribution in [https://github.com/cloudflare/workers-rs/pull/634](https://redirect.github.com/cloudflare/workers-rs/pull/634) **Full Changelog**: cloudflare/workers-rs@v0.3.4...v0.4.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/spiraldb/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 750b9c8 commit a8dc765

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ vortex-zigzag = { version = "0.8.0", path = "./encodings/zigzag" }
153153
# END crates published by this project
154154

155155
walkdir = "2.5.0"
156-
worker = "0.3.0"
156+
worker = "0.4.0"
157157
xshell = "0.2.6"
158158
zigzag = "0.1.0"
159159

0 commit comments

Comments
 (0)