Closed dependabot[bot] closed 7 months ago
@dependabot merge
On Fri, Mar 15, 2024 at 6:56 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.
Release v0.0.21 New http feature flag
A feature flag (http) was introduced to begin migrating from custom request and response types to widely used types in the http crate. See the README https://github.com/cloudflare/workers-rs?tab=readme-ov-file#http-feature for more information. What's Changed
- chore(deps-dev): bump vite from 4.4.9 to 4.5.2 by @dependabot https://github.com/dependabot in cloudflare/workers-rs#458 https://redirect.github.com/cloudflare/workers-rs/pull/458
- chore(deps-dev): bump miniflare from 3.20230922.0 to 3.20231030.2 by @dependabot https://github.com/dependabot in cloudflare/workers-rs#457 https://redirect.github.com/cloudflare/workers-rs/pull/457
- chore(deps-dev): bump undici from 5.25.3 to 5.28.3 by @dependabot https://github.com/dependabot in cloudflare/workers-rs#455 https://redirect.github.com/cloudflare/workers-rs/pull/455
- chore(deps-dev): bump postcss from 8.4.27 to 8.4.35 by @dependabot https://github.com/dependabot in cloudflare/workers-rs#456 https://redirect.github.com/cloudflare/workers-rs/pull/456
- update/use workspace dependencies (wasm_bindgen, etc) by @NicoZweifel https://github.com/NicoZweifel in cloudflare/workers-rs#472 https://redirect.github.com/cloudflare/workers-rs/pull/472
- Introduce http feature for http crate types by @kflansburg https://github.com/kflansburg in cloudflare/workers-rs#477 https://redirect.github.com/cloudflare/workers-rs/pull/477
New Contributors
- @NicoZweifel https://github.com/NicoZweifel made their first contribution in cloudflare/workers-rs#472 https://redirect.github.com/cloudflare/workers-rs/pull/472
Full Changelog: @.*** https://github.com/cloudflare/workers-rs/compare/v0.0.20...v0.0.21
Commits
- 351a04b https://github.com/cloudflare/workers-rs/commit/351a04be9db131516684f9cba402ee32c8642db7 chore: bump versions
- b2aabc1 https://github.com/cloudflare/workers-rs/commit/b2aabc1be118c26e8c2b5c45cd38d92927bf22a3 Introduce http feature for http crate types (#477 https://redirect.github.com/cloudflare/workers-rs/issues/477)
- cfaabb5 https://github.com/cloudflare/workers-rs/commit/cfaabb5c021121a544c0981d05cf9317e4e03503 Workflow to create release after PR merge (#470 https://redirect.github.com/cloudflare/workers-rs/issues/470)
- 7ed61c0 https://github.com/cloudflare/workers-rs/commit/7ed61c088a251f741f09987cd9cd98a8ef662e2b update/use workspace dependencies (wasm_bindgen, etc) (#472 https://redirect.github.com/cloudflare/workers-rs/issues/472)
- b5e03e7 https://github.com/cloudflare/workers-rs/commit/b5e03e7ccd81b1366cd6a1408f4aa1e6a671fb19 Do not confirm cargo version bump (#468 https://redirect.github.com/cloudflare/workers-rs/issues/468)
- 2cc80a6 https://github.com/cloudflare/workers-rs/commit/2cc80a6c010b8a9ded874b65f48aad4d939cad97 Fix typo (#467 https://redirect.github.com/cloudflare/workers-rs/issues/467)
- aaec3df https://github.com/cloudflare/workers-rs/commit/aaec3df2a5d5ee47426124d2063e5bf839f22462 Manually create release PR (#466 https://redirect.github.com/cloudflare/workers-rs/issues/466)
- ffbebd9 https://github.com/cloudflare/workers-rs/commit/ffbebd9722d87b596a4d0d55d96457e01a10be18 typo (#465 https://redirect.github.com/cloudflare/workers-rs/issues/465)
- 5f078bf https://github.com/cloudflare/workers-rs/commit/5f078bfdeb8a60567f41275044498a4a6a2f1a90 Release PR action (#464 https://redirect.github.com/cloudflare/workers-rs/issues/464)
- 8dcd984 https://github.com/cloudflare/workers-rs/commit/8dcd984528463b047908974e986e52262df252c2 chore(deps-dev): bump postcss from 8.4.27 to 8.4.35 (#456 https://redirect.github.com/cloudflare/workers-rs/issues/456)
- Additional commits viewable in compare view https://github.com/cloudflare/workers-rs/compare/v0.0.20...v0.0.21
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/64 Commit Summary
- 20d88fe https://github.com/andrewdavidmackenzie/pingr/pull/64/commits/20d88fe952e758e77efd375f283c7831c3d48c89 Update worker requirement from 0.0.20 to 0.0.21
File Changes
(1 file https://github.com/andrewdavidmackenzie/pingr/pull/64/files)
- M collectr/Cargo.toml https://github.com/andrewdavidmackenzie/pingr/pull/64/files#diff-ac47ad44534511c73ac6371bef124031defebe4cdf38e16977fd393677430bfd (2)
Patch Links:
- https://github.com/andrewdavidmackenzie/pingr/pull/64.patch
- https://github.com/andrewdavidmackenzie/pingr/pull/64.diff
— Reply to this email directly, view it on GitHub https://github.com/andrewdavidmackenzie/pingr/pull/64, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKF4LAP6EDF5DGFR36I23LYYMY6VAVCNFSM6AAAAABEYNS3COVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE4DSMJYHA4DQOI . 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.
Commits
351a04b
chore: bump versionsb2aabc1
Introducehttp
feature forhttp
crate types (#477)cfaabb5
Workflow to create release after PR merge (#470)7ed61c0
update/use workspace dependencies (wasm_bindgen, etc) (#472)b5e03e7
Do not confirm cargo version bump (#468)2cc80a6
Fix typo (#467)aaec3df
Manually create release PR (#466)ffbebd9
typo (#465)5f078bf
Release PR action (#464)8dcd984
chore(deps-dev): bump postcss from 8.4.27 to 8.4.35 (#456)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