Auto merge of #27846 - servo:dependabot/cargo/num-derive-0.3.3, r=jdm

Bump num-derive from 0.3.0 to 0.3.3

Bumps [num-derive](https://github.com/rust-num/num-derive) from 0.3.0 to 0.3.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rust-num/num-derive/blob/master/RELEASES.md">num-derive's changelog</a>.</em></p>
<blockquote>
<h1>Release 0.3.3 (2020-10-29)</h1>
<ul>
<li><a href="https://github-redirect.dependabot.com/rust-num/num-derive/pull/41">Make <code>NumOps</code> work with <code>no_std</code></a> -- thanks <a href="https://github.com/jedrzejboczar">@jedrzejboczar</a>!</li>
</ul>
<h1>Release 0.3.2 (2020-08-24)</h1>
<ul>
<li><a href="https://github-redirect.dependabot.com/rust-num/num-derive/pull/40">Add <code>#[inline]</code> to all derived functions</a> -- thanks <a href="https://github.com/Amanieu">@Amanieu</a>!</li>
</ul>
<h1>Release 0.3.1 (2020-07-28)</h1>
<ul>
<li><a href="https://github-redirect.dependabot.com/rust-num/num-derive/pull/35">Add <code>num_traits</code> proc_macro helper for explicit import</a> - thanks <a href="https://github.com/jean-airoldie">@jean-airoldie</a>!</li>
<li><a href="https://github-redirect.dependabot.com/rust-num/num-derive/pull/39">Provide nicer parse errors and suggest &quot;full-syntax&quot;</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="61a6e5294e"><code>61a6e52</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-num/num-derive/issues/41">#41</a></li>
<li><a href="b968aa7a93"><code>b968aa7</code></a> Release 0.3.3</li>
<li><a href="27390e8c2a"><code>27390e8</code></a> Make licensing more explicit</li>
<li><a href="bf5b106832"><code>bf5b106</code></a> Expand no_std tests in CI</li>
<li><a href="e7181890d7"><code>e718189</code></a> Use <code>::core::ops</code> when deriving <code>NumOps</code> to work with <code>no_std</code></li>
<li><a href="2d19853d0d"><code>2d19853</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-num/num-derive/issues/40">#40</a></li>
<li><a href="2e86b33051"><code>2e86b33</code></a> Release 0.3.2</li>
<li><a href="5e7e58ccd9"><code>5e7e58c</code></a> Add #[inline] to all function generated by #[derive]</li>
<li><a href="d5ddaed696"><code>d5ddaed</code></a> Add a release note for <a href="https://github-redirect.dependabot.com/rust-num/num-derive/issues/35">#35</a></li>
<li><a href="77c551f78c"><code>77c551f</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-num/num-derive/issues/39">#39</a></li>
<li>Additional commits viewable in <a href="https://github.com/rust-num/num-derive/compare/num-derive-0.3.0...num-derive-0.3.3">compare view</a></li>
</ul>
</details>
<br />

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

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 2020-11-26 03:59:02 -05:00 committed by GitHub
commit 03c3ba7370
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -3976,9 +3976,9 @@ dependencies = [
[[package]]
name = "num-derive"
version = "0.3.0"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c8b15b261814f992e33760b1fca9fe8b693d8a65299f20c9901688636cfb746"
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.2",