Auto merge of #28855 - servo:dependabot/cargo/clang-sys-1.3.1, r=jdm

Bump clang-sys from 1.2.0 to 1.3.1

Bumps [clang-sys](https://github.com/KyleMayes/clang-sys) from 1.2.0 to 1.3.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/KyleMayes/clang-sys/blob/master/CHANGELOG.md">clang-sys's changelog</a>.</em></p>
<blockquote>
<h2>[1.3.1] - 2022-02-03</h2>
<h3>Added</h3>
<ul>
<li>Added missing <code>clang_getToken</code> function</li>
</ul>
<h2>[1.3.0] - 2021-10-31</h2>
<h3>Added</h3>
<ul>
<li>Added support for <code>clang</code> 13.0.x</li>
<li>Added support for <code>clang</code> 12.0.x</li>
<li>Added support for the Haiku operating system</li>
</ul>
<h2>[1.2.2] - 2021-09-02</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed handling of paths that contain characters that have special meaning in
glob patterns (e.g., <code>[</code> or <code>]</code>)</li>
</ul>
<h2>[1.2.1] - 2021-08-24</h2>
<h3>Changed</h3>
<ul>
<li>Updated build script to check the install location used by the
<a href="https://scoop.sh/">Scoop</a> command-line installer on Windows</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Updated build script to support environments where the <code>PATH</code> environment
variable is not set</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="8090d68536"><code>8090d68</code></a> Bump version</li>
<li><a href="cb7072f21e"><code>cb7072f</code></a> Add missing function</li>
<li><a href="14560fa4a2"><code>14560fa</code></a> Update target Clang version in docs.rs</li>
<li><a href="25891b930b"><code>25891b9</code></a> Refactor build script</li>
<li><a href="609d1c196f"><code>609d1c1</code></a> Remove LIBCLANG_PATH from CI (<a href="https://github-redirect.dependabot.com/KyleMayes/clang-sys/issues/137">#137</a>)</li>
<li><a href="1654648785"><code>1654648</code></a> Move SSH debugging into separate action</li>
<li><a href="3129ba7fd8"><code>3129ba7</code></a> Add SSH debugging option to CI</li>
<li><a href="cd3312b9e1"><code>cd3312b</code></a> Update license headers</li>
<li><a href="71d380ca13"><code>71d380c</code></a> Bump version</li>
<li><a href="d38d1af1bd"><code>d38d1af</code></a> Rework README.md</li>
<li>Additional commits viewable in <a href="https://github.com/KyleMayes/clang-sys/compare/v1.2.0...v1.3.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clang-sys&package-manager=cargo&previous-version=1.2.0&new-version=1.3.1)](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-14 05:01:17 -04:00 committed by GitHub
commit 93e7d203c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -724,9 +724,9 @@ dependencies = [
[[package]]
name = "clang-sys"
version = "1.2.0"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "853eda514c284c2287f4bf20ae614f8781f40a81d32ecda6e91449304dfe077c"
checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21"
dependencies = [
"glob",
"libc",