mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #29220 - servo:dependabot/cargo/typed-arena-2.0.2, r=delan
Bump typed-arena from 2.0.1 to 2.0.2 Bumps [typed-arena](https://github.com/SimonSapin/rust-typed-arena) from 2.0.1 to 2.0.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/SimonSapin/rust-typed-arena/blob/master/CHANGELOG.md">typed-arena's changelog</a>.</em></p> <blockquote> <h2>2.0.2</h2> <p>Released 2023/01/08.</p> <h3>Fixed</h3> <ul> <li>Various fixes for use under miri (soundness and provenance fixes).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="239d236e6d
"><code>239d236</code></a> Prep release 2.0.2</li> <li><a href="b92091aaab
"><code>b92091a</code></a> Avoid invalidating provenance of outstanding references in <code>alloc_extend</code>. Fi...</li> <li><a href="6e8f574228
"><code>6e8f574</code></a> Remove <code>#[cfg_attr(miri, ignore)]</code> from tests</li> <li><a href="6a3e6eef5b
"><code>6a3e6ee</code></a> Enable miri in CI and bump MSRV</li> <li><a href="80d469e7c6
"><code>80d469e</code></a> Avoid intermediate slice reference in <code>uninitialized_array</code> (fixes <a href="https://github-redirect.dependabot.com/SimonSapin/rust-typed-arena/issues/54">#54</a>)</li> <li><a href="afbe7b7256
"><code>afbe7b7</code></a> Replace travis with github actions in the README's CI badge</li> <li><a href="dad4f6d97e
"><code>dad4f6d</code></a> Only run CI on {PRs against,pushes to master} and fix MSRV CI</li> <li><a href="9560241e75
"><code>9560241</code></a> Remove travis CI</li> <li><a href="400b56b8cc
"><code>400b56b</code></a> Run <code>rustfmt</code></li> <li><a href="17738fbb7c
"><code>17738fb</code></a> Convert CI to github actions</li> <li>Additional commits viewable in <a href="https://github.com/SimonSapin/rust-typed-arena/compare/2.0.1...2.0.2">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 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>
This commit is contained in:
commit
b78c4dcc4f
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -6886,9 +6886,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "typed-arena"
|
||||
version = "2.0.1"
|
||||
version = "2.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae"
|
||||
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
|
||||
|
||||
[[package]]
|
||||
name = "typeface"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue