mirror of
https://github.com/servo/servo.git
synced 2025-10-02 17:49:16 +01:00
5401 commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
|
b6625cf1d7
|
Bump miow from 0.3.5 to 0.3.6
Bumps [miow](https://github.com/alexcrichton/miow) from 0.3.5 to 0.3.6. - [Release notes](https://github.com/alexcrichton/miow/releases) - [Commits](https://github.com/alexcrichton/miow/commits/v0.3.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
|
a9e418d9ac
|
Bump malloc_size_of_derive from 0.1.1 to 0.1.2
Bumps [malloc_size_of_derive](https://github.com/bholley/malloc_size_of_derive) from 0.1.1 to 0.1.2. - [Release notes](https://github.com/bholley/malloc_size_of_derive/releases) - [Commits](https://github.com/bholley/malloc_size_of_derive/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
|
c21166e5dc
|
Bump memchr from 2.3.3 to 2.3.4
Bumps [memchr](https://github.com/BurntSushi/rust-memchr) from 2.3.3 to 2.3.4. - [Release notes](https://github.com/BurntSushi/rust-memchr/releases) - [Commits](https://github.com/BurntSushi/rust-memchr/compare/2.3.3...2.3.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
|
609dc3d3ae
|
Auto merge of #27838 - servo:dependabot/cargo/rayon-core-1.9.0, r=jdm
Bump rayon-core from 1.7.1 to 1.9.0 Bumps [rayon-core](https://github.com/rayon-rs/rayon) from 1.7.1 to 1.9.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rayon-rs/rayon/blob/master/RELEASES.md">rayon-core's changelog</a>.</em></p> <blockquote> <h1>Release rayon 1.5.0 / rayon-core 1.9.0 (2020-10-21)</h1> <ul> <li>Update crossbeam dependencies.</li> <li>The minimum supported <code>rustc</code> is now 1.36.</li> </ul> <h2>Contributors</h2> <p>Thanks to all of the contributors for this release!</p> <ul> <li><a href="https://github.com/cuviper">@cuviper</a></li> <li><a href="https://github.com/mbrubeck">@mbrubeck</a></li> <li><a href="https://github.com/mrksu">@mrksu</a></li> </ul> <h1>Release rayon 1.4.1 (2020-09-29)</h1> <ul> <li>The new <code>flat_map_iter</code> and <code>flatten_iter</code> methods can be used to flatten sequential iterators, which may perform better in cases that don't need the nested parallelism of <code>flat_map</code> and <code>flatten</code>.</li> <li>The new <code>par_drain</code> method is a parallel version of the standard <code>drain</code> for collections, removing items while keeping the original capacity. Collections that implement this through <code>ParallelDrainRange</code> support draining items from arbitrary index ranges, while <code>ParallelDrainFull</code> always drains everything.</li> <li>The new <code>positions</code> method finds all items that match the given predicate and returns their indices in a new iterator.</li> </ul> <h1>Release rayon-core 1.8.1 (2020-09-17)</h1> <ul> <li>Fixed an overflow panic on high-contention workloads, for a counter that was meant to simply wrap. This panic only occurred with debug assertions enabled, and was much more likely on 32-bit targets.</li> </ul> <h1>Release rayon 1.4.0 / rayon-core 1.8.0 (2020-08-24)</h1> <ul> <li>Implemented a new thread scheduler, <a href="https://github-redirect.dependabot.com/rayon-rs/rfcs/pull/5">RFC 5</a>, which uses targeted wakeups for new work and for notifications of completed stolen work, reducing wasteful CPU usage in idle threads.</li> <li>Implemented <code>IntoParallelIterator for Range<char></code> and <code>RangeInclusive<char></code> with the same iteration semantics as Rust 1.45.</li> <li>Relaxed the lifetime requirements of the initial <code>scope</code> closure.</li> </ul> <h2>Contributors</h2> <p>Thanks to all of the contributors for this release!</p> <ul> <li><a href="https://github.com/CAD97">@CAD97</a></li> <li><a href="https://github.com/cuviper">@cuviper</a></li> <li><a href="https://github.com/kmaork">@kmaork</a></li> <li><a href="https://github.com/nikomatsakis">@nikomatsakis</a></li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
a8b3f1266e |
Bump rayon-core from 1.7.1 to 1.9.0
Bumps [rayon-core](https://github.com/rayon-rs/rayon) from 1.7.1 to 1.9.0. - [Release notes](https://github.com/rayon-rs/rayon/releases) - [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md) - [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.7.1...rayon-core-v1.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
|
03c3ba7370
|
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 "full-syntax"</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
7d2751377c
|
Auto merge of #27842 - servo:dependabot/cargo/aho-corasick-0.7.15, r=jdm
Bump aho-corasick from 0.7.10 to 0.7.15 Bumps [aho-corasick](https://github.com/BurntSushi/aho-corasick) from 0.7.10 to 0.7.15. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
114c9bf910
|
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. - [Release notes](https://github.com/rust-num/num-derive/releases) - [Changelog](https://github.com/rust-num/num-derive/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-derive/compare/num-derive-0.3.0...num-derive-0.3.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
|
8fe13c3b24
|
Bump unicode-normalization from 0.1.12 to 0.1.16
Bumps [unicode-normalization](https://github.com/unicode-rs/unicode-normalization) from 0.1.12 to 0.1.16. - [Release notes](https://github.com/unicode-rs/unicode-normalization/releases) - [Commits](https://github.com/unicode-rs/unicode-normalization/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
|
a91e22e0f6
|
Bump aho-corasick from 0.7.10 to 0.7.15
Bumps [aho-corasick](https://github.com/BurntSushi/aho-corasick) from 0.7.10 to 0.7.15. - [Release notes](https://github.com/BurntSushi/aho-corasick/releases) - [Commits](https://github.com/BurntSushi/aho-corasick/compare/0.7.10...0.7.15) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
|
adbaab09fd
|
Auto merge of #27831 - servo:dependabot/cargo/bytemuck-1.4.1, r=jdm
Bump bytemuck from 1.2.0 to 1.4.1 Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.2.0 to 1.4.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Lokathor/bytemuck/blob/main/changelog.md">bytemuck's changelog</a>.</em></p> <blockquote> <h2>1.4.1</h2> <ul> <li><a href="https://github.com/thomcc">thomcc</a> fixed up the CI and patched over a soundness hole in <code>offset_of!</code>. <a href="https://github-redirect.dependabot.com/Lokathor/bytemuck/pull/38">PR 38</a></li> </ul> <h2>1.4</h2> <ul> <li><a href="https://github.com/icewind1991">icewind1991</a> has contributed the proc-macros for deriving impls of <code>Pod</code>, <code>TransparentWrapper</code>, <code>Zeroable</code>!! Everyone has been waiting for this one folks! It's a big deal. Just enable the <code>derive</code> cargo feature and then you'll be able to derive the traits on your types. It generates all the appropriate tests for you.</li> <li>The <code>zeroable_maybe_uninit</code> feature now adds a <code>Zeroable</code> impl to the <code>MaybeUninit</code> type. This is only behind a feature flag because <code>MaybeUninit</code> didn't exist back in <code>1.34.0</code> (the minimum rust version of <code>bytemuck</code>).</li> </ul> <h2>1.3.1</h2> <ul> <li>The entire crate is now available under the <code>Apache-2.0 OR MIT</code> license as well as the previous <code>Zlib</code> license <a href="https://github-redirect.dependabot.com/Lokathor/bytemuck/pull/24">#24</a>.</li> <li><a href="https://github.com/HeroicKatora">HeroicKatora</a> added the <code>try_zeroed_slice_box</code> function <a href="https://github-redirect.dependabot.com/Lokathor/bytemuck/pull/17">#10</a>. <code>zeroed_slice_box</code> is also available.</li> <li>The <code>offset_of!</code> macro now supports a 2-arg version. For types that impl Default, it'll just make an instance using <code>default</code> and then call over to the 3-arg version.</li> <li>The <code>PodCastError</code> type now supports <code>Hash</code> and <code>Display</code>. Also if you enable the <code>extern_crate_std</code> feature then it will support <code>std::error::Error</code>.</li> <li>We now provide a <code>TransparentWrapper<T></code> impl for <code>core::num::Wrapper<T></code>.</li> <li>The error type of <code>try_from_bytes</code> and <code>try_from_bytes_mut</code> when the input isn't aligned has been corrected from being <code>AlignmentMismatch</code> (intended for allocation casting only) to <code>TargetAlignmentGreaterAndInputNotAligned</code>.</li> </ul> <h2>1.3.0</h2> <ul> <li>Had a bug because the CI was messed up! It wasn't soundness related, because it prevented the crate from building entirely if the <code>extern_crate_alloc</code> feature was used. Still, this is yanked, sorry.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
7cb1ecf796
|
Auto merge of #27827 - servo:dependabot/cargo/futures-0.1.30, r=jdm
Bump futures from 0.1.28 to 0.1.30 Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.1.28 to 0.1.30. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
22f893e39a
|
Auto merge of #27825 - servo:dependabot/cargo/rustc-demangle-0.1.18, r=jdm
Bump rustc-demangle from 0.1.16 to 0.1.18 Bumps [rustc-demangle](https://github.com/alexcrichton/rustc-demangle) from 0.1.16 to 0.1.18. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
cbe2e6dcfe
|
Bump bytemuck from 1.2.0 to 1.4.1
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.2.0 to 1.4.1. - [Release notes](https://github.com/Lokathor/bytemuck/releases) - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.2.0...v1.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
|
9305c9ccde
|
Bump futures from 0.1.28 to 0.1.30
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.1.28 to 0.1.30. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.1.28...0.1.30) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
|
e7eda61f46
|
Bump gfx-memory from 0.2.0 to 0.2.2
Bumps [gfx-memory](https://github.com/gfx-rs/gfx-extras) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/gfx-rs/gfx-extras/releases) - [Changelog](https://github.com/gfx-rs/gfx-extras/blob/master/CHANGELOG.md) - [Commits](https://github.com/gfx-rs/gfx-extras/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
|
7404458ac5
|
Bump rustc-demangle from 0.1.16 to 0.1.18
Bumps [rustc-demangle](https://github.com/alexcrichton/rustc-demangle) from 0.1.16 to 0.1.18. - [Release notes](https://github.com/alexcrichton/rustc-demangle/releases) - [Commits](https://github.com/alexcrichton/rustc-demangle/compare/0.1.16...0.1.18) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
|
90e8e19f5e
|
Auto merge of #27817 - servo:dependabot/cargo/gfx-backend-dx11-0.6.15, r=jdm
Bump gfx-backend-dx11 from 0.6.0 to 0.6.15 Bumps [gfx-backend-dx11](https://github.com/gfx-rs/gfx) from 0.6.0 to 0.6.15. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gfx-rs/gfx/blob/master/CHANGELOG.md">gfx-backend-dx11's changelog</a>.</em></p> <blockquote> <h1>Change Log</h1> <h3>backend-dx12-unreleased</h3> <ul> <li>fix SPIR-V entry point selection</li> </ul> <h3>backend-vulkan-0.6.5 (15-10-2020)</h3> <ul> <li>support different types of descriptors in a single <code>DescriptorSetWrite</code></li> </ul> <h3>backend-dx12-0.6.3 backend-dx11-0.6.1 backend-metal-0.6.2 auxil-0.5.1 (31-08-2020)</h3> <ul> <li>update spirv_cross to 0.21: <ul> <li>force zero initialization in all generated shaders</li> <li>force the use of native arrays for MSL</li> </ul> </li> </ul> <h3>backend-dx12-0.6.7 (12-10-2020)</h3> <ul> <li>get proper support for compressed textures</li> </ul> <h3>backend-dx12-0.6.6 (05-10-2020)</h3> <ul> <li>allow color blend factors to be used on alpha channel</li> </ul> <h3>backend-dx12-0.6.5 (04-10-2020)</h3> <ul> <li>implement command buffer markers</li> <li>debug names for render passes and descriptor sets</li> </ul> <h3>backend-vulkan-0.6.3 (30-09-2020)</h3> <ul> <li>enable VK_KHR_maintenance3 when VK_EXT_descriptor_indexing is enabled</li> </ul> <h3>backend-dx12-0.6.4 backend-vulkan-0.6.2 backend-metal-0.6.3 (23-09-2020)</h3> <ul> <li>fix descriptor indexing features</li> </ul> <h3>backend-dx11-0.6.4 (07-09-2020)</h3> <ul> <li>fix memory flush ranges</li> <li>support presentation modes</li> </ul> <h3>backend-dx11-0.6.3 (04-09-2020)</h3> <ul> <li>fix cpu-visible mapping</li> <li>fix UAV reset count</li> </ul> <h3>backend-dx11-0.6.2 (02-09-2020)</h3> <ul> <li>fix bindings filter by shader stages</li> <li>implement copies from buffers into R8, RG8, and RGBA8 textures</li> <li>fix read-only storage buffer support</li> <li>fix race condition in internal shader operations</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/gfx-rs/gfx/commits">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=gfx-backend-dx11&package-manager=cargo&previous-version=0.6.0&new-version=0.6.15) 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> |
||
|
cc57d355a5
|
Auto merge of #27815 - servo:dependabot/cargo/libz-sys-1.1.2, r=jdm
Bump libz-sys from 1.0.25 to 1.1.2 Bumps [libz-sys](https://github.com/rust-lang/libz-sys) from 1.0.25 to 1.1.2. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
95fd0dddb9
|
Auto merge of #27813 - servo:dependabot/cargo/env_logger-0.8.2, r=jdm
Bump env_logger from 0.7.1 to 0.8.2 Bumps [env_logger](https://github.com/env-logger-rs/env_logger) from 0.7.1 to 0.8.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/env-logger-rs/env_logger/releases">env_logger's releases</a>.</em></p> <blockquote> <h2>0.8.2</h2> <p>Fixed a panic on io errors when writing to stdout / stderr (<a href="https://github-redirect.dependabot.com/env-logger-rs/env_logger/issues/184">#184</a>).</p> <h2>0.8.1</h2> <p>Update links in the documentation that were pointing to the old repository location.</p> <h2>0.8.0</h2> <p>Breaking changes:</p> <ul> <li>Update public dependency humantime to 2.0</li> </ul> <p>Improvements:</p> <ul> <li>Update default colors for debug (white => blue) and trace (black => cyan)</li> </ul> <p>Deprecations:</p> <ul> <li><code>env_logger::from_env</code> has been deprecated in favor of <code>env_logger::Builder::from_env</code></li> </ul> <p>This release raises the minimum supported Rust version to 1.41.0.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
056a0380bd |
Bump env_logger from 0.7.1 to 0.8.2
Bumps [env_logger](https://github.com/env-logger-rs/env_logger) from 0.7.1 to 0.8.2. - [Release notes](https://github.com/env-logger-rs/env_logger/releases) - [Changelog](https://github.com/env-logger-rs/env_logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/env-logger-rs/env_logger/compare/v0.7.1...v0.8.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
|
15fbf10b45
|
Auto merge of #27814 - servo:dependabot/cargo/string_cache-0.8.1, r=jdm
Bump string_cache from 0.8.0 to 0.8.1 Bumps [string_cache](https://github.com/servo/string-cache) from 0.8.0 to 0.8.1. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
40624e5a7d
|
Auto merge of #27811 - servo:dependabot/cargo/futures-channel-0.3.8, r=jdm
Bump futures-channel from 0.3.5 to 0.3.8 Bumps [futures-channel](https://github.com/rust-lang/futures-rs) from 0.3.5 to 0.3.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/futures-rs/releases">futures-channel's releases</a>.</em></p> <blockquote> <h2>0.3.8</h2> <ul> <li>Switch proc-macros to use native <code>#[proc_macro]</code> at Rust 1.45+ (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2243">#2243</a>)</li> <li>Add <code>WeakShared</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2169">#2169</a>)</li> <li>Add <code>TryStreamExt::try_buffered</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2245">#2245</a>)</li> <li>Add <code>StreamExt::cycle</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2252">#2252</a>)</li> <li>Implemented <code>Clone</code> for <code>stream::{Empty, Pending, Repeat, Iter}</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2248">#2248</a>, <a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2252">#2252</a>)</li> <li>Fix panic in some <code>TryStreamExt</code> combinators (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2250">#2250</a>)</li> </ul> <h2>0.3.7</h2> <ul> <li>Fixed unsoundness in <code>MappedMutexGuard</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2240">#2240</a>)</li> <li>Re-exported <code>TakeUntil</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2235">#2235</a>)</li> <li>futures-test: Prevent double panic in <code>panic_waker</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2236">#2236</a>)</li> </ul> <h2>0.3.6</h2> <ul> <li>Fixed UB due to missing 'static on <code>task::waker</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2206">#2206</a>)</li> <li>Added <code>AsyncBufReadExt::fill_buf</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2225">#2225</a>)</li> <li>Added <code>TryStreamExt::try_take_while</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2212">#2212</a>)</li> <li>Added <code>is_connected_to</code> method to <code>mpsc::{Sender, UnboundedSender}</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2179">#2179</a>)</li> <li>Added <code>is_connected_to</code> method to <code>oneshot::Sender</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2158">#2158</a>)</li> <li>Implement <code>FusedStream</code> for <code>FuturesOrdered</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2205">#2205</a>)</li> <li>Fixed documentation links</li> <li>Improved documentation</li> <li>futures-test: Added <code>track_closed</code> method to <code>AsyncWriteTestExt</code> and <code>SinkTestExt</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2159">#2159</a>)</li> <li>futures-test: Implemented more traits for <code>InterleavePending</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2208">#2208</a>)</li> <li>futures-test: Implemented more traits for <code>AssertUnmoved</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2208">#2208</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md">futures-channel's changelog</a>.</em></p> <blockquote> <h1>0.3.8 - 2020-11-04</h1> <ul> <li>Switch proc-macros to use native <code>#[proc_macro]</code> at Rust 1.45+ (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2243">#2243</a>)</li> <li>Add <code>WeakShared</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2169">#2169</a>)</li> <li>Add <code>TryStreamExt::try_buffered</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2245">#2245</a>)</li> <li>Add <code>StreamExt::cycle</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2252">#2252</a>)</li> <li>Implemented <code>Clone</code> for <code>stream::{Empty, Pending, Repeat, Iter}</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2248">#2248</a>, <a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2252">#2252</a>)</li> <li>Fix panic in some <code>TryStreamExt</code> combinators (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2250">#2250</a>)</li> </ul> <h1>0.3.7 - 2020-10-23</h1> <ul> <li>Fixed unsoundness in <code>MappedMutexGuard</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2240">#2240</a>)</li> <li>Re-exported <code>TakeUntil</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2235">#2235</a>)</li> <li>futures-test: Prevent double panic in <code>panic_waker</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2236">#2236</a>)</li> </ul> <h1>0.3.6 - 2020-10-06</h1> <ul> <li>Fixed UB due to missing 'static on <code>task::waker</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2206">#2206</a>)</li> <li>Added <code>AsyncBufReadExt::fill_buf</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2225">#2225</a>)</li> <li>Added <code>TryStreamExt::try_take_while</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2212">#2212</a>)</li> <li>Added <code>is_connected_to</code> method to <code>mpsc::{Sender, UnboundedSender}</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2179">#2179</a>)</li> <li>Added <code>is_connected_to</code> method to <code>oneshot::Sender</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2158">#2158</a>)</li> <li>Implement <code>FusedStream</code> for <code>FuturesOrdered</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2205">#2205</a>)</li> <li>Fixed documentation links</li> <li>Improved documentation</li> <li>futures-test: Added <code>track_closed</code> method to <code>AsyncWriteTestExt</code> and <code>SinkTestExt</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2159">#2159</a>)</li> <li>futures-test: Implemented more traits for <code>InterleavePending</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2208">#2208</a>)</li> <li>futures-test: Implemented more traits for <code>AssertUnmoved</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2208">#2208</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
b5c0bb2f92
|
Auto merge of #27810 - servo:dependabot/cargo/futures-task-0.3.8, r=jdm
Bump futures-task from 0.3.5 to 0.3.8 Bumps [futures-task](https://github.com/rust-lang/futures-rs) from 0.3.5 to 0.3.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/futures-rs/releases">futures-task's releases</a>.</em></p> <blockquote> <h2>0.3.8</h2> <ul> <li>Switch proc-macros to use native <code>#[proc_macro]</code> at Rust 1.45+ (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2243">#2243</a>)</li> <li>Add <code>WeakShared</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2169">#2169</a>)</li> <li>Add <code>TryStreamExt::try_buffered</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2245">#2245</a>)</li> <li>Add <code>StreamExt::cycle</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2252">#2252</a>)</li> <li>Implemented <code>Clone</code> for <code>stream::{Empty, Pending, Repeat, Iter}</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2248">#2248</a>, <a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2252">#2252</a>)</li> <li>Fix panic in some <code>TryStreamExt</code> combinators (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2250">#2250</a>)</li> </ul> <h2>0.3.7</h2> <ul> <li>Fixed unsoundness in <code>MappedMutexGuard</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2240">#2240</a>)</li> <li>Re-exported <code>TakeUntil</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2235">#2235</a>)</li> <li>futures-test: Prevent double panic in <code>panic_waker</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2236">#2236</a>)</li> </ul> <h2>0.3.6</h2> <ul> <li>Fixed UB due to missing 'static on <code>task::waker</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2206">#2206</a>)</li> <li>Added <code>AsyncBufReadExt::fill_buf</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2225">#2225</a>)</li> <li>Added <code>TryStreamExt::try_take_while</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2212">#2212</a>)</li> <li>Added <code>is_connected_to</code> method to <code>mpsc::{Sender, UnboundedSender}</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2179">#2179</a>)</li> <li>Added <code>is_connected_to</code> method to <code>oneshot::Sender</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2158">#2158</a>)</li> <li>Implement <code>FusedStream</code> for <code>FuturesOrdered</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2205">#2205</a>)</li> <li>Fixed documentation links</li> <li>Improved documentation</li> <li>futures-test: Added <code>track_closed</code> method to <code>AsyncWriteTestExt</code> and <code>SinkTestExt</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2159">#2159</a>)</li> <li>futures-test: Implemented more traits for <code>InterleavePending</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2208">#2208</a>)</li> <li>futures-test: Implemented more traits for <code>AssertUnmoved</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2208">#2208</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md">futures-task's changelog</a>.</em></p> <blockquote> <h1>0.3.8 - 2020-11-04</h1> <ul> <li>Switch proc-macros to use native <code>#[proc_macro]</code> at Rust 1.45+ (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2243">#2243</a>)</li> <li>Add <code>WeakShared</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2169">#2169</a>)</li> <li>Add <code>TryStreamExt::try_buffered</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2245">#2245</a>)</li> <li>Add <code>StreamExt::cycle</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2252">#2252</a>)</li> <li>Implemented <code>Clone</code> for <code>stream::{Empty, Pending, Repeat, Iter}</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2248">#2248</a>, <a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2252">#2252</a>)</li> <li>Fix panic in some <code>TryStreamExt</code> combinators (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2250">#2250</a>)</li> </ul> <h1>0.3.7 - 2020-10-23</h1> <ul> <li>Fixed unsoundness in <code>MappedMutexGuard</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2240">#2240</a>)</li> <li>Re-exported <code>TakeUntil</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2235">#2235</a>)</li> <li>futures-test: Prevent double panic in <code>panic_waker</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2236">#2236</a>)</li> </ul> <h1>0.3.6 - 2020-10-06</h1> <ul> <li>Fixed UB due to missing 'static on <code>task::waker</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2206">#2206</a>)</li> <li>Added <code>AsyncBufReadExt::fill_buf</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2225">#2225</a>)</li> <li>Added <code>TryStreamExt::try_take_while</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2212">#2212</a>)</li> <li>Added <code>is_connected_to</code> method to <code>mpsc::{Sender, UnboundedSender}</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2179">#2179</a>)</li> <li>Added <code>is_connected_to</code> method to <code>oneshot::Sender</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2158">#2158</a>)</li> <li>Implement <code>FusedStream</code> for <code>FuturesOrdered</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2205">#2205</a>)</li> <li>Fixed documentation links</li> <li>Improved documentation</li> <li>futures-test: Added <code>track_closed</code> method to <code>AsyncWriteTestExt</code> and <code>SinkTestExt</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2159">#2159</a>)</li> <li>futures-test: Implemented more traits for <code>InterleavePending</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2208">#2208</a>)</li> <li>futures-test: Implemented more traits for <code>AssertUnmoved</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2208">#2208</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
3a80033aef
|
Auto merge of #27809 - servo:dependabot/cargo/futures-io-0.3.8, r=jdm
Bump futures-io from 0.3.5 to 0.3.8 Bumps [futures-io](https://github.com/rust-lang/futures-rs) from 0.3.5 to 0.3.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/futures-rs/releases">futures-io's releases</a>.</em></p> <blockquote> <h2>0.3.8</h2> <ul> <li>Switch proc-macros to use native <code>#[proc_macro]</code> at Rust 1.45+ (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2243">#2243</a>)</li> <li>Add <code>WeakShared</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2169">#2169</a>)</li> <li>Add <code>TryStreamExt::try_buffered</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2245">#2245</a>)</li> <li>Add <code>StreamExt::cycle</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2252">#2252</a>)</li> <li>Implemented <code>Clone</code> for <code>stream::{Empty, Pending, Repeat, Iter}</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2248">#2248</a>, <a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2252">#2252</a>)</li> <li>Fix panic in some <code>TryStreamExt</code> combinators (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2250">#2250</a>)</li> </ul> <h2>0.3.7</h2> <ul> <li>Fixed unsoundness in <code>MappedMutexGuard</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2240">#2240</a>)</li> <li>Re-exported <code>TakeUntil</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2235">#2235</a>)</li> <li>futures-test: Prevent double panic in <code>panic_waker</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2236">#2236</a>)</li> </ul> <h2>0.3.6</h2> <ul> <li>Fixed UB due to missing 'static on <code>task::waker</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2206">#2206</a>)</li> <li>Added <code>AsyncBufReadExt::fill_buf</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2225">#2225</a>)</li> <li>Added <code>TryStreamExt::try_take_while</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2212">#2212</a>)</li> <li>Added <code>is_connected_to</code> method to <code>mpsc::{Sender, UnboundedSender}</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2179">#2179</a>)</li> <li>Added <code>is_connected_to</code> method to <code>oneshot::Sender</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2158">#2158</a>)</li> <li>Implement <code>FusedStream</code> for <code>FuturesOrdered</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2205">#2205</a>)</li> <li>Fixed documentation links</li> <li>Improved documentation</li> <li>futures-test: Added <code>track_closed</code> method to <code>AsyncWriteTestExt</code> and <code>SinkTestExt</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2159">#2159</a>)</li> <li>futures-test: Implemented more traits for <code>InterleavePending</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2208">#2208</a>)</li> <li>futures-test: Implemented more traits for <code>AssertUnmoved</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2208">#2208</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md">futures-io's changelog</a>.</em></p> <blockquote> <h1>0.3.8 - 2020-11-04</h1> <ul> <li>Switch proc-macros to use native <code>#[proc_macro]</code> at Rust 1.45+ (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2243">#2243</a>)</li> <li>Add <code>WeakShared</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2169">#2169</a>)</li> <li>Add <code>TryStreamExt::try_buffered</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2245">#2245</a>)</li> <li>Add <code>StreamExt::cycle</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2252">#2252</a>)</li> <li>Implemented <code>Clone</code> for <code>stream::{Empty, Pending, Repeat, Iter}</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2248">#2248</a>, <a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2252">#2252</a>)</li> <li>Fix panic in some <code>TryStreamExt</code> combinators (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2250">#2250</a>)</li> </ul> <h1>0.3.7 - 2020-10-23</h1> <ul> <li>Fixed unsoundness in <code>MappedMutexGuard</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2240">#2240</a>)</li> <li>Re-exported <code>TakeUntil</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2235">#2235</a>)</li> <li>futures-test: Prevent double panic in <code>panic_waker</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2236">#2236</a>)</li> </ul> <h1>0.3.6 - 2020-10-06</h1> <ul> <li>Fixed UB due to missing 'static on <code>task::waker</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2206">#2206</a>)</li> <li>Added <code>AsyncBufReadExt::fill_buf</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2225">#2225</a>)</li> <li>Added <code>TryStreamExt::try_take_while</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2212">#2212</a>)</li> <li>Added <code>is_connected_to</code> method to <code>mpsc::{Sender, UnboundedSender}</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2179">#2179</a>)</li> <li>Added <code>is_connected_to</code> method to <code>oneshot::Sender</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2158">#2158</a>)</li> <li>Implement <code>FusedStream</code> for <code>FuturesOrdered</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2205">#2205</a>)</li> <li>Fixed documentation links</li> <li>Improved documentation</li> <li>futures-test: Added <code>track_closed</code> method to <code>AsyncWriteTestExt</code> and <code>SinkTestExt</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2159">#2159</a>)</li> <li>futures-test: Implemented more traits for <code>InterleavePending</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2208">#2208</a>)</li> <li>futures-test: Implemented more traits for <code>AssertUnmoved</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2208">#2208</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
4b033403e3 |
Bump gfx-backend-dx11 from 0.6.0 to 0.6.15
Bumps [gfx-backend-dx11](https://github.com/gfx-rs/gfx) from 0.6.0 to 0.6.15. - [Release notes](https://github.com/gfx-rs/gfx/releases) - [Changelog](https://github.com/gfx-rs/gfx/blob/master/CHANGELOG.md) - [Commits](https://github.com/gfx-rs/gfx/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
|
aa0376ffc2 |
Bump futures-channel from 0.3.5 to 0.3.8
Bumps [futures-channel](https://github.com/rust-lang/futures-rs) from 0.3.5 to 0.3.8. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.5...0.3.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
|
057df85e46
|
Bump libz-sys from 1.0.25 to 1.1.2
Bumps [libz-sys](https://github.com/rust-lang/libz-sys) from 1.0.25 to 1.1.2. - [Release notes](https://github.com/rust-lang/libz-sys/releases) - [Commits](https://github.com/rust-lang/libz-sys/compare/1.0.25...1.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
|
d49922ec5e
|
Bump string_cache from 0.8.0 to 0.8.1
Bumps [string_cache](https://github.com/servo/string-cache) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/servo/string-cache/releases) - [Commits](https://github.com/servo/string-cache/compare/v0.8.0...v0.8.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
|
71dd9b8166
|
Bump futures-task from 0.3.5 to 0.3.8
Bumps [futures-task](https://github.com/rust-lang/futures-rs) from 0.3.5 to 0.3.8. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.5...0.3.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
|
f9660672be
|
Bump futures-io from 0.3.5 to 0.3.8
Bumps [futures-io](https://github.com/rust-lang/futures-rs) from 0.3.5 to 0.3.8. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.5...0.3.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
|
3b74301bde
|
Bump crc32fast from 1.2.0 to 1.2.1
Bumps [crc32fast](https://github.com/srijs/rust-crc32fast) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/srijs/rust-crc32fast/releases) - [Commits](https://github.com/srijs/rust-crc32fast/compare/v1.2.0...v1.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
|
ec09417358
|
Auto merge of #27799 - servo:dependabot/cargo/url-2.2.0, r=jdm
Bump url from 2.1.1 to 2.2.0 Bumps [url](https://github.com/servo/rust-url) from 2.1.1 to 2.2.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
cac7e8cc02
|
Auto merge of #27798 - servo:dependabot/cargo/regex-1.4.2, r=jdm
Bump regex from 1.3.9 to 1.4.2 Bumps [regex](https://github.com/rust-lang/regex) from 1.3.9 to 1.4.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/regex/blob/master/CHANGELOG.md">regex's changelog</a>.</em></p> <blockquote> <h1>1.4.2 (2020-11-01)</h1> <p>This is a small bug fix release that bans <code>\P{any}</code>. We previously banned empty classes like <code>[^\w\W]</code>, but missed the <code>\P{any}</code> case. In the future, we hope to permit empty classes.</p> <ul> <li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/722">#722</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/722">rust-lang/regex#722</a>): Ban <code>\P{any}</code> to avoid a panic in the regex compiler. Found by OSS-Fuzz.</li> </ul> <h1>1.4.1 (2020-10-13)</h1> <p>This is a small bug fix release that makes <code>\p{cf}</code> work. Previously, it would report "property not found" even though <code>cf</code> is a valid abbreviation for the <code>Format</code> general category.</p> <ul> <li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/719">#719</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/719">rust-lang/regex#719</a>): Fixes bug that prevented <code>\p{cf}</code> from working.</li> </ul> <h1>1.4.0 (2020-10-11)</h1> <p>This releases has a few minor documentation fixes as well as some very minor API additions. The MSRV remains at Rust 1.28 for now, but this is intended to increase to at least Rust 1.41.1 soon.</p> <p>This release also adds support for OSS-Fuzz. Kudos to <a href="https://github.com/DavidKorczynski">@DavidKorczynski</a> for doing the heavy lifting for that!</p> <p>New features:</p> <ul> <li>[FEATURE <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/649">#649</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/649">rust-lang/regex#649</a>): Support <code>[</code>, <code>]</code> and <code>.</code> in capture group names.</li> <li>[FEATURE <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/687">#687</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/687">rust-lang/regex#687</a>): Add <code>is_empty</code> predicate to <code>RegexSet</code>.</li> <li>[FEATURE <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/689">#689</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/689">rust-lang/regex#689</a>): Implement <code>Clone</code> for <code>SubCaptureMatches</code>.</li> <li>[FEATURE <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/715">#715</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/715">rust-lang/regex#715</a>): Add <code>empty</code> constructor to <code>RegexSet</code> for convenience.</li> </ul> <p>Bug fixes:</p> <ul> <li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/694">#694</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/694">rust-lang/regex#694</a>): Fix doc example for <code>Replacer::replace_append</code>.</li> <li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/698">#698</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/698">rust-lang/regex#698</a>): Clarify docs for <code>s</code> flag when using a <code>bytes::Regex</code>.</li> <li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/711">#711</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/711">rust-lang/regex#711</a>): Clarify <code>is_match</code> docs to indicate that it can match anywhere in string.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
025f3d2d56
|
Bump url from 2.1.1 to 2.2.0
Bumps [url](https://github.com/servo/rust-url) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.1.1...v2.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
|
f724259536
|
Bump regex from 1.3.9 to 1.4.2
Bumps [regex](https://github.com/rust-lang/regex) from 1.3.9 to 1.4.2. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.3.9...1.4.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
|
b8e526f4ef
|
Bump instant from 0.1.6 to 0.1.9
Bumps [instant](https://github.com/sebcrozet/instant) from 0.1.6 to 0.1.9. - [Release notes](https://github.com/sebcrozet/instant/releases) - [Commits](https://github.com/sebcrozet/instant/compare/v0.1.6...v0.1.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
|
d68d543eab
|
Auto merge of #27734 - servo:dependabot/cargo/encoding_rs-0.8.26, r=jdm
Bump encoding_rs from 0.8.23 to 0.8.26 Bumps [encoding_rs](https://github.com/hsivonen/encoding_rs) from 0.8.23 to 0.8.26. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
3f46bec962
|
Auto merge of #27630 - servo:dependabot/cargo/indexmap-1.6.0, r=jdm
Bump indexmap from 1.5.0 to 1.6.0 Bumps [indexmap](https://github.com/bluss/indexmap) from 1.5.0 to 1.6.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
66616c65a1
|
Auto merge of #27788 - jdm:crossbeam-channel-up, r=jdm
Update past yanked crate. crossbeam-channel 0.4.3 was yanked in October and 0.4.4 includes https://github.com/crossbeam-rs/crossbeam/pull/533. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] There are tests for these changes |
||
|
30ac2e79a5
|
Auto merge of #27733 - servo:dependabot/cargo/ppv-lite86-0.2.10, r=jdm
Bump ppv-lite86 from 0.2.8 to 0.2.10 Bumps [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) from 0.2.8 to 0.2.10. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
9efcfb8f0f
|
Auto merge of #27721 - servo:dependabot/cargo/syn-1.0.48, r=jdm
Bump syn from 1.0.38 to 1.0.48 Bumps [syn](https://github.com/dtolnay/syn) from 1.0.38 to 1.0.48. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/syn/releases">syn's releases</a>.</em></p> <blockquote> <h2>1.0.46</h2> <ul> <li>Fix parsing structured attributes that contain nested absolute paths, such as <code>#[derive(::serde::Serialize)]</code> (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/909">#909</a>)</li> </ul> <h2>1.0.45</h2> <ul> <li>Provide more detailed error messages when parsing specific literal kind (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/908">#908</a>)</li> </ul> <h2>1.0.44</h2> <ul> <li>Fix some parsing of patterns inside of None-delimited groups (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/907">#907</a>)</li> </ul> <h2>1.0.43</h2> <ul> <li>Add Parse impl for syn::Signature</li> </ul> <h2>1.0.42</h2> <ul> <li>Fix several bugs involving unusual suffixes on integer and floating point literal tokens (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/898">#898</a>, <a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/899">#899</a>, <a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/900">#900</a>)</li> </ul> <h2>1.0.41</h2> <ul> <li>Fix panic on printing an incomplete (having fewer path segments than originally parsed with) qualified path (ExprPath, PatPath, TypePath containing QSelf) (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/891">#891</a>, thanks <a href="https://github.com/taiki-e">@taiki-e</a>)</li> <li>Fix panic triggered by syntactically invalid overflowing negative float literal after <code>.</code> in a field access position, e.g. <code>let _ = obj.-0.9E999999</code> (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/895">#895</a>, thanks <a href="https://github.com/sameer">@sameer</a>)</li> <li>Enable using <code>parse_macro_input!</code> with a Parser function rather than type having a Parse impl (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/896">#896</a>, thanks <a href="https://github.com/sbrocket">@sbrocket</a>)</li> </ul> <h2>1.0.40</h2> <ul> <li>Fix panic on parsing float literals having both an exponent and a suffix beginning with 'e' or 'E', such as <code>9e99e999</code> (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/893">#893</a>)</li> </ul> <h2>1.0.39</h2> <ul> <li>Improve compile time by pre-expanding derives (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/885">#885</a>)</li> <li>Parse const generic parameters in any order relative to type parameters (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/886">#886</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
473bfd0bae
|
Auto merge of #27612 - servo:dependabot/cargo/spirv_headers-1.5.0, r=jdm
Bump spirv_headers from 1.4.2 to 1.5.0 Bumps [spirv_headers](https://github.com/gfx-rs/rspirv) from 1.4.2 to 1.5.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/gfx-rs/rspirv/commits">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=spirv_headers&package-manager=cargo&previous-version=1.4.2&new-version=1.5.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> |
||
|
6b40627efa
|
Auto merge of #27616 - servo:dependabot/cargo/glslopt-0.1.7, r=jdm
Bump glslopt from 0.1.5 to 0.1.7 Bumps [glslopt](https://github.com/jamienicol/glslopt-rs) from 0.1.5 to 0.1.7. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/jamienicol/glslopt-rs/commits">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=glslopt&package-manager=cargo&previous-version=0.1.5&new-version=0.1.7) 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> |
||
|
3c1f690beb
|
Auto merge of #27604 - servo:dependabot/cargo/autocfg-1.0.1, r=jdm
Bump autocfg from 1.0.0 to 1.0.1 Bumps [autocfg](https://github.com/cuviper/autocfg) from 1.0.0 to 1.0.1. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
720fc3472f
|
Auto merge of #27573 - servo:dependabot/cargo/lazycell-1.3.0, r=jdm
Bump lazycell from 1.2.1 to 1.3.0 Bumps [lazycell](https://github.com/indiv0/lazycell) from 1.2.1 to 1.3.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/indiv0/lazycell/blob/master/CHANGELOG.md">lazycell's changelog</a>.</em></p> <blockquote> <h2>v1.3.0 (2020-08-12)</h2> <h4>Bug Fixes</h4> <ul> <li>Add custom <code>impl Default</code> to support non-Default-able <code><T></code> types (<a href=" |
||
|
9ded3a127f
|
Auto merge of #27555 - servo:dependabot/cargo/surfman-chains-0.5.1, r=KiChjang
Bump surfman-chains from 0.5.0 to 0.5.1 Bumps [surfman-chains](https://github.com/asajeffrey/surfman-chains) from 0.5.0 to 0.5.1. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/asajeffrey/surfman-chains/commits">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=surfman-chains&package-manager=cargo&previous-version=0.5.0&new-version=0.5.1) 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> |
||
|
2177a03cad
|
Auto merge of #27540 - servo:dependabot/cargo/webxr-cc6af6d, r=jdm
build(deps): bump webxr from `7763f48` to `cc6af6d` Bumps [webxr](https://github.com/servo/webxr) from `7763f48` to `cc6af6d`. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
d8d342bfc0 | Update past yanked crate. | ||
|
43b3d93aec |
Use data_url::Mime to parse the MIME Types
This commit follows the spectification https://fetch.spec.whatwg.org/#concept-header-extract-mime-type |