Bump crossbeam-channel from 0.5.12 to 0.5.15 in /wasm-language-server/server in the cargo group across 1 directory#1
Open
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the cargo group with 1 update in the /wasm-language-server/server directory: [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam). Updates `crossbeam-channel` from 0.5.12 to 0.5.15 - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](crossbeam-rs/crossbeam@crossbeam-channel-0.5.12...crossbeam-channel-0.5.15) --- updated-dependencies: - dependency-name: crossbeam-channel dependency-version: 0.5.15 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
Owner
|
Tolong saya, saya tidak tahu bagaimana 🙏
Pada Sel, 4 Nov 2025, 04.54, dependabot[bot] ***@***.***>
menulis:
… This automated pull request fixes a security vulnerability
<https://github.com/Kurniawan090300/vscode-extension-samples/security/dependabot/47>
(moderate severity).
Learn more about Dependabot security updates
<https://docs.github.com/github/managing-security-vulnerabilities/configuring-dependabot-security-updates>.
------------------------------
Bumps the cargo group with 1 update in the /wasm-language-server/server
directory: crossbeam-channel <https://github.com/crossbeam-rs/crossbeam>.
Updates crossbeam-channel from 0.5.12 to 0.5.15
Release notes
*Sourced from crossbeam-channel's releases
<https://github.com/crossbeam-rs/crossbeam/releases>.*
crossbeam-channel 0.5.15
- Fix regression introduced in 0.5.12 that can lead to a double free
when dropping unbounded channel. (#1187
<https://redirect.github.com/crossbeam-rs/crossbeam/issues/1187>)
crossbeam-channel 0.5.14
- Fix stack overflow when sending large value to unbounded channel. (
#1146 <https://redirect.github.com/crossbeam-rs/crossbeam/issues/1146>,
#1147 <https://redirect.github.com/crossbeam-rs/crossbeam/issues/1147>)
- Add Select::new_biased function. (#1150
<https://redirect.github.com/crossbeam-rs/crossbeam/issues/1150>)
- Remove inefficient spinning. (#1154
<https://redirect.github.com/crossbeam-rs/crossbeam/issues/1154>)
- Suppress buggy clippy::zero_repeat_side_effects lint in macro
generated code. (#1123
<https://redirect.github.com/crossbeam-rs/crossbeam/issues/1123>)
crossbeam-channel 0.5.13
- Add select_biased! macro. (#1040
<https://redirect.github.com/crossbeam-rs/crossbeam/issues/1040>)
Commits
- d35ffde
<crossbeam-rs/crossbeam@d35ffde>
Prepare for the next release
- 6ec74ec
<crossbeam-rs/crossbeam@6ec74ec>
crossbeam-channel: prevent double free on Drop (#1187
<https://redirect.github.com/crossbeam-rs/crossbeam/issues/1187>)
- ccd83ac
<crossbeam-rs/crossbeam@ccd83ac>
Prepare for the next release
- 54988eb
<crossbeam-rs/crossbeam@54988eb>
Calculate layout in const context
- 761d0b6
<crossbeam-rs/crossbeam@761d0b6>
Port #1146
<https://redirect.github.com/crossbeam-rs/crossbeam/issues/1146> &
#1147 <https://redirect.github.com/crossbeam-rs/crossbeam/issues/1147>
to deque::Injector and queue::SegQueue
- 8144fbb
<crossbeam-rs/crossbeam@8144fbb>
Remove optimistic spinning from Context::wait_until
- a92f6c4
<crossbeam-rs/crossbeam@a92f6c4>
Bump peter-evans/create-pull-request from 5 to 7 (#1153
<https://redirect.github.com/crossbeam-rs/crossbeam/issues/1153>)
- 66d41a9
<crossbeam-rs/crossbeam@66d41a9>
channel: Add new_biased constructor for biased channel selection (#1150
<https://redirect.github.com/crossbeam-rs/crossbeam/issues/1150>)
- d0d0a80
<crossbeam-rs/crossbeam@d0d0a80>
CachePadded: Use 128-byte alignment on arm64ec
- f757eef
<crossbeam-rs/crossbeam@f757eef>
Add comment about fixed rustc bug
- Additional commits viewable in compare view
<crossbeam-rs/crossbeam@crossbeam-channel-0.5.12...crossbeam-channel-0.5.15>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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 <dependency name> major version will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific dependency's
major version or upgrade to it yourself)
- @dependabot ignore <dependency name> minor version will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific dependency's
minor version or upgrade to it yourself)
- @dependabot ignore <dependency name> will close this group update PR
and stop Dependabot creating any more for the specific dependency (unless
you unignore this specific dependency or upgrade to it yourself)
- @dependabot unignore <dependency name> will remove all of the ignore
conditions of the specified dependency
- @dependabot unignore <dependency name> <ignore condition> will
remove the ignore condition of the specified dependency and ignore
conditions
You can disable automated security fix PRs for this repo from the Security
Alerts page
<https://github.com/Kurniawan090300/vscode-extension-samples/network/alerts>
.
------------------------------
You can view, comment on, or merge this pull request online at:
#1
Commit Summary
- cca46a2
<cca46a2>
Bump crossbeam-channel
File Changes
(1 file
<https://github.com/Kurniawan090300/vscode-extension-samples/pull/1/files>
)
- *M* wasm-language-server/server/Cargo.lock
<https://github.com/Kurniawan090300/vscode-extension-samples/pull/1/files#diff-dc0525c01bcf43a5a5cdc1d284cfc2d2aedc9e2495e84238ce1561ec8ca742c3>
(6)
Patch Links:
-
https://github.com/Kurniawan090300/vscode-extension-samples/pull/1.patch
-
https://github.com/Kurniawan090300/vscode-extension-samples/pull/1.diff
—
Reply to this email directly, view it on GitHub
<#1>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BZK3BW3GX36PEVBRQGURCPT327FKFAVCNFSM6AAAAACLBAKRBWVHI2DSMVQWIX3LMV43ASLTON2WKOZTGU4DGOBYGMZDSMI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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 the cargo group with 1 update in the /wasm-language-server/server directory: crossbeam-channel.
Updates
crossbeam-channelfrom 0.5.12 to 0.5.15Release notes
Sourced from crossbeam-channel's releases.
Commits
d35ffdePrepare for the next release6ec74eccrossbeam-channel: prevent double free on Drop (#1187)ccd83acPrepare for the next release54988ebCalculate layout in const context761d0b6Port #1146 & #1147 to deque::Injector and queue::SegQueue8144fbbRemove optimistic spinning from Context::wait_untila92f6c4Bump peter-evans/create-pull-request from 5 to 7 (#1153)66d41a9channel: Add new_biased constructor for biased channel selection (#1150)d0d0a80CachePadded: Use 128-byte alignment on arm64ecf757eefAdd comment about fixed rustc bugDependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.