-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update worker requirement from 0.0.20 to 0.0.21 #64
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.20...v0.0.21) --- updated-dependencies: - dependency-name: worker dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Mar 15, 2024
@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*: ***@***.***
<cloudflare/workers-rs@v0.0.20...v0.0.21>
Commits
- 351a04b
<cloudflare/workers-rs@351a04b>
chore: bump versions
- b2aabc1
<cloudflare/workers-rs@b2aabc1>
Introduce http feature for http crate types (#477
<https://redirect.github.com/cloudflare/workers-rs/issues/477>)
- cfaabb5
<cloudflare/workers-rs@cfaabb5>
Workflow to create release after PR merge (#470
<https://redirect.github.com/cloudflare/workers-rs/issues/470>)
- 7ed61c0
<cloudflare/workers-rs@7ed61c0>
update/use workspace dependencies (wasm_bindgen, etc) (#472
<https://redirect.github.com/cloudflare/workers-rs/issues/472>)
- b5e03e7
<cloudflare/workers-rs@b5e03e7>
Do not confirm cargo version bump (#468
<https://redirect.github.com/cloudflare/workers-rs/issues/468>)
- 2cc80a6
<cloudflare/workers-rs@2cc80a6>
Fix typo (#467
<https://redirect.github.com/cloudflare/workers-rs/issues/467>)
- aaec3df
<cloudflare/workers-rs@aaec3df>
Manually create release PR (#466
<https://redirect.github.com/cloudflare/workers-rs/issues/466>)
- ffbebd9
<cloudflare/workers-rs@ffbebd9>
typo (#465
<https://redirect.github.com/cloudflare/workers-rs/issues/465>)
- 5f078bf
<cloudflare/workers-rs@5f078bf>
Release PR action (#464
<https://redirect.github.com/cloudflare/workers-rs/issues/464>)
- 8dcd984
<cloudflare/workers-rs@8dcd984>
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
<cloudflare/workers-rs@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 <dependency name> 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:
#64
Commit Summary
- 20d88fe
<20d88fe>
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
<#64>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKF4LAP6EDF5DGFR36I23LYYMY6VAVCNFSM6AAAAABEYNS3COVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE4DSMJYHA4DQOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 <dependency name> 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)