build(deps): bump bit_field from 0.10.2 to 0.10.3 (#38960)

Bumps [bit_field](https://github.com/phil-opp/rust-bit-field) from
0.10.2 to 0.10.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/phil-opp/rust-bit-field/blob/master/Changelog.md">bit_field's
changelog</a>.</em></p>
<blockquote>
<h1>0.10.3 – 2025-08-26</h1>
<ul>
<li><a
href="https://redirect.github.com/phil-opp/rust-bit-field/pull/30">add
#[inline] to to_regular_range</a></li>
<li><a
href="https://redirect.github.com/phil-opp/rust-bit-field/pull/34">allow
empty range on get/set bits</a></li>
<li><a
href="https://redirect.github.com/phil-opp/rust-bit-field/pull/29">Add
Security Policy</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d2d5f13f8f"><code>d2d5f13</code></a>
Release version 0.10.3</li>
<li><a
href="7faef58706"><code>7faef58</code></a>
Update cargo-release configuration to latest version</li>
<li><a
href="595b537eb2"><code>595b537</code></a>
Update changelog for <a
href="https://redirect.github.com/phil-opp/rust-bit-field/issues/29">#29</a>,
<a
href="https://redirect.github.com/phil-opp/rust-bit-field/issues/30">#30</a>,
<a
href="https://redirect.github.com/phil-opp/rust-bit-field/issues/34">#34</a></li>
<li><a
href="5cb64a5bcd"><code>5cb64a5</code></a>
Merge pull request <a
href="https://redirect.github.com/phil-opp/rust-bit-field/issues/34">#34</a>
from jaamesd/patch-1</li>
<li><a
href="8f5e697a25"><code>8f5e697</code></a>
allow empty range on get/set bits</li>
<li><a
href="16801571c5"><code>1680157</code></a>
Merge pull request <a
href="https://redirect.github.com/phil-opp/rust-bit-field/issues/30">#30</a>
from Freax13/enhancement/inline-to_regular_range</li>
<li><a
href="eb9f0143dd"><code>eb9f014</code></a>
add #[inline] to to_regular_range</li>
<li><a
href="a530c7047d"><code>a530c70</code></a>
Merge pull request <a
href="https://redirect.github.com/phil-opp/rust-bit-field/issues/29">#29</a>
from gabibguti/master</li>
<li><a
href="d8328494a2"><code>d832849</code></a>
Create SECURITY.md</li>
<li>See full diff in <a
href="https://github.com/phil-opp/rust-bit-field/compare/v0.10.2...v0.10.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bit_field&package-manager=cargo&previous-version=0.10.2&new-version=0.10.3)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-08-27 06:39:21 +00:00 committed by GitHub
parent ac122bbf65
commit e126f09b25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -865,9 +865,9 @@ checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
[[package]]
name = "bit_field"
version = "0.10.2"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
[[package]]
name = "bitflags"