mirror of
https://github.com/servo/servo.git
synced 2025-09-17 02:18:23 +01:00
build(deps): bump cc from 1.2.35 to 1.2.36 (#39217)
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.35 to 1.2.36. <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.35...cc-v1.2.36">1.2.36</a> - 2025-09-05</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>Update windows-bindgen requirement from 0.62 to 0.63 (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1547">#1547</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> <li>Regenerate target info (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1544">#1544</a>)</li> <li>fix publish.yml (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1543">#1543</a>)</li> <li>Replace periods with underscores as well when parsing env variables (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1541">#1541</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>See full diff in <a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.35...cc-v1.2.36">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
3e90029629
commit
ec4bad90ba
1 changed files with 3 additions and 3 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -1263,9 +1263,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "cc"
|
||||
version = "1.2.35"
|
||||
version = "1.2.36"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "590f9024a68a8c40351881787f1934dc11afd69090f5edb6831464694d836ea3"
|
||||
checksum = "5252b3d2648e5eedbc1a6f501e3c795e07025c1e93bbf8bbdd6eef7f447a6d54"
|
||||
dependencies = [
|
||||
"find-msvc-tools",
|
||||
"jobserver",
|
||||
|
@ -10186,7 +10186,7 @@ version = "0.1.11"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
||||
dependencies = [
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.61.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue