[PR #1233] [MERGED] chore(deps): bump bitflags from 2.7.0 to 2.8.0 #1266

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1233
Author: @dependabot[bot]
Created: 1/20/2025
Status: Merged
Merged: 1/23/2025
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/bitflags-2.8.0


📝 Commits (1)

  • f9d817d chore(deps): bump bitflags from 2.7.0 to 2.8.0

📊 Changes

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

View changed files

📝 Cargo.lock (+43 -43)

📄 Description

Bumps bitflags from 2.7.0 to 2.8.0.

Release notes

Sourced from bitflags's releases.

2.8.0

What's Changed

New Contributors

Full Changelog: https://github.com/bitflags/bitflags/compare/2.7.0...2.8.0

Changelog

Sourced from bitflags's changelog.

2.8.0

What's Changed

New Contributors

Full Changelog: https://github.com/bitflags/bitflags/compare/2.7.0...2.8.0

Commits
  • e20af86 Merge pull request #432 from bitflags/cargo/2.8.0
  • ba41e4b prepare for 2.8.0 release
  • 89be927 Merge pull request #431 from bitflags/feat/bitflags-match
  • fcfdfd0 finalize bitflags_match
  • 8d829b6 Merge pull request #423 from YuniqueUnic/main
  • b544b58 feat(bitflags): Enhance the functionality and flexibility of the `bitflags_ma...
  • b41a9e8 refactor(match): 重命名 bitflag 匹配宏并优化相关文档
  • 04502cf Merge branch 'bitflags:main' into main
  • 1f779b7 feat(core): Add match_bitflag macro for bitflag matching
  • See full diff 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/1233 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/20/2025 **Status:** ✅ Merged **Merged:** 1/23/2025 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/bitflags-2.8.0` --- ### 📝 Commits (1) - [`f9d817d`](https://github.com/LGUG2Z/komorebi/commit/f9d817da5daabacb1ecf1ef35942ea64ba3e217f) chore(deps): bump bitflags from 2.7.0 to 2.8.0 ### 📊 Changes **1 file changed** (+43 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+43 -43) </details> ### 📄 Description Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.7.0 to 2.8.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.8.0</h2> <h2>What's Changed</h2> <ul> <li>feat(core): Add bitflags_match macro for bitflag matching by <a href="https://github.com/YuniqueUnic"><code>@​YuniqueUnic</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/423">bitflags/bitflags#423</a></li> <li>Finalize bitflags_match by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/431">bitflags/bitflags#431</a></li> <li>Prepare for 2.8.0 release by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/432">bitflags/bitflags#432</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/YuniqueUnic"><code>@​YuniqueUnic</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/423">bitflags/bitflags#423</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bitflags/bitflags/compare/2.7.0...2.8.0">https://github.com/bitflags/bitflags/compare/2.7.0...2.8.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.8.0</h1> <h2>What's Changed</h2> <ul> <li>feat(core): Add bitflags_match macro for bitflag matching by <a href="https://github.com/YuniqueUnic"><code>@​YuniqueUnic</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/423">bitflags/bitflags#423</a></li> <li>Finalize bitflags_match by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/431">bitflags/bitflags#431</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/YuniqueUnic"><code>@​YuniqueUnic</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/423">bitflags/bitflags#423</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bitflags/bitflags/compare/2.7.0...2.8.0">https://github.com/bitflags/bitflags/compare/2.7.0...2.8.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bitflags/bitflags/commit/e20af8601d31ab6b85ba3ae5867595f47ab3fc55"><code>e20af86</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/432">#432</a> from bitflags/cargo/2.8.0</li> <li><a href="https://github.com/bitflags/bitflags/commit/ba41e4b2000b04e78378e574ba241a4aeb4680c4"><code>ba41e4b</code></a> prepare for 2.8.0 release</li> <li><a href="https://github.com/bitflags/bitflags/commit/89be9272828542263fbe5f0e6b050c64a02a14a8"><code>89be927</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/431">#431</a> from bitflags/feat/bitflags-match</li> <li><a href="https://github.com/bitflags/bitflags/commit/fcfdfd090c4b017597afe0d872afaac74e750172"><code>fcfdfd0</code></a> finalize bitflags_match</li> <li><a href="https://github.com/bitflags/bitflags/commit/8d829b65836d5f1b12b9198ebc236da49fa18d8d"><code>8d829b6</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/423">#423</a> from YuniqueUnic/main</li> <li><a href="https://github.com/bitflags/bitflags/commit/b544b58d2d1590452bbbdbe1a0999d85749fedf8"><code>b544b58</code></a> feat(bitflags): Enhance the functionality and flexibility of the `bitflags_ma...</li> <li><a href="https://github.com/bitflags/bitflags/commit/b41a9e86ced7993987fae36c1acb4dbd5eb0ba47"><code>b41a9e8</code></a> refactor(match): 重命名 bitflag 匹配宏并优化相关文档</li> <li><a href="https://github.com/bitflags/bitflags/commit/04502cf4619649f2e4f2f21cabb7424e924bf367"><code>04502cf</code></a> Merge branch 'bitflags:main' into main</li> <li><a href="https://github.com/bitflags/bitflags/commit/1f779b79848627193f72e6b8b4ca39f91e1d375a"><code>1f779b7</code></a> feat(core): Add match_bitflag macro for bitflag matching</li> <li>See full diff in <a href="https://github.com/bitflags/bitflags/compare/2.7.0...2.8.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.7.0&new-version=2.8.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:41 +01:00
adam closed this issue 2026-01-05 14:54:41 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1266