1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-14 22:15:54 +02:00

build(deps): bump cxx-build from 1.0.114 to 1.0.115 (#1697)

Bumps [cxx-build](https://github.com/dtolnay/cxx) from 1.0.114 to
1.0.115.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/cxx/releases">cxx-build's
releases</a>.</em></p>
<blockquote>
<h2>1.0.115</h2>
<ul>
<li>Work around some <code>dead_code</code> warnings (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1303">#1303</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5ceca34a28"><code>5ceca34</code></a>
Release 1.0.115</li>
<li><a
href="24c540f1b0"><code>24c540f</code></a>
Lockfile update</li>
<li><a
href="5bbe3e8606"><code>5bbe3e8</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/cxx/issues/1303">#1303</a>
from dtolnay/deadcode</li>
<li><a
href="2e0af3bd06"><code>2e0af3b</code></a>
Update ui test suite to nightly-2024-01-06</li>
<li><a
href="92f405d4c8"><code>92f405d</code></a>
Work around new dead_code warnings</li>
<li><a
href="4b7012c9a0"><code>4b7012c</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/cxx/issues/1302">#1302</a>
from dennisschagt/tutorial-add-rerun-if-changed</li>
<li><a
href="ab8eddc3fb"><code>ab8eddc</code></a>
Include printing of &quot;cargo:rerun-if-changed&quot; in tutorial</li>
<li><a
href="bf4df67be0"><code>bf4df67</code></a>
Use released version of rules_rust through Bazel Central Registry</li>
<li>See full diff in <a
href="https://github.com/dtolnay/cxx/compare/1.0.114...1.0.115">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cxx-build&package-manager=cargo&previous-version=1.0.114&new-version=1.0.115)](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] 2024-01-15 09:55:19 +00:00 committed by GitHub
parent a1e745cfaf
commit 1ade1ff1b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -436,9 +436,9 @@ dependencies = [
[[package]]
name = "cxx-build"
version = "1.0.114"
version = "1.0.115"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "005721caedeb9869792e656d567695281c7e2bf2ac022d4ed95e5240b215f44d"
checksum = "0a71e1e631fa2f2f5f92e8b0d860a00c198c6771623a6cefcc863e3554f0d8d6"
dependencies = [
"cc",
"codespan-reporting",