build(deps): bump find-msvc-tools from 0.1.0 to 0.1.1 (#39218)

Bumps [find-msvc-tools](https://github.com/rust-lang/cc-rs) from 0.1.0
to 0.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cc-rs/releases">find-msvc-tools's
releases</a>.</em></p>
<blockquote>
<h2>find-msvc-tools-v0.1.1</h2>
<h3>Other</h3>
<ul>
<li>Regenerate windows sys bindings (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1548">#1548</a>)</li>
<li>Add fn get_ucrt_dir for find-msvc-tools (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1546">#1546</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c8a378e0a1"><code>c8a378e</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1542">#1542</a>)</li>
<li><a
href="f43595b843"><code>f43595b</code></a>
Regenerate windows sys bindings (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1548">#1548</a>)</li>
<li><a
href="6e1e2c5baa"><code>6e1e2c5</code></a>
Update windows-bindgen requirement from 0.62 to 0.63 (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1547">#1547</a>)</li>
<li><a
href="52bc4ebdca"><code>52bc4eb</code></a>
Add fn get_ucrt_dir for find-msvc-tools (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1546">#1546</a>)</li>
<li><a
href="4d2d2f672e"><code>4d2d2f6</code></a>
Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1544">#1544</a>)</li>
<li><a
href="52c54ac171"><code>52c54ac</code></a>
ci: fix publish.yml (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1543">#1543</a>)</li>
<li><a
href="ee81cbf9ae"><code>ee81cbf</code></a>
Replace periods with underscores as well when parsing env variables (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1541">#1541</a>)</li>
<li><a
href="9b4389c788"><code>9b4389c</code></a>
chore(cc): release v1.2.35 (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1533">#1533</a>)</li>
<li><a
href="36948abc38"><code>36948ab</code></a>
Fix semver-checks: Add back functino <code>windows_registry::find</code>
(<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1539">#1539</a>)</li>
<li><a
href="0a1c2a3b70"><code>0a1c2a3</code></a>
ci: fix crates-io trusted publishing in publish.yml (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1538">#1538</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/cc-rs/compare/0.1.0...find-msvc-tools-v0.1.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=find-msvc-tools&package-manager=cargo&previous-version=0.1.0&new-version=0.1.1)](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-09-09 01:04:40 +00:00 committed by GitHub
parent eec56acd12
commit 3e90029629
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -2667,9 +2667,9 @@ dependencies = [
[[package]]
name = "find-msvc-tools"
version = "0.1.0"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e178e4fba8a2726903f6ba98a6d221e76f9c12c650d5dc0e6afdc50677b49650"
checksum = "7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d"
[[package]]
name = "fixed_decimal"