[PR #898] [MERGED] chore(deps): bump bitflags from 2.5.0 to 2.6.0 #1131

Closed
opened 2026-01-05 14:54:12 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/898
Author: @dependabot[bot]
Created: 7/1/2024
Status: Merged
Merged: 7/3/2024
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/bitflags-2.6.0


📝 Commits (1)

  • 594671e chore(deps): bump bitflags from 2.5.0 to 2.6.0

📊 Changes

1 file changed (+39 additions, -39 deletions)

View changed files

📝 Cargo.lock (+39 -39)

📄 Description

Bumps bitflags from 2.5.0 to 2.6.0.

Release notes

Sourced from bitflags's releases.

2.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/bitflags/bitflags/compare/2.5.0...2.6.0

Changelog

Sourced from bitflags's changelog.

2.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/bitflags/bitflags/compare/2.5.0...2.6.0

Commits
  • 1351369 Merge pull request #412 from KodrAus/cargo/2.6.0
  • a187b29 prepare for 2.6.0 release
  • e1ac235 Merge pull request #411 from KodrAus/fix/impl-mode-attributes
  • dc8f03a allow specifying outer attributes in impl mode
  • 9c4b93c Merge pull request #410 from waywardmonkeys/fix-typo
  • 980c588 Fix typo
  • 9f633fe Merge pull request #408 from KodrAus/chore/ci-fix
  • 70a8247 update stderr messages
  • 650025d update to scorecard 2.3.1
  • 4020868 Merge pull request #396 from bitflags/ci/scorecard
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/898 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/1/2024 **Status:** ✅ Merged **Merged:** 7/3/2024 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/bitflags-2.6.0` --- ### 📝 Commits (1) - [`594671e`](https://github.com/LGUG2Z/komorebi/commit/594671e0ca2e20e29a33f9b1960929fd4fc9e47d) chore(deps): bump bitflags from 2.5.0 to 2.6.0 ### 📊 Changes **1 file changed** (+39 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+39 -39) </details> ### 📄 Description Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.5.0 to 2.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bitflags/bitflags/releases">bitflags's releases</a>.</em></p> <blockquote> <h2>2.6.0</h2> <h2>What's Changed</h2> <ul> <li>Sync CHANGELOG.md with github release notes by <a href="https://github.com/dextero"><code>@​dextero</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/402">bitflags/bitflags#402</a></li> <li>Update error messages and zerocopy by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/403">bitflags/bitflags#403</a></li> <li>Bump minimum declared versions of dependencies by <a href="https://github.com/dextero"><code>@​dextero</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/404">bitflags/bitflags#404</a></li> <li>chore(deps): bump serde_derive and bytemuck versions by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/405">bitflags/bitflags#405</a></li> <li>add OSFF Scorecard workflow by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/396">bitflags/bitflags#396</a></li> <li>Update stderr messages by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/408">bitflags/bitflags#408</a></li> <li>Fix typo by <a href="https://github.com/waywardmonkeys"><code>@​waywardmonkeys</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/410">bitflags/bitflags#410</a></li> <li>Allow specifying outer attributes in impl mode by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/411">bitflags/bitflags#411</a></li> <li>Prepare for 2.6.0 release by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/412">bitflags/bitflags#412</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/dextero"><code>@​dextero</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/402">bitflags/bitflags#402</a></li> <li><a href="https://github.com/joshka"><code>@​joshka</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/405">bitflags/bitflags#405</a></li> <li><a href="https://github.com/waywardmonkeys"><code>@​waywardmonkeys</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/410">bitflags/bitflags#410</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bitflags/bitflags/compare/2.5.0...2.6.0">https://github.com/bitflags/bitflags/compare/2.5.0...2.6.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md">bitflags's changelog</a>.</em></p> <blockquote> <h1>2.6.0</h1> <h2>What's Changed</h2> <ul> <li>Sync CHANGELOG.md with github release notes by <a href="https://github.com/dextero"><code>@​dextero</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/402">bitflags/bitflags#402</a></li> <li>Update error messages and zerocopy by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/403">bitflags/bitflags#403</a></li> <li>Bump minimum declared versions of dependencies by <a href="https://github.com/dextero"><code>@​dextero</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/404">bitflags/bitflags#404</a></li> <li>chore(deps): bump serde_derive and bytemuck versions by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/405">bitflags/bitflags#405</a></li> <li>add OSFF Scorecard workflow by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/396">bitflags/bitflags#396</a></li> <li>Update stderr messages by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/408">bitflags/bitflags#408</a></li> <li>Fix typo by <a href="https://github.com/waywardmonkeys"><code>@​waywardmonkeys</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/410">bitflags/bitflags#410</a></li> <li>Allow specifying outer attributes in impl mode by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/411">bitflags/bitflags#411</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/dextero"><code>@​dextero</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/402">bitflags/bitflags#402</a></li> <li><a href="https://github.com/joshka"><code>@​joshka</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/405">bitflags/bitflags#405</a></li> <li><a href="https://github.com/waywardmonkeys"><code>@​waywardmonkeys</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/410">bitflags/bitflags#410</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bitflags/bitflags/compare/2.5.0...2.6.0">https://github.com/bitflags/bitflags/compare/2.5.0...2.6.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bitflags/bitflags/commit/13513699141432af1dea2a6208e99e7bf21958db"><code>1351369</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/412">#412</a> from KodrAus/cargo/2.6.0</li> <li><a href="https://github.com/bitflags/bitflags/commit/a187b29a1d70ee9919e09201295f5513ac06ed91"><code>a187b29</code></a> prepare for 2.6.0 release</li> <li><a href="https://github.com/bitflags/bitflags/commit/e1ac23540936e7e95bd6e7344e2c5490192b36db"><code>e1ac235</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/411">#411</a> from KodrAus/fix/impl-mode-attributes</li> <li><a href="https://github.com/bitflags/bitflags/commit/dc8f03aa6a260794d10a78f8fdf5df98234f0225"><code>dc8f03a</code></a> allow specifying outer attributes in impl mode</li> <li><a href="https://github.com/bitflags/bitflags/commit/9c4b93c931e34a5104f50e20be1bdd15bc593b0e"><code>9c4b93c</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/410">#410</a> from waywardmonkeys/fix-typo</li> <li><a href="https://github.com/bitflags/bitflags/commit/980c588c631c5eed961b8baaf7b240d914e7605c"><code>980c588</code></a> Fix typo</li> <li><a href="https://github.com/bitflags/bitflags/commit/9f633fe5a582dc02aebd118a3b5fcf5f91873247"><code>9f633fe</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/408">#408</a> from KodrAus/chore/ci-fix</li> <li><a href="https://github.com/bitflags/bitflags/commit/70a8247cf43e2a0176b1f82bdf9baedcff21605a"><code>70a8247</code></a> update stderr messages</li> <li><a href="https://github.com/bitflags/bitflags/commit/650025d1a47062920a9160b582f925880b3811a5"><code>650025d</code></a> update to scorecard 2.3.1</li> <li><a href="https://github.com/bitflags/bitflags/commit/4020868ef1548bd03ebc8dd4002b05949f8699de"><code>4020868</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/396">#396</a> from bitflags/ci/scorecard</li> <li>Additional commits viewable in <a href="https://github.com/bitflags/bitflags/compare/2.5.0...2.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bitflags&package-manager=cargo&previous-version=2.5.0&new-version=2.6.0)](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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:54:12 +01:00
adam closed this issue 2026-01-05 14:54:12 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1131