diff options
author | bors-servo <servo-ops@mozilla.com> | 2021-02-24 20:36:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-24 20:36:56 -0500 |
commit | 9a6ae55fd34e529844e5703d47f36f7f7623496a (patch) | |
tree | c221b63ae150951d38155e4d57c7bcfa3dbdcb32 /python/servo/packages.py | |
parent | 6f566004b7807bb1d02e584bf79a35c00d67fdde (diff) | |
parent | 4324cd76bed16efca33af96978fa6a85505becff (diff) | |
download | servo-9a6ae55fd34e529844e5703d47f36f7f7623496a.tar.gz servo-9a6ae55fd34e529844e5703d47f36f7f7623496a.zip |
Auto merge of #27822 - servo:dependabot/cargo/num-traits-0.2.14, r=jdm
Bump num-traits from 0.2.12 to 0.2.14
Bumps [num-traits](https://github.com/rust-num/num-traits) from 0.2.12 to 0.2.14.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rust-num/num-traits/blob/master/RELEASES.md">num-traits's changelog</a>.</em></p>
<blockquote>
<h1>Release 0.2.14 (2020-10-29)</h1>
<ul>
<li>Clarify the license specification as "MIT OR Apache-2.0".</li>
</ul>
<p><strong>Contributors</strong>: <a href="https://github.com/cuviper">@cuviper</a></p>
<h1>Release 0.2.13 (2020-10-29)</h1>
<ul>
<li><a href="https://github-redirect.dependabot.com/rust-num/num-traits/pull/180">The new <code>OverflowingAdd</code>, <code>OverflowingSub</code>, and <code>OverflowingMul</code> traits</a>
return a tuple with the operation result and a <code>bool</code> indicating overflow.</li>
<li><a href="https://github-redirect.dependabot.com/rust-num/num-traits/pull/185">The "i128" feature now overrides compiler probes for that support</a>.
This may fix scenarios where <code>autocfg</code> probing doesn't work properly.</li>
<li><a href="https://github-redirect.dependabot.com/rust-num/num-traits/pull/186">Casts from large <code>f64</code> values to <code>f32</code> now saturate to infinity</a>. They
previously returned <code>None</code> because that was once thought to be undefined
behavior, but <a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/15536">rust#15536</a> resolved that such casts are fine.</li>
<li><a href="https://github-redirect.dependabot.com/rust-num/num-traits/issues/192"><code>Num::from_str_radix</code> documents requirements for radix support</a>, which
are now more relaxed than previously implied. It is suggested to accept at
least <code>2..=36</code> without panicking, but <code>Err</code> may be returned otherwise.</li>
</ul>
<p><strong>Contributors</strong>: <a href="https://github.com/cuviper">@cuviper</a>, <a href="https://github.com/Enet4">@Enet4</a>, <a href="https://github.com/KaczuH">@KaczuH</a>, <a href="https://github.com/martin-t">@martin-t</a>, <a href="https://github.com/newpavlov">@newpavlov</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rust-num/num-traits/commit/e8da6fe581f0e14a6322c5d51f57bec641772dac"><code>e8da6fe</code></a> Release 0.2.14</li>
<li><a href="https://github.com/rust-num/num-traits/commit/deedb93eb8888053c2c1399addec5d8046d9e3ca"><code>deedb93</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-num/num-traits/issues/193">#193</a></li>
<li><a href="https://github.com/rust-num/num-traits/commit/5e3352c2e48e5d7653a61b07653d82105bd99673"><code>5e3352c</code></a> Update the names for overflowing results</li>
<li><a href="https://github.com/rust-num/num-traits/commit/5b6299204a053729b537d28e63ddc3cc91541b79"><code>5b62992</code></a> Document relaxed requirements for Num::from_str_radix</li>
<li><a href="https://github.com/rust-num/num-traits/commit/37e765824d0614b744aefedde44fe1f3a5892653"><code>37e7658</code></a> Release 0.2.13</li>
<li><a href="https://github.com/rust-num/num-traits/commit/f0a980b29e88d46742984e782bbdfc8dee60f902"><code>f0a980b</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-num/num-traits/issues/185">#185</a> <a href="https://github-redirect.dependabot.com/rust-num/num-traits/issues/186">#186</a> <a href="https://github-redirect.dependabot.com/rust-num/num-traits/issues/190">#190</a></li>
<li><a href="https://github.com/rust-num/num-traits/commit/26c9ad2256a2dc726e130a672a2e00fc2c2fbcd3"><code>26c9ad2</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-num/num-traits/issues/180">#180</a></li>
<li><a href="https://github.com/rust-num/num-traits/commit/a939c51793a54d35c6f9d2ad60a6fcfd43904d8b"><code>a939c51</code></a> Correct docs for overflowing docs</li>
<li><a href="https://github.com/rust-num/num-traits/commit/6c499ada164520c0f4d1edf9e0b43044ab911a8e"><code>6c499ad</code></a> Normalize the comment style</li>
<li><a href="https://github.com/rust-num/num-traits/commit/234e855576ab89a22856d1763e9c0e356996d1e8"><code>234e855</code></a> Allow large f64-to-f32 to saturate to infinity</li>
<li>Additional commits viewable in <a href="https://github.com/rust-num/num-traits/compare/num-traits-0.2.12...num-traits-0.2.14">compare view</a></li>
</ul>
</details>
<br />
[](https://dependabot.com/compatibility-score/?dependency-name=num-traits&package-manager=cargo&previous-version=0.2.12&new-version=0.2.14)
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>
Diffstat (limited to 'python/servo/packages.py')
0 files changed, 0 insertions, 0 deletions