Closed dependabot[bot] closed 8 months ago
@dependabot merge
On Tue, Mar 5, 2024, 6:29 PM dependabot[bot] @.***> wrote:
Updates the requirements on worker https://github.com/cloudflare/workers-rs to permit the latest version. Release notes
Sourced from worker's releases https://github.com/cloudflare/workers-rs/releases.
v0.0.19 Highlights
- Hibernatable Web Sockets API
- Updated dependencies. Note that matchit introduced some breaking changes in path params https://github.com/ibraheemdev/matchit/releases.
- PostgreSQL TLS support
What's Changed
- Allow to pass wasm-coredump-rewriter cli flags by @xtuc https://github.com/xtuc in cloudflare/workers-rs#368 https://redirect.github.com/cloudflare/workers-rs/pull/368
- chore(readme): Remove tab in code sample by @dsmyda https://github.com/dsmyda in cloudflare/workers-rs#361 https://redirect.github.com/cloudflare/workers-rs/pull/361
- chore: fix test suite flaking by @zebp https://github.com/zebp in cloudflare/workers-rs#399 https://redirect.github.com/cloudflare/workers-rs/pull/399
- Postgres TLS Support by @kflansburg https://github.com/kflansburg in cloudflare/workers-rs#403 https://redirect.github.com/cloudflare/workers-rs/pull/403
- Update wasm-bindgen from 0.2.86 to 0.2.87 by @fornwall https://github.com/fornwall in cloudflare/workers-rs#388 https://redirect.github.com/cloudflare/workers-rs/pull/388
- 📝 caveat when upgrading to worker 0.0.18 by @vikiival https://github.com/vikiival in cloudflare/workers-rs#400 https://redirect.github.com/cloudflare/workers-rs/pull/400
- update serde wasm bindgen by @carlsverre https://github.com/carlsverre in cloudflare/workers-rs#397 https://redirect.github.com/cloudflare/workers-rs/pull/397
- add get_field helper method by @dev-ardi https://github.com/dev-ardi in cloudflare/workers-rs#398 https://redirect.github.com/cloudflare/workers-rs/pull/398
- chore: bump serde-wasm-bindgen by @zebp https://github.com/zebp in cloudflare/workers-rs#409 https://redirect.github.com/cloudflare/workers-rs/pull/409
- feat: worker router example by @EstebanBorai https://github.com/EstebanBorai in cloudflare/workers-rs#404 https://redirect.github.com/cloudflare/workers-rs/pull/404
- Use serde to more easily get query parameters by @BrandonDyer64 https://github.com/BrandonDyer64 in cloudflare/workers-rs#416 https://redirect.github.com/cloudflare/workers-rs/pull/416
- fix docs typos in DurableObject by @eric-seppanen https://github.com/eric-seppanen in cloudflare/workers-rs#431 https://redirect.github.com/cloudflare/workers-rs/pull/431
- Update README.md by @andrewdavidmackenzie https://github.com/andrewdavidmackenzie in cloudflare/workers-rs#427 https://redirect.github.com/cloudflare/workers-rs/pull/427
- Fix timeout test by @kflansburg https://github.com/kflansburg in cloudflare/workers-rs#445 https://redirect.github.com/cloudflare/workers-rs/pull/445
- Serialize cache_ttl_by_status as object in cf properties by @caiges https://github.com/caiges in cloudflare/workers-rs#443 https://redirect.github.com/cloudflare/workers-rs/pull/443
- Update all dependencies by @kflansburg https://github.com/kflansburg in cloudflare/workers-rs#450 https://redirect.github.com/cloudflare/workers-rs/pull/450
- Implement Hibernatable Web Sockets API by @DylanRJohnston https://github.com/DylanRJohnston in cloudflare/workers-rs#436 https://redirect.github.com/cloudflare/workers-rs/pull/436
- Clarify units of offset in ScheduledTime by @andrewdavidmackenzie https://github.com/andrewdavidmackenzie in cloudflare/workers-rs#430 https://redirect.github.com/cloudflare/workers-rs/pull/430
- Add clone to D1PreparedStatement by @spicyzboss https://github.com/spicyzboss in cloudflare/workers-rs#422 https://redirect.github.com/cloudflare/workers-rs/pull/422
- add the ability to set the protocol(s) when creating a websocket client by @j-white https://github.com/j-white in cloudflare/workers-rs#424 https://redirect.github.com/cloudflare/workers-rs/pull/424
- Make Response::from_html use text/html; charset=utf-8 by @kpcyrd https://github.com/kpcyrd in cloudflare/workers-rs#447 https://redirect.github.com/cloudflare/workers-rs/pull/447
- docs: remove wrangler init reference in readme. by @admah https://github.com/admah in cloudflare/workers-rs#391 https://redirect.github.com/cloudflare/workers-rs/pull/391
- chore(deps): bump mio from 0.8.10 to 0.8.11 by @dependabot https://github.com/dependabot in cloudflare/workers-rs#454 https://redirect.github.com/cloudflare/workers-rs/pull/454
- Release v0.0.19 by @kflansburg https://github.com/kflansburg in cloudflare/workers-rs#459 https://redirect.github.com/cloudflare/workers-rs/pull/459
New Contributors
- @dsmyda https://github.com/dsmyda made their first contribution in cloudflare/workers-rs#361 https://redirect.github.com/cloudflare/workers-rs/pull/361
- @fornwall https://github.com/fornwall made their first contribution in cloudflare/workers-rs#388 https://redirect.github.com/cloudflare/workers-rs/pull/388
- @vikiival https://github.com/vikiival made their first contribution in cloudflare/workers-rs#400 https://redirect.github.com/cloudflare/workers-rs/pull/400
- @carlsverre https://github.com/carlsverre made their first contribution in cloudflare/workers-rs#397 https://redirect.github.com/cloudflare/workers-rs/pull/397
- @dev-ardi https://github.com/dev-ardi made their first contribution in cloudflare/workers-rs#398 https://redirect.github.com/cloudflare/workers-rs/pull/398
- @EstebanBorai https://github.com/EstebanBorai made their first contribution in cloudflare/workers-rs#404 https://redirect.github.com/cloudflare/workers-rs/pull/404
- @BrandonDyer64 https://github.com/BrandonDyer64 made their first contribution in cloudflare/workers-rs#416 https://redirect.github.com/cloudflare/workers-rs/pull/416
- @eric-seppanen https://github.com/eric-seppanen made their first contribution in cloudflare/workers-rs#431 https://redirect.github.com/cloudflare/workers-rs/pull/431
- @andrewdavidmackenzie https://github.com/andrewdavidmackenzie made their first contribution in cloudflare/workers-rs#427 https://redirect.github.com/cloudflare/workers-rs/pull/427
- @caiges https://github.com/caiges made their first contribution in cloudflare/workers-rs#443 https://redirect.github.com/cloudflare/workers-rs/pull/443
- @DylanRJohnston https://github.com/DylanRJohnston made their first contribution in cloudflare/workers-rs#436 https://redirect.github.com/cloudflare/workers-rs/pull/436
- @spicyzboss https://github.com/spicyzboss made their first contribution in cloudflare/workers-rs#422 https://redirect.github.com/cloudflare/workers-rs/pull/422
- @j-white https://github.com/j-white made their first contribution in cloudflare/workers-rs#424 https://redirect.github.com/cloudflare/workers-rs/pull/424
- @kpcyrd https://github.com/kpcyrd made their first contribution in cloudflare/workers-rs#447 https://redirect.github.com/cloudflare/workers-rs/pull/447
- @admah https://github.com/admah made their first contribution in cloudflare/workers-rs#391 https://redirect.github.com/cloudflare/workers-rs/pull/391
- @dependabot https://github.com/dependabot made their first contribution in cloudflare/workers-rs#454 https://redirect.github.com/cloudflare/workers-rs/pull/454
... (truncated) Commits
- 4663a8a https://github.com/cloudflare/workers-rs/commit/4663a8ac7e0d94a1d277a74a9c7c600d013259d3 Release v0.0.19 (#459 https://redirect.github.com/cloudflare/workers-rs/issues/459)
- ee209b4 https://github.com/cloudflare/workers-rs/commit/ee209b453a4ba2b6479c9fc331f768ebf65427ef chore(deps): bump mio from 0.8.10 to 0.8.11 (#454 https://redirect.github.com/cloudflare/workers-rs/issues/454)
- 853bb03 https://github.com/cloudflare/workers-rs/commit/853bb039d300e07a5f220542199ad6f10664644f docs: remove wrangler init reference in readme. (#391 https://redirect.github.com/cloudflare/workers-rs/issues/391)
- e6845cc https://github.com/cloudflare/workers-rs/commit/e6845ccb81ed8d8292920c6e3848a7c524f91c94 Make Response::from_html use text/html; charset=utf-8 (#447 https://redirect.github.com/cloudflare/workers-rs/issues/447)
- 3e302df https://github.com/cloudflare/workers-rs/commit/3e302df13b81fca69956b8e0d07d37fe99840cde add the ability to set the protocol(s) when creating a websocket client (
424 https://redirect.github.com/cloudflare/workers-rs/issues/424)
- c021d7a https://github.com/cloudflare/workers-rs/commit/c021d7a5f4683166fc1926aace68d431dd178a0e feat: add clone to D1PreparedStatement (#422 https://redirect.github.com/cloudflare/workers-rs/issues/422)
- 6c5b662 https://github.com/cloudflare/workers-rs/commit/6c5b662a19846ec1a75ed131be4a4f23ca82e329 Clarify units of offset in ScheduledTime (#430 https://redirect.github.com/cloudflare/workers-rs/issues/430)
- 1ddf6d7 https://github.com/cloudflare/workers-rs/commit/1ddf6d7579039251883954a2ceaa126b00e1d70c Implement Hibernatable Web Sockets API (#436 https://redirect.github.com/cloudflare/workers-rs/issues/436)
- e06193a https://github.com/cloudflare/workers-rs/commit/e06193a62157ec9ac4079132063a9716915f01cf Update all dependencies (#450 https://redirect.github.com/cloudflare/workers-rs/issues/450)
- 75a8408 https://github.com/cloudflare/workers-rs/commit/75a84081d6bd29105742f5efe47a26c93f46befd Serialize ttl_status_map as object (#443 https://redirect.github.com/cloudflare/workers-rs/issues/443)
- Additional commits viewable in compare view https://github.com/cloudflare/workers-rs/compare/v0.0.18...v0.0.19
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- @dependabot show
ignore conditions will show all of the ignore conditions of the specified dependency - @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can view, comment on, or merge this pull request online at:
https://github.com/andrewdavidmackenzie/pingr/pull/60 Commit Summary
- 9f3fd00 https://github.com/andrewdavidmackenzie/pingr/pull/60/commits/9f3fd005858a97683674eea234764a24a7e3702a Update worker requirement from 0.0.18 to 0.0.19
File Changes
(1 file https://github.com/andrewdavidmackenzie/pingr/pull/60/files)
- M collectr/Cargo.toml https://github.com/andrewdavidmackenzie/pingr/pull/60/files#diff-ac47ad44534511c73ac6371bef124031defebe4cdf38e16977fd393677430bfd (2)
Patch Links:
- https://github.com/andrewdavidmackenzie/pingr/pull/60.patch
- https://github.com/andrewdavidmackenzie/pingr/pull/60.diff
— Reply to this email directly, view it on GitHub https://github.com/andrewdavidmackenzie/pingr/pull/60, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKF4LCASJZC727GEBT6CQLYWX6HHAVCNFSM6AAAAABEHR7AK6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGE3DSNZXHEYDINI . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Updates the requirements on worker to permit the latest version.
Release notes
Sourced from worker's releases.
... (truncated)
Commits
4663a8a
Release v0.0.19 (#459)ee209b4
chore(deps): bump mio from 0.8.10 to 0.8.11 (#454)853bb03
docs: remove wrangler init reference in readme. (#391)e6845cc
Make Response::from_html usetext/html; charset=utf-8
(#447)3e302df
add the ability to set the protocol(s) when creating a websocket client (#424)c021d7a
feat: add clone to D1PreparedStatement (#422)6c5b662
Clarify units of offset in ScheduledTime (#430)1ddf6d7
Implement Hibernatable Web Sockets API (#436)e06193a
Update all dependencies (#450)75a8408
Serialize ttl_status_map as object (#443)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show