mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #28232 - servo:dependabot/cargo/generic-array-0.12.4, r=jdm
build(deps): bump generic-array from 0.12.3 to 0.12.4 Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.12.3 to 0.12.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fizyk20/generic-array/blob/0.12.4/CHANGELOG.md">generic-array's changelog</a>.</em></p> <blockquote> <ul> <li> <p><strong><code>0.12.4</code></strong></p> <ul> <li>Fix unsoundness in the <code>arr!</code> macro.</li> </ul> </li> <li> <p><strong><code>0.12.0</code></strong></p> <ul> <li>Allow trailing commas in <code>arr!</code> macro.</li> <li><strong>BREAKING</strong>: Serialize <code>GenericArray</code> using <code>serde</code> tuples, instead of variable-length sequences. This may not be compatible with old serialized data.</li> </ul> </li> <li> <p><strong><code>0.11.0</code></strong></p> <ul> <li><strong>BREAKING</strong> Redesign <code>GenericSequence</code> with an emphasis on use in generic type parameters.</li> <li>Add <code>MappedGenericSequence</code> and <code>FunctionalSequence</code> <ul> <li>Implements optimized <code>map</code>, <code>zip</code> and <code>fold</code> for <code>GenericArray</code>, <code>&GenericArray</code> and <code>&mut GenericArray</code></li> </ul> </li> <li><strong>BREAKING</strong> Remove <code>map_ref</code>, <code>zip_ref</code> and <code>map_slice</code> <ul> <li><code>map_slice</code> is now equivalent to <code>GenericArray::from_iter(slice.iter().map(...))</code></li> </ul> </li> </ul> </li> <li> <p><strong><code>0.10.0</code></strong></p> <ul> <li>Add <code>GenericSequence</code>, <code>Lengthen</code>, <code>Shorten</code>, <code>Split</code> and <code>Concat</code> traits.</li> <li>Redefine <code>transmute</code> to avert errors.</li> </ul> </li> <li> <p><strong><code>0.9.0</code></strong></p> <ul> <li>Rewrite construction methods to be well-defined in panic situations, correctly dropping elements.</li> <li><code>NoDrop</code> crate replaced by <code>ManuallyDrop</code> as it became stable in Rust core.</li> <li>Add optimized <code>map</code>/<code>map_ref</code> and <code>zip</code>/<code>zip_ref</code> methods to <code>GenericArray</code></li> </ul> </li> <li> <p><strong><code>0.8.0</code></strong></p> <ul> <li>Implement <code>AsRef</code>, <code>AsMut</code>, <code>Borrow</code>, <code>BorrowMut</code>, <code>Hash</code> for <code>GenericArray</code></li> <li>Update <code>serde</code> to <code>1.0</code></li> <li>Update <code>typenum</code></li> <li>Make macro <code>arr!</code> non-cloning</li> <li>Implement <code>From<[T; N]></code> up to <code>N=32</code></li> <li>Fix <a href="https://github-redirect.dependabot.com/fizyk20/generic-array/issues/45">#45</a></li> </ul> </li> <li> <p><strong><code>0.7.0</code></strong></p> <ul> <li>Upgrade <code>serde</code> to <code>0.9</code></li> <li>Make <code>serde</code> with <code>no_std</code></li> <li>Implement <code>PartialOrd</code>/<code>Ord</code> for <code>GenericArray</code></li> </ul> </li> <li> <p><strong><code>0.6.0</code></strong></p> <ul> <li>Fixed <a href="https://github-redirect.dependabot.com/fizyk20/generic-array/issues/30">#30</a></li> <li>Implement <code>Default</code> for <code>GenericArray</code></li> <li>Implement <code>LowerHex</code> and <code>UpperHex</code> for <code>GenericArray<u8, N></code></li> <li>Use <code>precision</code> formatting field in hex representation</li> <li>Add <code>as_slice</code>, <code>as_mut_slice</code></li> <li>Remove <code>GenericArray::new</code> in favor of <code>Default</code> trait</li> <li>Add <code>from_slice</code> and <code>from_mut_slice</code></li> <li><code>no_std</code> and <code>core</code> for crate.</li> </ul> </li> <li> <p><strong><code>0.5.0</code></strong></p> <ul> <li>Update <code>serde</code></li> <li>remove <code>no_std</code> feature, fixed <a href="https://github-redirect.dependabot.com/fizyk20/generic-array/issues/19">#19</a></li> </ul> </li> <li> <p><strong><code>0.4.0</code></strong></p> <ul> <li>Re-export <code>typenum</code></li> </ul> </li> <li> <p><strong><code>0.3.0</code></strong></p> <ul> <li>Implement <code>IntoIter</code> for <code>GenericArray</code></li> <li>Add <code>map</code> method</li> <li>Add optional <code>serde</code> (de)serialization support feature.</li> </ul> </li> <li> <p><strong><code>< 0.3.0</code></strong></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="42843cdb6c
"><code>42843cd</code></a> Bump version</li> <li><a href="59dad41573
"><code>59dad41</code></a> Fixed lifetime unsoundness in <code>arr</code> macro.</li> <li>See full diff in <a href="https://github.com/fizyk20/generic-array/compare/0.12.3...0.12.4">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=generic-array&package-manager=cargo&previous-version=0.12.3&new-version=0.12.4) 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
902af56b80
1 changed files with 4 additions and 4 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -345,7 +345,7 @@ dependencies = [
|
|||
"block-padding",
|
||||
"byte-tools",
|
||||
"byteorder",
|
||||
"generic-array 0.12.3",
|
||||
"generic-array 0.12.4",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1385,7 +1385,7 @@ version = "0.8.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
||||
dependencies = [
|
||||
"generic-array 0.12.3",
|
||||
"generic-array 0.12.4",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1914,9 +1914,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "generic-array"
|
||||
version = "0.12.3"
|
||||
version = "0.12.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
|
||||
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
|
||||
dependencies = [
|
||||
"typenum",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue