mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
build(deps): bump system-deps from 7.0.3 to 7.0.4 (#37060)
Bumps [system-deps](https://github.com/gdesmott/system-deps) from 7.0.3 to 7.0.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gdesmott/system-deps/releases">system-deps's releases</a>.</em></p> <blockquote> <h2>v7.0.4</h2> <h3>Fixed</h3> <ul> <li>fix new clippy warning</li> </ul> <h3>Other</h3> <ul> <li>update to itertools 0.14</li> <li>update to cfg-expr 0.20</li> <li>fix trailing ' in commands</li> <li>add names to test manifests</li> <li>use codecov-action v4</li> <li>update coverage badge</li> <li>use actions/checkout@v4</li> <li>re-add coverage job</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gdesmott/system-deps/blob/main/CHANGELOG.md">system-deps's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/gdesmott/system-deps/compare/v7.0.3...v7.0.4">7.0.4</a> - 2025-05-20</h2> <h3>Fixed</h3> <ul> <li>fix new clippy warning</li> </ul> <h3>Other</h3> <ul> <li>update to itertools 0.14</li> <li>update to cfg-expr 0.20</li> <li>fix trailing ' in commands</li> <li>add names to test manifests</li> <li>use codecov-action v4</li> <li>update coverage badge</li> <li>use actions/checkout@v4</li> <li>re-add coverage job</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="3dec89d4af
"><code>3dec89d</code></a> chore: release v7.0.4</li> <li><a href="25fe060b4a
"><code>25fe060</code></a> update to itertools 0.14</li> <li><a href="c44bcbc229
"><code>c44bcbc</code></a> update to cfg-expr 0.20</li> <li><a href="2081eb3d0b
"><code>2081eb3</code></a> fix new clippy warning</li> <li><a href="9802427dda
"><code>9802427</code></a> test: fix trailing ' in commands</li> <li><a href="38acdbcf22
"><code>38acdbc</code></a> add names to test manifests</li> <li><a href="0cfb6ee14d
"><code>0cfb6ee</code></a> ci: use codecov-action v4</li> <li><a href="6fcbb37d87
"><code>6fcbb37</code></a> README: update coverage badge</li> <li><a href="fe1d0995a4
"><code>fe1d099</code></a> ci: use actions/checkout@v4</li> <li><a href="74a5fd2cd5
"><code>74a5fd2</code></a> ci: re-add coverage job</li> <li>See full diff in <a href="https://github.com/gdesmott/system-deps/compare/v7.0.3...v7.0.4">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
603ae44bcd
commit
ce1f40011a
1 changed files with 6 additions and 6 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
@ -870,9 +870,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "cfg-expr"
|
||||
version = "0.17.2"
|
||||
version = "0.20.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8d4ba6e40bd1184518716a6e1a781bf9160e286d219ccdb8ab2612e74cfe4789"
|
||||
checksum = "e34e221e91c7eb5e8315b5c9cf1a61670938c0626451f954a51693ed44b37f45"
|
||||
dependencies = [
|
||||
"smallvec",
|
||||
"target-lexicon",
|
||||
|
@ -7494,9 +7494,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "system-deps"
|
||||
version = "7.0.3"
|
||||
version = "7.0.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "66d23aaf9f331227789a99e8de4c91bf46703add012bdfd45fdecdfb2975a005"
|
||||
checksum = "550b2c61a9c30b85ca1f6ef0afcd2befcb12e73b1d31ef0526423bc7b6a99d7f"
|
||||
dependencies = [
|
||||
"cfg-expr",
|
||||
"heck",
|
||||
|
@ -7530,9 +7530,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "target-lexicon"
|
||||
version = "0.12.16"
|
||||
version = "0.13.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
||||
checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
|
||||
|
||||
[[package]]
|
||||
name = "task_info"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue