mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Auto merge of #26890 - servo:dependabot/cargo/typenum-1.12.0, r=jdm
build(deps): bump typenum from 1.10.0 to 1.12.0 Bumps [typenum](https://github.com/paholg/typenum) from 1.10.0 to 1.12.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/paholg/typenum/blob/master/CHANGELOG.md">typenum's changelog</a>.</em></p> <blockquote> <h3>1.12.0 (2020-04-13)</h3> <ul> <li>[added] Feature <code>force_unix_path_separator</code> to support building without Cargo.</li> <li>[added] Greatest common divisor operator <code>Gcd</code> with alias <code>Gcf</code>.</li> <li>[added] <code>gcd</code> to the <code>op!</code> macro.</li> <li>[changed] Added <code>Copy</code> bound to <code>Rhs</code> of <code>Mul<Rhs></code> impl for <code><TArr<V, A></code>.</li> <li>[changed] Added <code>Copy</code> bound to <code>Rhs</code> of <code>Div<Rhs></code> impl for <code><TArr<V, A></code>.</li> <li>[changed] Added <code>Copy</code> bound to <code>Rhs</code> of <code>PartialDiv<Rhs></code> impl for <code><TArr<V, A></code>.</li> <li>[changed] Added <code>Copy</code> bound to <code>Rhs</code> of <code>Rem<Rhs></code> impl for <code><TArr<V, A></code>.</li> <li>[fixed] Make all functions #[inline].</li> </ul> <h3>1.11.2 (2019-08-26)</h3> <ul> <li>[fixed] Cross compilation from Linux to Windows.</li> </ul> <h3>1.11.1 (2019-08-25)</h3> <ul> <li>[fixed] Builds on earlier Rust builds again and added Rust 1.22.0 to Travis to prevent future breakage.</li> </ul> <h3>1.11.0 (2019-08-25)</h3> <ul> <li>[added] Integer <code>log2</code> to the <code>op!</code> macro.</li> <li>[added] Integer binary logarithm operator <code>Logarithm2</code> with alias <code>Log2</code>.</li> <li>[changed] Removed <code>feature(i128_type)</code> when running with the <code>i128</code> feature. Kept the feature flag. for typenum to maintain compatibility with old Rust versions.</li> <li>[added] Integer <code>sqrt</code> to the <code>op!</code> macro.</li> <li>[added] Integer square root operator <code>SquareRoot</code> with alias <code>Sqrt</code>.</li> <li>[fixed] Bug with attempting to create U1024 type alias twice.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/paholg/typenum/commits/v1.12.0">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=typenum&package-manager=cargo&previous-version=1.10.0&new-version=1.12.0) 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:
commit
5ee555f944
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -6005,9 +6005,9 @@ checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae"
|
|||
|
||||
[[package]]
|
||||
name = "typenum"
|
||||
version = "1.10.0"
|
||||
version = "1.12.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
|
||||
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
|
||||
|
||||
[[package]]
|
||||
name = "ucd"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue