Auto merge of #28040 - servo:dependabot/cargo/tendril-0.4.2, r=jdm

Bump tendril from 0.4.1 to 0.4.2

Bumps [tendril](https://github.com/servo/tendril) from 0.4.1 to 0.4.2.
<details>
<summary>Commits</summary>
<ul>
<li><a href="548cfaab79"><code>548cfaa</code></a> Bump to 0.4.2</li>
<li><a href="9532724c32"><code>9532724</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/tendril/issues/46">#46</a> - xfix:resolve-ub, r=jdm</li>
<li><a href="e379f85472"><code>e379f85</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/tendril/issues/49">#49</a> - xfix:upgrade-futf, r=jdm</li>
<li><a href="3367e11208"><code>3367e11</code></a> Update futf to 0.1.2</li>
<li><a href="9e6da0d31d"><code>9e6da0d</code></a> Resolve UB found by miri</li>
<li><a href="08f7f292ab"><code>08f7f29</code></a> cargo fmt</li>
<li><a href="dc22ac0e1d"><code>dc22ac0</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/tendril/issues/43">#43</a> - xfix:use-non-zero-usize-from-standard-library, r=SimonSapin</li>
<li><a href="527347768b"><code>5273477</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/tendril/issues/45">#45</a> - servo:warnings, r=nox</li>
<li><a href="869dfbd22c"><code>869dfbd</code></a> Test a minimum Rust version on CI</li>
<li><a href="604caf6d13"><code>604caf6</code></a> New inclusive range syntax</li>
<li>Additional commits viewable in <a href="https://github.com/servo/tendril/compare/v0.4.1...v0.4.2">compare view</a></li>
</ul>
</details>
<br />

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

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-12 19:05:51 -05:00 committed by GitHub
commit 0c920b2834
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -6166,9 +6166,9 @@ dependencies = [
[[package]]
name = "tendril"
version = "0.4.1"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
checksum = "a9ef557cb397a4f0a5a3a628f06515f78563f2209e64d47055d9dc6052bf5e33"
dependencies = [
"encoding_rs",
"futf",