mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
build(deps): bump cc from 1.2.38 to 1.2.39 (#39580)
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.38 to 1.2.39. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md">cc's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.38...cc-v1.2.39">1.2.39</a> - 2025-09-26</h2> <h3>Other</h3> <ul> <li>Fix cross compilation to xtensa-esp32s3-espidf (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1569">#1569</a>)</li> <li>Fix autodetect_wasi_compiler: support non utf-8 path (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1568">#1568</a>)</li> <li>Regenerate target info (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1567">#1567</a>)</li> <li>Fix rustcflags mapping: require -Clinker-plugin-lto for -flto (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1564">#1564</a>)</li> <li>Use <code>$WASI_SDK_PATH</code> on WASI targets by default (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1562">#1562</a>)</li> <li>Fix atomicity violations in concurrent cache operations (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1559">#1559</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="f53e817b50
"><code>f53e817</code></a> chore(cc): release v1.2.39 (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1570">#1570</a>)</li> <li><a href="6d3e24183d
"><code>6d3e241</code></a> Fix cross compilation to xtensa-esp32s3-espidf (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1569">#1569</a>)</li> <li><a href="b083806d56
"><code>b083806</code></a> Fix autodetect_wasi_compiler: support non utf-8 path (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1568">#1568</a>)</li> <li><a href="53997acc0b
"><code>53997ac</code></a> Regenerate target info (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1567">#1567</a>)</li> <li><a href="9347e45fb1
"><code>9347e45</code></a> Fix rustcflags mapping: require -Clinker-plugin-lto for -flto (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1564">#1564</a>)</li> <li><a href="9a2e7ce93d
"><code>9a2e7ce</code></a> Use <code>$WASI_SDK_PATH</code> on WASI targets by default (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1562">#1562</a>)</li> <li><a href="d740f9b1f5
"><code>d740f9b</code></a> Fix atomicity violations in concurrent cache operations (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1559">#1559</a>)</li> <li>See full diff in <a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.38...cc-v1.2.39">compare view</a></li> </ul> </details> <br /> [](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:
parent
25d3c5a157
commit
67ae3f00a7
1 changed files with 10 additions and 10 deletions
20
Cargo.lock
generated
20
Cargo.lock
generated
|
@ -811,7 +811,7 @@ dependencies = [
|
|||
"bitflags 2.9.4",
|
||||
"cexpr",
|
||||
"clang-sys",
|
||||
"itertools 0.10.5",
|
||||
"itertools 0.12.1",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"regex",
|
||||
|
@ -829,7 +829,7 @@ dependencies = [
|
|||
"bitflags 2.9.4",
|
||||
"cexpr",
|
||||
"clang-sys",
|
||||
"itertools 0.10.5",
|
||||
"itertools 0.12.1",
|
||||
"log",
|
||||
"prettyplease",
|
||||
"proc-macro2",
|
||||
|
@ -1251,9 +1251,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "cc"
|
||||
version = "1.2.38"
|
||||
version = "1.2.39"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "80f41ae168f955c12fb8960b057d70d0ca153fb83182b57d86380443527be7e9"
|
||||
checksum = "e1354349954c6fc9cb0deab020f27f783cf0b604e8bb754dc4658ecf0d29c35f"
|
||||
dependencies = [
|
||||
"find-msvc-tools",
|
||||
"jobserver",
|
||||
|
@ -2152,7 +2152,7 @@ dependencies = [
|
|||
"libc",
|
||||
"option-ext",
|
||||
"redox_users",
|
||||
"windows-sys 0.60.2",
|
||||
"windows-sys 0.61.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -2558,7 +2558,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"windows-sys 0.60.2",
|
||||
"windows-sys 0.61.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -4953,7 +4953,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"windows-targets 0.52.6",
|
||||
"windows-targets 0.53.3",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -6756,7 +6756,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"itertools 0.10.5",
|
||||
"itertools 0.12.1",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
|
@ -8675,7 +8675,7 @@ dependencies = [
|
|||
"getrandom 0.3.3",
|
||||
"once_cell",
|
||||
"rustix 1.0.8",
|
||||
"windows-sys 0.60.2",
|
||||
"windows-sys 0.61.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -10216,7 +10216,7 @@ version = "0.1.11"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
||||
dependencies = [
|
||||
"windows-sys 0.60.2",
|
||||
"windows-sys 0.61.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue