mirror of
https://github.com/servo/servo.git
synced 2025-09-18 19:08:22 +01:00
build(deps): bump inherent from 1.0.12 to 1.0.13 (#39358)
Bumps [inherent](https://github.com/dtolnay/inherent) from 1.0.12 to 1.0.13. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/inherent/releases">inherent's releases</a>.</em></p> <blockquote> <h2>1.0.13</h2> <ul> <li>Support async function in trait (<a href="https://redirect.github.com/dtolnay/inherent/issues/22">#22</a>, thanks <a href="https://github.com/rumpuslabs"><code>@rumpuslabs</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="1eb353791a
"><code>1eb3537</code></a> Release 1.0.13</li> <li><a href="3ae614e289
"><code>3ae614e</code></a> Merge pull request 22 from rumpuslabs/async-fn</li> <li><a href="478ca232ae
"><code>478ca23</code></a> Support async function in trait</li> <li><a href="09f034c241
"><code>09f034c</code></a> Raise required compiler to Rust 1.61</li> <li><a href="3f94c40d42
"><code>3f94c40</code></a> Enforce trybuild >= 1.0.108</li> <li><a href="85353e625e
"><code>85353e6</code></a> Update actions/checkout@v4 -> v5</li> <li><a href="495c8a85e0
"><code>495c8a8</code></a> Raise minimum tested compiler to rust 1.70</li> <li><a href="641dc66b45
"><code>641dc66</code></a> Raise minimum tested compiler to rust 1.63</li> <li><a href="b99bff2ff0
"><code>b99bff2</code></a> Revert "Pin nightly toolchain used for miri job"</li> <li><a href="ecb7dd4681
"><code>ecb7dd4</code></a> Update ui test suite to nightly-2025-05-24</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/inherent/compare/1.0.12...1.0.13">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
a389993faa
commit
054b35e5b0
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4576,9 +4576,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "inherent"
|
||||
version = "1.0.12"
|
||||
version = "1.0.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
|
||||
checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue