Auto merge of #28805 - servo:dependabot/cargo/winres-0.1.12, r=jdm

Bump winres from 0.1.11 to 0.1.12

Bumps [winres](https://github.com/mxre/winres) from 0.1.11 to 0.1.12.
<details>
<summary>Commits</summary>
<ul>
<li><a href="2819c50fc9"><code>2819c50</code></a> Bump version to 0.1.12</li>
<li><a href="1807bec355"><code>1807bec</code></a> fixes <a href="https://github-redirect.dependabot.com/mxre/winres/issues/31">#31</a></li>
<li><a href="fa39fc0acb"><code>fa39fc0</code></a> closes <a href="https://github-redirect.dependabot.com/mxre/winres/issues/27">#27</a></li>
<li><a href="8aa701ea84"><code>8aa701e</code></a> more use of raw strings</li>
<li><a href="7f743cd7d7"><code>7f743cd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mxre/winres/issues/23">#23</a> from sopium/append-rc-content</li>
<li><a href="a70cf66ff5"><code>a70cf66</code></a> Merge branch 'master' into append-rc-content</li>
<li><a href="8069f7e8ef"><code>8069f7e</code></a> format fixes from cargo fmt/clippy</li>
<li><a href="71bbc8a9e3"><code>71bbc8a</code></a> Readd editorconfig</li>
<li><a href="e3ca66ac23"><code>e3ca66a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mxre/winres/issues/22">#22</a> from sopium/master</li>
<li><a href="1aeceb5f94"><code>1aeceb5</code></a> Merge <a href="https://github.com/svitalij/winres">https://github.com/svitalij/winres</a></li>
<li>Additional commits viewable in <a href="https://github.com/mxre/winres/compare/v0.1.11...v0.1.12">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=winres&package-manager=cargo&previous-version=0.1.11&new-version=0.1.12)](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:
bors-servo 2022-04-06 04:48:19 -04:00 committed by GitHub
commit e3d90590a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -7520,9 +7520,9 @@ dependencies = [
[[package]] [[package]]
name = "winres" name = "winres"
version = "0.1.11" version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff4fb510bbfe5b8992ff15f77a2e6fe6cf062878f0eda00c0f44963a807ca5dc" checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
dependencies = [ dependencies = [
"toml", "toml",
] ]