Auto merge of #28010 - servo:dependabot/cargo/addr2line-0.14.1, r=jdm

Bump addr2line from 0.14.0 to 0.14.1

Bumps [addr2line](https://github.com/gimli-rs/addr2line) from 0.14.0 to 0.14.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/gimli-rs/addr2line/blob/master/CHANGELOG.md">addr2line's changelog</a>.</em></p>
<blockquote>
<h2>0.14.1 (2020/12/31)</h2>
<h3>Fixed</h3>
<ul>
<li>Fix location lookup for skeleton units.
<a href="https://github-redirect.dependabot.com/gimli-rs/addr2line/pull/201">#201</a></li>
</ul>
<h3>Added</h3>
<ul>
<li>Added <code>Context::find_location_range</code>.
<a href="https://github-redirect.dependabot.com/gimli-rs/addr2line/pull/196">#196</a>
<a href="https://github-redirect.dependabot.com/gimli-rs/addr2line/pull/199">#199</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="f7053dd93c"><code>f7053dd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gimli-rs/addr2line/issues/202">#202</a> from philipc/release</li>
<li><a href="89a8383bab"><code>89a8383</code></a> Bump version to 0.14.1</li>
<li><a href="36c72f0a2c"><code>36c72f0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gimli-rs/addr2line/issues/201">#201</a> from philipc/split</li>
<li><a href="dc4a14f1ca"><code>dc4a14f</code></a> example: handle location info only</li>
<li><a href="a885e0075b"><code>a885e00</code></a> Fix location lookup for split DWARF</li>
<li><a href="0b6b6018b5"><code>0b6b601</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gimli-rs/addr2line/issues/199">#199</a> from jsgf/master</li>
<li><a href="f67e91026e"><code>f67e910</code></a> Fix over iteration in find_location_range</li>
<li><a href="caa29328d7"><code>caa2932</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gimli-rs/addr2line/issues/196">#196</a> from jsgf/master</li>
<li><a href="3305fde645"><code>3305fde</code></a> Add find_location_range</li>
<li>See full diff in <a href="https://github.com/gimli-rs/addr2line/compare/0.14.0...0.14.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=addr2line&package-manager=cargo&previous-version=0.14.0&new-version=0.14.1)](https://dependabot.com/compatibility-score/?dependency-name=addr2line&package-manager=cargo&previous-version=0.14.0&new-version=0.14.1)

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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

</details>
This commit is contained in:
bors-servo 2021-01-01 23:26:51 -05:00 committed by GitHub
commit 0275374125
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -11,9 +11,9 @@ dependencies = [
[[package]]
name = "addr2line"
version = "0.14.0"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c0929d69e78dd9bf5408269919fcbcaeb2e35e5d43e5815517cdc6a8e11a423"
checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"
dependencies = [
"gimli",
]