[PR #3320] [CLOSED] build(deps): bump bitflags from 2.9.4 to 2.10.0 #3744

Closed
opened 2026-03-16 12:00:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3320
Author: @dependabot[bot]
Created: 10/20/2025
Status: Closed

Base: mainHead: dependabot/cargo/bitflags-2.10.0


📝 Commits (1)

  • 26dc56a build(deps): bump bitflags from 2.9.4 to 2.10.0

📊 Changes

2 files changed (+8 additions, -8 deletions)

View changed files

📝 Cargo.lock (+7 -7)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps bitflags from 2.9.4 to 2.10.0.

Release notes

Sourced from bitflags's releases.

2.10.0

What's Changed

New Contributors

Full Changelog: https://github.com/bitflags/bitflags/compare/2.9.4...2.10.0

Changelog

Sourced from bitflags's changelog.

2.10.0

What's Changed

New Contributors

Full Changelog: https://github.com/bitflags/bitflags/compare/2.9.4...2.10.0

Commits
  • 7cc8595 Merge pull request #468 from bitflags/cargo/2.10.0
  • ea9b2f7 prepare for 2.10.0 release
  • 7fdc68c Merge pull request #467 from KodrAus/feat/serde_core
  • fdc1d4a depend on serde_core instead of serde
  • 7922585 Merge pull request #466 from KodrAus/chore/iter-named-tests
  • 409666e rename iter_named to iter_defined_names
  • 50fab91 Merge pull request #465 from ssrlive/main
  • f886489 Fix bitflags_custom_bits.stderr & bitflags_trait_custom.stderr
  • 39bd761 rename all_named_flags to iter_named
  • 3e52578 Implement iterator for all named flags
  • 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/hickory-dns/hickory-dns/pull/3320 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/20/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/bitflags-2.10.0` --- ### 📝 Commits (1) - [`26dc56a`](https://github.com/hickory-dns/hickory-dns/commit/26dc56a46387a4ebc9f77561f5dba788a945297a) build(deps): bump bitflags from 2.9.4 to 2.10.0 ### 📊 Changes **2 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+7 -7) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.9.4 to 2.10.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.10.0</h2> <h2>What's Changed</h2> <ul> <li>Implement iterator for all named flags by <a href="https://github.com/ssrlive"><code>@​ssrlive</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/465">bitflags/bitflags#465</a></li> <li>Depend on serde_core instead of serde by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/467">bitflags/bitflags#467</a></li> <li>Prepare for 2.10.0 release by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/468">bitflags/bitflags#468</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ssrlive"><code>@​ssrlive</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/465">bitflags/bitflags#465</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bitflags/bitflags/compare/2.9.4...2.10.0">https://github.com/bitflags/bitflags/compare/2.9.4...2.10.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.10.0</h1> <h2>What's Changed</h2> <ul> <li>Implement iterator for all named flags by <a href="https://github.com/ssrlive"><code>@​ssrlive</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/465">bitflags/bitflags#465</a></li> <li>Depend on serde_core instead of serde by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/467">bitflags/bitflags#467</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ssrlive"><code>@​ssrlive</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/465">bitflags/bitflags#465</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bitflags/bitflags/compare/2.9.4...2.10.0">https://github.com/bitflags/bitflags/compare/2.9.4...2.10.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bitflags/bitflags/commit/7cc8595e93d04d180d39e2f25242dca85dd71228"><code>7cc8595</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/468">#468</a> from bitflags/cargo/2.10.0</li> <li><a href="https://github.com/bitflags/bitflags/commit/ea9b2f7990db9f21988a3b950c980834605dad98"><code>ea9b2f7</code></a> prepare for 2.10.0 release</li> <li><a href="https://github.com/bitflags/bitflags/commit/7fdc68c7f576b94a280244de967e79f8168d503e"><code>7fdc68c</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/467">#467</a> from KodrAus/feat/serde_core</li> <li><a href="https://github.com/bitflags/bitflags/commit/fdc1d4a37183bc5cf3985413d30a7eb9f8cb3fa7"><code>fdc1d4a</code></a> depend on serde_core instead of serde</li> <li><a href="https://github.com/bitflags/bitflags/commit/79225854caf2215370306b359c65f5cff96026df"><code>7922585</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/466">#466</a> from KodrAus/chore/iter-named-tests</li> <li><a href="https://github.com/bitflags/bitflags/commit/409666ecc1a095d8bb43eb5287c77c6e3d96bbd7"><code>409666e</code></a> rename iter_named to iter_defined_names</li> <li><a href="https://github.com/bitflags/bitflags/commit/50fab9141cda949785715fb440e446163030a115"><code>50fab91</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/465">#465</a> from ssrlive/main</li> <li><a href="https://github.com/bitflags/bitflags/commit/f88648983a4561d35d1d123523e0c99a72de5365"><code>f886489</code></a> Fix bitflags_custom_bits.stderr &amp; bitflags_trait_custom.stderr</li> <li><a href="https://github.com/bitflags/bitflags/commit/39bd761932d9b527c58560f430663f4adc22ad95"><code>39bd761</code></a> rename all_named_flags to iter_named</li> <li><a href="https://github.com/bitflags/bitflags/commit/3e52578f1f633313d982537fd8df8137f8887046"><code>3e52578</code></a> Implement iterator for all named flags</li> <li>See full diff in <a href="https://github.com/bitflags/bitflags/compare/2.9.4...2.10.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.9.4&new-version=2.10.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>
kerem 2026-03-16 12:00:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#3744
No description provided.