aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/bootstrap.py
diff options
context:
space:
mode:
authorbors-servo <servo-ops@mozilla.com>2020-06-14 12:48:57 -0400
committerGitHub <noreply@github.com>2020-06-14 12:48:57 -0400
commit1186363afe30491f5db4f5cc0866ac37559c579d (patch)
tree555b15bb0f536682a9b44d6ab33d2edc8d4f9543 /python/servo/bootstrap.py
parent465c5be5f6bc68287f296f9f426d7f866d95e5a0 (diff)
parentfe4b0a16dd99ced3e11fabfd9ae4712b24b5cb96 (diff)
downloadservo-1186363afe30491f5db4f5cc0866ac37559c579d.tar.gz
servo-1186363afe30491f5db4f5cc0866ac37559c579d.zip
Auto merge of #26885 - servo:dependabot/cargo/num-traits-0.2.12, r=jdm
build(deps): bump num-traits from 0.2.11 to 0.2.12 Bumps [num-traits](https://github.com/rust-num/num-traits) from 0.2.11 to 0.2.12. <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.12 (2020-06-11)</h1> <ul> <li><a href="https://github-redirect.dependabot.com/rust-num/num-traits/pull/153">The new <code>WrappingNeg</code> trait</a> will wrap the result if it exceeds the boundary of the type, e.g. <code>i32::MIN.wrapping_neg() == i32::MIN</code>.</li> <li><a href="https://github-redirect.dependabot.com/rust-num/num-traits/pull/165">The new <code>SaturatingAdd</code>, <code>SaturatingSub</code>, and <code>SaturatingMul</code> traits</a> will saturate at the numeric bounds if the operation would overflow. These soft-deprecate the existing <code>Saturating</code> trait that only has addition and subtraction methods.</li> <li><a href="https://github-redirect.dependabot.com/rust-num/num-traits/pull/171">Added new constants for logarithms, <code>FloatConst::{LOG10_2, LOG2_10}</code></a>.</li> </ul> <p><strong>Contributors</strong>: <a href="https://github.com/cuviper">@cuviper</a>, <a href="https://github.com/ocstl">@ocstl</a>, <a href="https://github.com/trepetti">@trepetti</a>, <a href="https://github.com/vallentin">@vallentin</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-num/num-traits/commit/f6852e047c9dd673078b73400ed666b7d4e1684f"><code>f6852e0</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-num/num-traits/issues/172">#172</a></li> <li><a href="https://github.com/rust-num/num-traits/commit/fb10fe9bf4d91813606bcc802de57c0c7c75b675"><code>fb10fe9</code></a> Release 0.2.12</li> <li><a href="https://github.com/rust-num/num-traits/commit/9d54f39df92638e01c704537eeb0d5524491dd25"><code>9d54f39</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-num/num-traits/issues/165">#165</a> <a href="https://github-redirect.dependabot.com/rust-num/num-traits/issues/171">#171</a></li> <li><a href="https://github.com/rust-num/num-traits/commit/5f00e22314a9ec2fa44eee242dea09169650a555"><code>5f00e22</code></a> remove an unused pattern from saturating_impl</li> <li><a href="https://github.com/rust-num/num-traits/commit/e9fcdb0730a798da67c8bb8317751f36e58047d5"><code>e9fcdb0</code></a> Add FloatConst::{LOG10_2, LOG2_10}</li> <li><a href="https://github.com/rust-num/num-traits/commit/cf1633836c0223931138cd071be1492a6c80c7fd"><code>cf16338</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-num/num-traits/issues/162">#162</a></li> <li><a href="https://github.com/rust-num/num-traits/commit/86c31265f582d98ca58ff494567f1bbaf6aa4b5b"><code>86c3126</code></a> Restore and deprecate Saturating trait. Fix up doc strings for Saturating* tr...</li> <li><a href="https://github.com/rust-num/num-traits/commit/964752f01961a77f5ffce12dc488d05c2dcb498e"><code>964752f</code></a> Fix formatting for SaturatingAdd, SaturatingMul and SaturatingSub traits in l...</li> <li><a href="https://github.com/rust-num/num-traits/commit/052e765df0faa9a95c04133e7e95c16b06bfeb8d"><code>052e765</code></a> Add saturating_mul() and refactor Saturating into subtraits. Fixes <a href="https://github-redirect.dependabot.com/rust-num/num-traits/issues/40">#40</a>.</li> <li><a href="https://github.com/rust-num/num-traits/commit/a91bb7b08586f4906cb9df400f57cae42a865236"><code>a91bb7b</code></a> Use {float}::to_int_unchecked() in Rust 1.44+</li> <li>Additional commits viewable in <a href="https://github.com/rust-num/num-traits/compare/num-traits-0.2.11...num-traits-0.2.12">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=num-traits&package-manager=cargo&previous-version=0.2.11&new-version=0.2.12)](https://dependabot.com/compatibility-score/?dependency-name=num-traits&package-manager=cargo&previous-version=0.2.11&new-version=0.2.12) 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/bootstrap.py')
0 files changed, 0 insertions, 0 deletions