build(deps): bump docker/login-action from 4.4.0 to 4.5.1 - #1431
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps): bump docker/login-action from 4.4.0 to 4.5.1#1431dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.4.0 to 4.5.1. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@af1e73f...abd2ef4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #1433. |
dependabot
Bot
deleted the
dependabot/github_actions/docker/login-action-4.5.1
branch
July 29, 2026 00:52
cschulze-acc
pushed a commit
to cschulze-acc/wrpc
that referenced
this pull request
Jul 29, 2026
* rust: Add support for inter-task wakeups This commit fixes a preexisting issue in the async support in the rust bindings where inter-component-model-task wakeups/communication did not work. Previously `wit-bindgen` would end up either panicking or wedging itself if this situation arose, effectively not handling it at all. Inter-task wakeups are supported in the component model with unit streams and futures (e.g. `future` and `stream` with no type parameter). For these types the component model allows the same instance to both read/write from the stream or future. The support here is implemented with `stream` as a task might receive many wake up notifications over its lifetime. Implementing this is a bit tricky, so the highlights of the implementation are: * This relies on new "magic function imports" recognized by `wit-component` specifically related to unit-streams and unit-futures. This is a very new feature of `wit-component` and thus hasn't had time to propagate throughout the ecosystem yet. Due to the niche nature of needing cross-task wakeups this commit disables cross-task wakeups by default and adds support for it behind a Cargo feature. The thinking is that if anyone runs into this there's now a clear panic/error message indicating that the feature can be enabled. Otherwise the hope is that no one runs into this (as it's relatively niche) and when the time is right we can enable this by default. * All tasks started by wit-bindgen will need this new inter-task-wakeup stream for the reason that we don't actually know what will wake a task up when it blocks. To avoid adding a stream allocation on the fast path, the allocation of the inter-task stream is deferred until a task blocks for the first time. * Right now a read of the inter-task stream starts when a task blocks. The read is cancelled when the task wakes up. A future optimization would be to keep the read-in-progress and only restart it if necessary. For now that's deferred, however. Closes bytecodealliance#1431 * Update dependencies * Review comments
This file contains hidden or 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
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.
Bumps docker/login-action from 4.4.0 to 4.5.1.
Release notes
Sourced from docker/login-action's releases.
Commits
abd2ef4Merge pull request #1055 from crazy-max/test-registry-auth-oidcd49d3a9Merge pull request #1054 from crazy-max/oidc-missing-dhib58b17ctest: cover Docker Hub OIDC with registry-authbe646c2chore: update generated contentd77c059support dhi.io as Docker Hub OIDC registry06fb636Merge pull request #1037 from docker/dependabot/npm_and_yarn/aws-sdk-dependen...a8bc953[dependabot skip] chore: update generated contentf54b901build(deps): bump the aws-sdk-dependencies group across 1 directory with 2 up...77f18f6Merge pull request #1049 from docker/dependabot/github_actions/codeql-actions...ec0bf28Merge pull request #1050 from docker/dependabot/npm_and_yarn/docker/actions-t...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)