mirror of
https://github.com/servo/servo.git
synced 2025-10-02 09:39:14 +01:00
5401 commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
|
f7ad635970
|
Bump openssl from 0.10.38 to 0.10.41
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.38 to 0.10.41. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.38...openssl-v0.10.41) --- updated-dependencies: - dependency-name: openssl dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
4ecafb4c97
|
Bump bit-set from 0.5.2 to 0.5.3
Bumps [bit-set](https://github.com/contain-rs/bit-set) from 0.5.2 to 0.5.3. - [Release notes](https://github.com/contain-rs/bit-set/releases) - [Commits](https://github.com/contain-rs/bit-set/commits/v0.5.3) --- updated-dependencies: - dependency-name: bit-set dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
8ec4023269
|
Bump cssparser from 0.29.2 to 0.29.6
Bumps [cssparser](https://github.com/servo/rust-cssparser) from 0.29.2 to 0.29.6. - [Release notes](https://github.com/servo/rust-cssparser/releases) - [Commits](https://github.com/servo/rust-cssparser/commits) --- updated-dependencies: - dependency-name: cssparser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
cdf05b135e
|
Bump gif from 0.11.3 to 0.11.4
Bumps [gif](https://github.com/image-rs/image-gif) from 0.11.3 to 0.11.4. - [Release notes](https://github.com/image-rs/image-gif/releases) - [Changelog](https://github.com/image-rs/image-gif/blob/master/Changes.md) - [Commits](https://github.com/image-rs/image-gif/compare/v0.11.3...v0.11.4) --- updated-dependencies: - dependency-name: gif dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
29ea09e591
|
Auto merge of #28902 - servo:dependabot/cargo/spin-0.9.4, r=jdm
Bump spin from 0.9.2 to 0.9.4 Bumps [spin](https://github.com/mvdnes/spin-rs) from 0.9.2 to 0.9.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mvdnes/spin-rs/blob/master/CHANGELOG.md">spin's changelog</a>.</em></p> <blockquote> <h1>[0.9.4] - 2022-07-14</h1> <h3>Fixed</h3> <ul> <li>Fixed unsoundness in <code>RwLock</code> on reader overflow</li> <li>Relaxed <code>Send</code>/<code>Sync</code> bounds for <code>SpinMutex</code> and <code>TicketMutex</code> (doesn't affect <code>Mutex</code> itself)</li> </ul> <h1>[0.9.3] - 2022-04-17</h1> <h3>Added</h3> <ul> <li>Implemented <code>Default</code> for <code>Once</code></li> <li><code>Once::try_call_once</code></li> </ul> <h3>Fixed</h3> <ul> <li>Fixed bug that caused <code>Once::call_once</code> to incorrectly fail</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/mvdnes/spin-rs/commits">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) </details> |
||
|
60ddc19435
|
Auto merge of #28941 - servo:dependabot/cargo/crossbeam-epoch-0.9.10, r=jdm
Bump crossbeam-epoch from 0.9.8 to 0.9.10 Bumps [crossbeam-epoch](https://github.com/crossbeam-rs/crossbeam) from 0.9.8 to 0.9.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crossbeam-rs/crossbeam/releases">crossbeam-epoch's releases</a>.</em></p> <blockquote> <h2>crossbeam-epoch 0.9.10</h2> <ul> <li>Bump the minimum supported Rust version to 1.38. (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/877">#877</a>)</li> <li>Mitigate the risk of segmentation faults in buggy downstream implementations. (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/879">#879</a>)</li> <li>Add <code>{Atomic, Shared}::try_into_owned</code> (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/701">#701</a>)</li> </ul> <h2>crossbeam-epoch 0.9.9</h2> <ul> <li>Replace lazy_static with once_cell. (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/817">#817</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
3aef5d41d7
|
Auto merge of #28937 - servo:dependabot/cargo/tokio-stream-0.1.9, r=jdm
Bump tokio-stream from 0.1.8 to 0.1.9 Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.8 to 0.1.9. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
c12876dc58
|
Bump crossbeam-epoch from 0.9.8 to 0.9.10
Bumps [crossbeam-epoch](https://github.com/crossbeam-rs/crossbeam) from 0.9.8 to 0.9.10. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-epoch-0.9.8...crossbeam-epoch-0.9.10) --- updated-dependencies: - dependency-name: crossbeam-epoch dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
a59c18063f
|
Auto merge of #28935 - servo:dependabot/cargo/smallvec-1.9.0, r=jdm
Bump smallvec from 1.8.0 to 1.9.0 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.8.0 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/servo/rust-smallvec/releases">smallvec's releases</a>.</em></p> <blockquote> <h2>v1.9.0</h2> <ul> <li>Add <code>retain_mut</code> as an alias for <code>retain</code>, for compatibility with <code>std::vec::Vec</code> (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/283">#283</a>).</li> </ul> <h2>v1.8.1</h2> <ul> <li>Optimize inserts at the end of the vector (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/282">#282</a>).</li> <li>Fix possible aliasing issues with raw pointers (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/277">#277</a>).</li> <li>Fix format of license field in Cargo manifest (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/278">#278</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
1bc390c15f
|
Bump tokio-stream from 0.1.8 to 0.1.9
Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.8 to 0.1.9. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.8...tokio-stream-0.1.9) --- updated-dependencies: - dependency-name: tokio-stream dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
0b747e8a15
|
Bump smallvec from 1.8.0 to 1.9.0
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: smallvec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
4cdec17a78
|
Bump rayon-core from 1.9.2 to 1.9.3
Bumps [rayon-core](https://github.com/rayon-rs/rayon) from 1.9.2 to 1.9.3. - [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.9.2...rayon-core-v1.9.3) --- updated-dependencies: - dependency-name: rayon-core dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
3e55deded6
|
Auto merge of #28904 - servo:dependabot/cargo/image-0.24.3, r=jdm
Bump image from 0.24.1 to 0.24.3 Bumps [image](https://github.com/image-rs/image) from 0.24.1 to 0.24.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/image-rs/image/blob/master/CHANGES.md">image's changelog</a>.</em></p> <blockquote> <h3>Version 0.24.3</h3> <p>New Features:</p> <ul> <li><code>TiffDecoder</code> now supports setting resource limits.</li> </ul> <p>Bug fixes:</p> <ul> <li>Fix compile issues on little endian systems.</li> <li>Various panics discovered by fuzzing.</li> </ul> <h3>Version 0.24.2</h3> <p>Structural changes:</p> <ul> <li>CI now runs <code>cargo-deny</code>, checking dependent crates to an OSS license list and against RUSTSEC advisories.</li> </ul> <p>New Features:</p> <ul> <li>The WebP decoder recognizes and decodes images with <code>VP8X</code> header.</li> <li>The DDS decoder recognizes and decodes images with <code>DX10</code> headers.</li> </ul> <p>Bug fixes:</p> <ul> <li>Calling <code>DynamicImage</code>/<code>ImageBuffer</code>'s methods <code>write_to</code> and <code>save</code> will now work properly even if the backing container is larger than the image layout requires. Only the relevant slice of pixel data is passed to the encoder.</li> <li>Fixed a OOM-panic caused by malformed images in the <code>gif</code> decoder.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/image-rs/image/commits">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) </details> |
||
|
195abb7475
|
Bump inplace_it from 0.3.2 to 0.3.4
Bumps [inplace_it](https://github.com/NotIntMan/inplace_it) from 0.3.2 to 0.3.4. - [Release notes](https://github.com/NotIntMan/inplace_it/releases) - [Commits](https://github.com/NotIntMan/inplace_it/commits) --- updated-dependencies: - dependency-name: inplace_it dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
a149da3064
|
Auto merge of #28895 - servo:dependabot/cargo/libz-sys-1.1.8, r=jdm
Bump libz-sys from 1.1.5 to 1.1.8 Bumps [libz-sys](https://github.com/rust-lang/libz-sys) from 1.1.5 to 1.1.8. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/rust-lang/libz-sys/commits">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) </details> |
||
|
4268e2722d
|
Auto merge of #28864 - servo:dependabot/cargo/cssparser-0.29.2, r=jdm
Bump cssparser from 0.29.0 to 0.29.2 Bumps [cssparser](https://github.com/servo/rust-cssparser) from 0.29.0 to 0.29.2. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/servo/rust-cssparser/commits">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) </details> |
||
|
cc050fc54c
|
Bump image from 0.24.1 to 0.24.3
Bumps [image](https://github.com/image-rs/image) from 0.24.1 to 0.24.3. - [Release notes](https://github.com/image-rs/image/releases) - [Changelog](https://github.com/image-rs/image/blob/master/CHANGES.md) - [Commits](https://github.com/image-rs/image/commits) --- updated-dependencies: - dependency-name: image dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
9425204b7a
|
Auto merge of #28894 - servo:dependabot/cargo/rayon-1.5.3, r=jdm
Bump rayon from 1.5.1 to 1.5.3 Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.1 to 1.5.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rayon-rs/rayon/blob/master/RELEASES.md">rayon's changelog</a>.</em></p> <blockquote> <h1>Release rayon 1.5.3 (2022-05-13)</h1> <ul> <li>The new <code>ParallelSliceMut::par_sort_by_cached_key</code> is a stable sort that caches the keys for each item -- a parallel version of <code>slice::sort_by_cached_key</code>.</li> </ul> <h1>Release rayon-core 1.9.3 (2022-05-13)</h1> <ul> <li>Fixed a use-after-free race in job notification.</li> </ul> <h1>Release rayon 1.5.2 / rayon-core 1.9.2 (2022-04-13)</h1> <ul> <li>The new <code>ParallelSlice::par_rchunks()</code> and <code>par_rchunks_exact()</code> iterate slice chunks in reverse, aligned the against the end of the slice if the length is not a perfect multiple of the chunk size. The new <code>ParallelSliceMut::par_rchunks_mut()</code> and <code>par_rchunks_exact_mut()</code> are the same for mutable slices.</li> <li>The <code>ParallelIterator::try_*</code> methods now support <code>std::ops::ControlFlow</code> and <code>std::task::Poll</code> items, mirroring the unstable <code>Try</code> implementations in the standard library.</li> <li>The <code>ParallelString</code> pattern-based methods now support <code>&[char]</code> patterns, which match when any character in that slice is found in the string.</li> <li>A soft limit is now enforced on the number of threads allowed in a single thread pool, respecting internal bit limits that already existed. The current maximum is publicly available from the new function <code>max_num_threads()</code>.</li> <li>Fixed several Stacked Borrow and provenance issues found by <code>cargo miri</code>.</li> </ul> <h2>Contributors</h2> <p>Thanks to all of the contributors for this release!</p> <ul> <li><a href="https://github.com/atouchet"><code>@atouchet</code></a></li> <li><a href="https://github.com/bluss"><code>@bluss</code></a></li> <li><a href="https://github.com/cuviper"><code>@cuviper</code></a></li> <li><a href="https://github.com/fzyzcjy"><code>@fzyzcjy</code></a></li> <li><a href="https://github.com/nyanzebra"><code>@nyanzebra</code></a></li> <li><a href="https://github.com/paolobarbolini"><code>@paolobarbolini</code></a></li> <li><a href="https://github.com/RReverser"><code>@RReverser</code></a></li> <li><a href="https://github.com/saethlin"><code>@saethlin</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
2c5e8e7797
|
Bump spin from 0.9.2 to 0.9.4
Bumps [spin](https://github.com/mvdnes/spin-rs) from 0.9.2 to 0.9.4. - [Release notes](https://github.com/mvdnes/spin-rs/releases) - [Changelog](https://github.com/mvdnes/spin-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/mvdnes/spin-rs/commits) --- updated-dependencies: - dependency-name: spin dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
23a2e6a01d
|
Bump libz-sys from 1.1.5 to 1.1.8
Bumps [libz-sys](https://github.com/rust-lang/libz-sys) from 1.1.5 to 1.1.8. - [Release notes](https://github.com/rust-lang/libz-sys/releases) - [Commits](https://github.com/rust-lang/libz-sys/commits) --- updated-dependencies: - dependency-name: libz-sys dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
f732e36902
|
Bump rayon from 1.5.1 to 1.5.3
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.1 to 1.5.3. - [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/v1.5.1...v1.5.3) --- updated-dependencies: - dependency-name: rayon dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
b2ea5f0160
|
Implement WebP support
This also updates the image crate to 0.24.2 Signed-off-by: Ennui Langeweile <85590273+EnnuiL@users.noreply.github.com> |
||
|
d282504b6c
|
Auto merge of #28872 - servo:dependabot/cargo/toml-0.5.9, r=jdm
Bump toml from 0.5.6 to 0.5.9 Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.6 to 0.5.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/alexcrichton/toml-rs/releases">toml's releases</a>.</em></p> <blockquote> <h2>0.5.9</h2> <p>Changes:</p> <ul> <li><a href="https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/373">#373</a>: Allow empty table keys</li> <li><a href="https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/426">#426</a>: Fix serialization of -0.0</li> <li><a href="https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/439">#439</a>: Make datetime structs and fields public</li> </ul> <h2>0.5.8</h2> <p>Minor doc fix (<a href="https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/409">#409</a>)</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
be3e9f471d
|
Bump tracing-core from 0.1.25 to 0.1.26
Bumps [tracing-core](https://github.com/tokio-rs/tracing) from 0.1.25 to 0.1.26. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-core-0.1.25...tracing-core-0.1.26) --- updated-dependencies: - dependency-name: tracing-core dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
41daae689d
|
Bump toml from 0.5.6 to 0.5.9
Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.6 to 0.5.9. - [Release notes](https://github.com/alexcrichton/toml-rs/releases) - [Commits](https://github.com/alexcrichton/toml-rs/compare/0.5.6...0.5.9) --- updated-dependencies: - dependency-name: toml dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
0e5fca4a10
|
Auto merge of #28869 - servo:dependabot/cargo/rayon-core-1.9.2, r=jdm
Bump rayon-core from 1.9.1 to 1.9.2 Bumps [rayon-core](https://github.com/rayon-rs/rayon) from 1.9.1 to 1.9.2. <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.2 / rayon-core 1.9.2 (2022-04-13)</h1> <ul> <li>The new <code>ParallelSlice::par_rchunks()</code> and <code>par_rchunks_exact()</code> iterate slice chunks in reverse, aligned the against the end of the slice if the length is not a perfect multiple of the chunk size. The new <code>ParallelSliceMut::par_rchunks_mut()</code> and <code>par_rchunks_exact_mut()</code> are the same for mutable slices.</li> <li>The <code>ParallelIterator::try_*</code> methods now support <code>std::ops::ControlFlow</code> and <code>std::task::Poll</code> items, mirroring the unstable <code>Try</code> implementations in the standard library.</li> <li>The <code>ParallelString</code> pattern-based methods now support <code>&[char]</code> patterns, which match when any character in that slice is found in the string.</li> <li>A soft limit is now enforced on the number of threads allowed in a single thread pool, respecting internal bit limits that already existed. The current maximum is publicly available from the new function <code>max_num_threads()</code>.</li> <li>Fixed several Stacked Borrow and provenance issues found by <code>cargo miri</code>.</li> </ul> <h2>Contributors</h2> <p>Thanks to all of the contributors for this release!</p> <ul> <li><a href="https://github.com/atouchet"><code>@atouchet</code></a></li> <li><a href="https://github.com/bluss"><code>@bluss</code></a></li> <li><a href="https://github.com/cuviper"><code>@cuviper</code></a></li> <li><a href="https://github.com/fzyzcjy"><code>@fzyzcjy</code></a></li> <li><a href="https://github.com/nyanzebra"><code>@nyanzebra</code></a></li> <li><a href="https://github.com/paolobarbolini"><code>@paolobarbolini</code></a></li> <li><a href="https://github.com/RReverser"><code>@RReverser</code></a></li> <li><a href="https://github.com/saethlin"><code>@saethlin</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/rayon-rs/rayon/commits">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) </details> |
||
|
f0fac9b382
|
Auto merge of #28865 - servo:dependabot/cargo/tracing-core-0.1.25, r=jdm
Bump tracing-core from 0.1.24 to 0.1.25 Bumps [tracing-core](https://github.com/tokio-rs/tracing) from 0.1.24 to 0.1.25. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tracing/releases">tracing-core's releases</a>.</em></p> <blockquote> <h2>tracing-core 0.1.25</h2> <p>This release adds additional <code>Value</code> implementations for <code>std::error::Error</code> trait objects with auto trait bounds (<code>Send</code> and <code>Sync</code>), as Rust will not auto-coerce trait objects. Additionally, it fixes a bug when setting scoped dispatchers that was introduced in the previous release (<a href="https://github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.24">v0.1.24</a>).</p> <h3>Added</h3> <ul> <li><code>Value</code> implementations for <code>dyn Error + Send + 'static</code>, <code>dyn Error + Send + Sync + 'static</code>, <code>dyn Error + Sync + 'static</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2066">#2066</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Failure to use the global default dispatcher if a thread has set a scoped default prior to setting the global default, and unset the scoped default after setting the global default (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2065">#2065</a>)</li> </ul> <p>Thanks to <a href="https://github.com/lilyball"><code>@lilyball</code></a> for contributing to this release!</p> <p><a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2066">#2066</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/2066">tokio-rs/tracing#2066</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2065">#2065</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/2065">tokio-rs/tracing#2065</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
c70f41e980
|
Auto merge of #28866 - servo:dependabot/cargo/opaque-debug-0.2.3, r=jdm
Bump opaque-debug from 0.2.1 to 0.2.3 Bumps [opaque-debug](https://github.com/RustCrypto/utils) from 0.2.1 to 0.2.3. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
4d009a989c
|
Auto merge of #28861 - servo:dependabot/cargo/ryu-1.0.9, r=jdm
Bump ryu from 1.0.5 to 1.0.9 Bumps [ryu](https://github.com/dtolnay/ryu) from 1.0.5 to 1.0.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/ryu/releases">ryu's releases</a>.</em></p> <blockquote> <h2>1.0.9</h2> <ul> <li>Add chart to readme comparing performance vs std::fmt (<a href="https://github-redirect.dependabot.com/dtolnay/ryu/issues/44">#44</a>)</li> </ul> <h2>1.0.8</h2> <ul> <li>Add crates.io category 'value-formatting'</li> </ul> <h2>1.0.7</h2> <ul> <li>Delete non-u128 fallback for very old Emscripten targets (<a href="https://github-redirect.dependabot.com/dtolnay/ryu/issues/39">#39</a>, <a href="https://github-redirect.dependabot.com/dtolnay/ryu/issues/40">#40</a>)</li> </ul> <h2>1.0.6</h2> <ul> <li>Conform to stacked borrows for compatibility with <code>MIRIFLAGS="-Zmiri-track-raw-pointers" cargo miri</code> (<a href="https://github-redirect.dependabot.com/dtolnay/ryu/issues/37">#37</a>, thanks <a href="https://github.com/saethlin"><code>@saethlin</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
2d98b759e1
|
Bump rayon-core from 1.9.1 to 1.9.2
Bumps [rayon-core](https://github.com/rayon-rs/rayon) from 1.9.1 to 1.9.2. - [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/commits) --- updated-dependencies: - dependency-name: rayon-core dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
9eccd1c81e
|
Auto merge of #28863 - servo:dependabot/cargo/ab_glyph_rasterizer-0.1.5, r=jdm
Bump ab_glyph_rasterizer from 0.1.4 to 0.1.5 Bumps [ab_glyph_rasterizer](https://github.com/alexheretic/ab-glyph) from 0.1.4 to 0.1.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/alexheretic/ab-glyph/releases">ab_glyph_rasterizer's releases</a>.</em></p> <blockquote> <h2>ab-glyph-rasterizer-0.1.5</h2> <ul> <li>Remove cap of <code>1.0</code> for coverage values returned by <code>for_each_pixel</code> now <code>>= 1.0</code> means fully covered. This allows a minor reduction in operations / performance boost.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
364199c185
|
Auto merge of #28862 - servo:dependabot/cargo/tempfile-3.3.0, r=jdm
Bump tempfile from 3.1.0 to 3.3.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.1.0 to 3.3.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Stebalien/tempfile/blob/master/NEWS">tempfile's changelog</a>.</em></p> <blockquote> <h1>3.3.0</h1> <p>Features:</p> <ul> <li>Replace rand with fastrand for a significantly smaller dependency tree. Cryptographic randomness isn't necessary for temporary file names, and isn't all that helpful either.</li> <li>Add limited WASI support.</li> <li>Add a function to extract the inner data from a <code>SpooledTempFile</code>.</li> </ul> <p>Bug Fixes:</p> <ul> <li>Make it possible to persist unnamed temporary files on linux by removing the <code>O_EXCL</code> flag.</li> <li>Fix redox minimum crate version.</li> </ul> <h1>3.2.0</h1> <p>Features:</p> <ul> <li>Bump rand dependency to <code>0.8</code>.</li> <li>Bump cfg-if dependency to <code>1.0</code></li> </ul> <p>Other than that, this release mostly includes small cleanups and simplifications.</p> <p>Breaking: The minimum rust version is now <code>1.40.0</code>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
93e7d203c8
|
Auto merge of #28855 - servo:dependabot/cargo/clang-sys-1.3.1, r=jdm
Bump clang-sys from 1.2.0 to 1.3.1 Bumps [clang-sys](https://github.com/KyleMayes/clang-sys) from 1.2.0 to 1.3.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/KyleMayes/clang-sys/blob/master/CHANGELOG.md">clang-sys's changelog</a>.</em></p> <blockquote> <h2>[1.3.1] - 2022-02-03</h2> <h3>Added</h3> <ul> <li>Added missing <code>clang_getToken</code> function</li> </ul> <h2>[1.3.0] - 2021-10-31</h2> <h3>Added</h3> <ul> <li>Added support for <code>clang</code> 13.0.x</li> <li>Added support for <code>clang</code> 12.0.x</li> <li>Added support for the Haiku operating system</li> </ul> <h2>[1.2.2] - 2021-09-02</h2> <h3>Fixed</h3> <ul> <li>Fixed handling of paths that contain characters that have special meaning in glob patterns (e.g., <code>[</code> or <code>]</code>)</li> </ul> <h2>[1.2.1] - 2021-08-24</h2> <h3>Changed</h3> <ul> <li>Updated build script to check the install location used by the <a href="https://scoop.sh/">Scoop</a> command-line installer on Windows</li> </ul> <h3>Fixed</h3> <ul> <li>Updated build script to support environments where the <code>PATH</code> environment variable is not set</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
7b385fad5d
|
Auto merge of #28858 - servo:dependabot/cargo/bitflags-1.3.2, r=jdm
Bump bitflags from 1.2.1 to 1.3.2 Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.2.1 to 1.3.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bitflags/bitflags/releases">bitflags's releases</a>.</em></p> <blockquote> <h2>1.3.2</h2> <ul> <li>Allow <code>non_snake_case</code> in generated flags types (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/256">#256</a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/256">#256</a>: <a href="https://github-redirect.dependabot.com/bitflags/bitflags/pull/256">bitflags/bitflags#256</a></p> <h2>1.3.1</h2> <ul> <li>Revert unconditional <code>#[repr(transparent)]</code> (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/252">#252</a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/252">#252</a>: <a href="https://github-redirect.dependabot.com/bitflags/bitflags/pull/252">bitflags/bitflags#252</a></p> <h2>1.3.0 (yanked)</h2> <ul> <li> <p>Add <code>#[repr(transparent)]</code> (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/187">#187</a>)</p> </li> <li> <p>End <code>empty</code> doc comment with full stop (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/202">#202</a>)</p> </li> <li> <p>Fix typo in crate root docs (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/206">#206</a>)</p> </li> <li> <p>Document from_bits_unchecked unsafety (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/207">#207</a>)</p> </li> <li> <p>Let <code>is_all</code> ignore extra bits (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/211">#211</a>)</p> </li> <li> <p>Allows empty flag definition (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/225">#225</a>)</p> </li> <li> <p>Making crate accessible from std (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/227">#227</a>)</p> </li> <li> <p>Make <code>from_bits</code> a const fn (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/229">#229</a>)</p> </li> <li> <p>Allow multiple bitflags structs in one macro invocation (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/235">#235</a>)</p> </li> <li> <p>Add named functions to perform set operations (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/244">#244</a>)</p> </li> <li> <p>Fix typos in method docs (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/245">#245</a>)</p> </li> <li> <p>Modernization of the <code>bitflags</code> macro to take advantage of newer features and 2018 idioms (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/246">#246</a>)</p> </li> <li> <p>Fix regression (in an unreleased feature) and simplify tests (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/247">#247</a>)</p> </li> <li> <p>Use <code>Self</code> and fix bug when overriding <code>stringify!</code> (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/249">#249</a>)</p> </li> </ul> <p><a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/187">#187</a>: <a href="https://github-redirect.dependabot.com/bitflags/bitflags/pull/187">bitflags/bitflags#187</a> <a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/202">#202</a>: <a href="https://github-redirect.dependabot.com/bitflags/bitflags/pull/202">bitflags/bitflags#202</a> <a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/206">#206</a>: <a href="https://github-redirect.dependabot.com/bitflags/bitflags/pull/206">bitflags/bitflags#206</a> <a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/207">#207</a>: <a href="https://github-redirect.dependabot.com/bitflags/bitflags/pull/207">bitflags/bitflags#207</a> <a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/211">#211</a>: <a href="https://github-redirect.dependabot.com/bitflags/bitflags/pull/211">bitflags/bitflags#211</a> <a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/225">#225</a>: <a href="https://github-redirect.dependabot.com/bitflags/bitflags/pull/225">bitflags/bitflags#225</a> <a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/227">#227</a>: <a href="https://github-redirect.dependabot.com/bitflags/bitflags/pull/227">bitflags/bitflags#227</a> <a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/229">#229</a>: <a href="https://github-redirect.dependabot.com/bitflags/bitflags/pull/229">bitflags/bitflags#229</a> <a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/235">#235</a>: <a href="https://github-redirect.dependabot.com/bitflags/bitflags/pull/235">bitflags/bitflags#235</a> <a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/244">#244</a>: <a href="https://github-redirect.dependabot.com/bitflags/bitflags/pull/244">bitflags/bitflags#244</a> <a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/245">#245</a>: <a href="https://github-redirect.dependabot.com/bitflags/bitflags/pull/245">bitflags/bitflags#245</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md">bitflags's changelog</a>.</em></p> <blockquote> <h1>1.3.2</h1> <ul> <li>Allow <code>non_snake_case</code> in generated flags types (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/256">#256</a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/256">#256</a>: <a href="https://github-redirect.dependabot.com/bitflags/bitflags/pull/256">bitflags/bitflags#256</a></p> <h1>1.3.1</h1> <ul> <li>Revert unconditional <code>#[repr(transparent)]</code> (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/252">#252</a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/252">#252</a>: <a href="https://github-redirect.dependabot.com/bitflags/bitflags/pull/252">bitflags/bitflags#252</a></p> <h1>1.3.0 (yanked)</h1> <p><strong>This release bumps the Minimum Supported Rust Version to <code>1.46.0</code></strong></p> <ul> <li> <p>Add <code>#[repr(transparent)]</code> (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/187">#187</a>)</p> </li> <li> <p>End <code>empty</code> doc comment with full stop (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/202">#202</a>)</p> </li> <li> <p>Fix typo in crate root docs (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/206">#206</a>)</p> </li> <li> <p>Document from_bits_unchecked unsafety (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/207">#207</a>)</p> </li> <li> <p>Let <code>is_all</code> ignore extra bits (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/211">#211</a>)</p> </li> <li> <p>Allows empty flag definition (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/225">#225</a>)</p> </li> <li> <p>Making crate accessible from std (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/227">#227</a>)</p> </li> <li> <p>Make <code>from_bits</code> a const fn (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/229">#229</a>)</p> </li> <li> <p>Allow multiple bitflags structs in one macro invocation (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/235">#235</a>)</p> </li> <li> <p>Add named functions to perform set operations (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/244">#244</a>)</p> </li> <li> <p>Fix typos in method docs (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/245">#245</a>)</p> </li> <li> <p>Modernization of the <code>bitflags</code> macro to take advantage of newer features and 2018 idioms (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/246">#246</a>)</p> </li> <li> <p>Fix regression (in an unreleased feature) and simplify tests (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/247">#247</a>)</p> </li> <li> <p>Use <code>Self</code> and fix bug when overriding <code>stringify!</code> (<a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/249">#249</a>)</p> </li> </ul> <p><a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/187">#187</a>: <a href="https://github-redirect.dependabot.com/bitflags/bitflags/pull/187">bitflags/bitflags#187</a> <a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/202">#202</a>: <a href="https://github-redirect.dependabot.com/bitflags/bitflags/pull/202">bitflags/bitflags#202</a> <a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/206">#206</a>: <a href="https://github-redirect.dependabot.com/bitflags/bitflags/pull/206">bitflags/bitflags#206</a> <a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/207">#207</a>: <a href="https://github-redirect.dependabot.com/bitflags/bitflags/pull/207">bitflags/bitflags#207</a> <a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/211">#211</a>: <a href="https://github-redirect.dependabot.com/bitflags/bitflags/pull/211">bitflags/bitflags#211</a> <a href="https://github-redirect.dependabot.com/bitflags/bitflags/issues/225">#225</a>: <a href="https://github-redirect.dependabot.com/bitflags/bitflags/pull/225">bitflags/bitflags#225</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
1d9ff266f1
|
Bump opaque-debug from 0.2.1 to 0.2.3
Bumps [opaque-debug](https://github.com/RustCrypto/utils) from 0.2.1 to 0.2.3. - [Release notes](https://github.com/RustCrypto/utils/releases) - [Commits](https://github.com/RustCrypto/utils/compare/opaque-debug-v0.2.1...der-v0.2.3) --- updated-dependencies: - dependency-name: opaque-debug dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
82089b418d
|
Bump tracing-core from 0.1.24 to 0.1.25
Bumps [tracing-core](https://github.com/tokio-rs/tracing) from 0.1.24 to 0.1.25. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-core-0.1.24...tracing-core-0.1.25) --- updated-dependencies: - dependency-name: tracing-core dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
5c0fd696a7
|
Bump cssparser from 0.29.0 to 0.29.2
Bumps [cssparser](https://github.com/servo/rust-cssparser) from 0.29.0 to 0.29.2. - [Release notes](https://github.com/servo/rust-cssparser/releases) - [Commits](https://github.com/servo/rust-cssparser/commits) --- updated-dependencies: - dependency-name: cssparser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
2243e5c22d
|
Bump ab_glyph_rasterizer from 0.1.4 to 0.1.5
Bumps [ab_glyph_rasterizer](https://github.com/alexheretic/ab-glyph) from 0.1.4 to 0.1.5. - [Release notes](https://github.com/alexheretic/ab-glyph/releases) - [Commits](https://github.com/alexheretic/ab-glyph/compare/ab-glyph-rasterizer-0.1.4...ab-glyph-rasterizer-0.1.5) --- updated-dependencies: - dependency-name: ab_glyph_rasterizer dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
05308e5204
|
Bump tempfile from 3.1.0 to 3.3.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.1.0 to 3.3.0. - [Release notes](https://github.com/Stebalien/tempfile/releases) - [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.1.0...v3.3.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
b72ce9f76c
|
Auto merge of #28857 - servo:dependabot/cargo/num_cpus-1.13.1, r=jdm
Bump num_cpus from 1.13.0 to 1.13.1 Bumps [num_cpus](https://github.com/seanmonstar/num_cpus) from 1.13.0 to 1.13.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/num_cpus/releases">num_cpus's releases</a>.</em></p> <blockquote> <h2>v1.13.1</h2> <h3>Fixes</h3> <ul> <li>fix parsing zero or multiple optional fields in cgroup mountinfo.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/num_cpus/blob/master/CHANGELOG.md">num_cpus's changelog</a>.</em></p> <blockquote> <h2>v1.13.1</h2> <h3>Fixes</h3> <ul> <li>fix parsing zero or multiple optional fields in cgroup mountinfo.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
a80b962f56
|
Auto merge of #28856 - servo:dependabot/cargo/tracing-core-0.1.24, r=jdm
Bump tracing-core from 0.1.21 to 0.1.24 Bumps [tracing-core](https://github.com/tokio-rs/tracing) from 0.1.21 to 0.1.24. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tracing/releases">tracing-core's releases</a>.</em></p> <blockquote> <h2>tracing-core 0.1.24</h2> <p>This release fixes a bug where setting <code>NoSubscriber</code> as the local default would not disable the global default subscriber locally.</p> <h3>Fixed</h3> <ul> <li>Setting <code>NoSubscriber</code> as the local default now correctly disables the global default subscriber (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2001">#2001</a>)</li> <li>Fixed compilation warnings with the "std" feature disabled (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2022">#2022</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Removed unnecessary use of <code>write!</code> and <code>format_args!</code> macros (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1988">#1988</a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1988">#1988</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/1988">tokio-rs/tracing#1988</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2001">#2001</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/2001">tokio-rs/tracing#2001</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2022">#2022</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/2022">tokio-rs/tracing#2022</a></p> <h2>tracing-core 0.1.23</h2> <h3>Changed</h3> <ul> <li>Removed <code>#[inline]</code> attributes from some <code>Dispatch</code> methods whose callers are now inlined (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1974">#1974</a>)</li> <li>Bumped minimum supported Rust version (MSRV) to Rust 1.49.0 (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1913">#1913</a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1913">#1913</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/1913">tokio-rs/tracing#1913</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1974">#1974</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/1974">tokio-rs/tracing#1974</a></p> <h2>tracing-core 0.1.22</h2> <p>This release adds <em>experimental</em> support for recording structured field values using the [<code>valuable</code>] crate. See [this blog post][post] for details on <code>valuable</code>.</p> <p>Note that <code>valuable</code> support currently requires <code>--cfg tracing_unstable</code>. See the documentation for details.</p> <h3>Added</h3> <ul> <li><strong>field</strong>: Experimental support for recording field values using the [<code>valuable</code>] crate (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1608">#1608</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1888">#1888</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1887">#1887</a>)</li> <li><strong>field</strong>: Added <code>ValueSet::record</code> method (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1823">#1823</a>)</li> <li><strong>subscriber</strong>: <code>Default</code> impl for <code>NoSubscriber</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1785">#1785</a>)</li> <li><strong>metadata</strong>: New <code>Kind::HINT</code> to support the <code>enabled!</code> macro in <code>tracing</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1883">#1883</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1891">#1891</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed a number of documentation issues (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1665">#1665</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1692">#1692</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1737">#1737</a>)</li> </ul> <p>Thanks to <a href="https://github.com/xd009642"><code>@xd009642</code></a>, <a href="https://github.com/Skepfyr"><code>@Skepfyr</code></a>, <a href="https://github.com/guswynn"><code>@guswynn</code></a>, <a href="https://github.com/Folyd"><code>@Folyd</code></a>, and <a href="https://github.com/mbergkvist"><code>@mbergkvist</code></a> for</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
2170084a20
|
Auto merge of #28853 - servo:dependabot/cargo/quote-1.0.18, r=jdm
Bump quote from 1.0.9 to 1.0.18 Bumps [quote](https://github.com/dtolnay/quote) from 1.0.9 to 1.0.18. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/quote/releases">quote's releases</a>.</em></p> <blockquote> <h2>1.0.17</h2> <ul> <li>Documentation improvements</li> </ul> <h2>1.0.16</h2> <ul> <li>Improve compile time of <code>quote!</code> and <code>quote_spanned!</code> calls by a few percent (<a href="https://github-redirect.dependabot.com/dtolnay/quote/issues/209">#209</a>, <a href="https://github-redirect.dependabot.com/dtolnay/quote/issues/210">#210</a>, thanks <a href="https://github.com/nnethercote"><code>@nnethercote</code></a> <a href="https://github.com/lqd"><code>@lqd</code></a>)</li> </ul> <h2>1.0.15</h2> <ul> <li>Retrigger docs.rs build to work around rustdoc regression (<a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/92331">rust-lang/rust#92331</a>)</li> </ul> <h2>1.0.14</h2> <ul> <li>Optimization to reduce calls over the proc macro bridge (<a href="https://github-redirect.dependabot.com/dtolnay/quote/issues/203">#203</a>)</li> </ul> <h2>1.0.13</h2> <ul> <li>Documentation improvements</li> </ul> <h2>1.0.12</h2> <ul> <li>Fix proc-macro2 dependency to work with <code>-Zminimal-versions</code> builds</li> </ul> <h2>1.0.11</h2> <ul> <li>Improve performance of quote invocations involving literals, lifetimes, and underscore tokens</li> </ul> <h2>1.0.10</h2> <ul> <li>Work around regression in nightly Clippy: <a href="https://github-redirect.dependabot.com/rust-lang/rust-clippy/issues/7768">rust-lang/rust-clippy#7768</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
7fb7f52d2a
|
Auto merge of #28854 - servo:dependabot/cargo/aho-corasick-0.7.18, r=jdm
Bump aho-corasick from 0.7.15 to 0.7.18 Bumps [aho-corasick](https://github.com/BurntSushi/aho-corasick) from 0.7.15 to 0.7.18. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
3122a07aac
|
Auto merge of #28851 - servo:dependabot/cargo/combine-4.6.3, r=jdm
Bump combine from 4.4.0 to 4.6.3 Bumps [combine](https://github.com/Marwes/combine) from 4.4.0 to 4.6.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Marwes/combine/blob/master/CHANGELOG.md">combine's changelog</a>.</em></p> <blockquote> <h3>v4.6.3 (2022-01-12)</h3> <h4>Bug Fixes</h4> <ul> <li><strong>easy:</strong> Only back-quote parser tokens (<a href=" |
||
|
ba30520378
|
Bump ryu from 1.0.5 to 1.0.9
Bumps [ryu](https://github.com/dtolnay/ryu) from 1.0.5 to 1.0.9. - [Release notes](https://github.com/dtolnay/ryu/releases) - [Commits](https://github.com/dtolnay/ryu/compare/1.0.5...1.0.9) --- updated-dependencies: - dependency-name: ryu dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
b735960407
|
Bump atomic_refcell from 0.1.7 to 0.1.8
Bumps [atomic_refcell](https://github.com/bholley/atomic_refcell) from 0.1.7 to 0.1.8. - [Release notes](https://github.com/bholley/atomic_refcell/releases) - [Commits](https://github.com/bholley/atomic_refcell/commits) --- updated-dependencies: - dependency-name: atomic_refcell dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
8ce3eea3a4
|
Bump bitflags from 1.2.1 to 1.3.2
Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.2.1 to 1.3.2. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/1.2.1...1.3.2) --- updated-dependencies: - dependency-name: bitflags dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
bdd86ae1e2
|
Bump num_cpus from 1.13.0 to 1.13.1
Bumps [num_cpus](https://github.com/seanmonstar/num_cpus) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/seanmonstar/num_cpus/releases) - [Changelog](https://github.com/seanmonstar/num_cpus/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/num_cpus/compare/v1.13.0...v1.13.1) --- updated-dependencies: - dependency-name: num_cpus dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
4304786cf7
|
Bump tracing-core from 0.1.21 to 0.1.24
Bumps [tracing-core](https://github.com/tokio-rs/tracing) from 0.1.21 to 0.1.24. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-core-0.1.21...tracing-core-0.1.24) --- updated-dependencies: - dependency-name: tracing-core dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
da53fdff2c
|
Bump clang-sys from 1.2.0 to 1.3.1
Bumps [clang-sys](https://github.com/KyleMayes/clang-sys) from 1.2.0 to 1.3.1. - [Release notes](https://github.com/KyleMayes/clang-sys/releases) - [Changelog](https://github.com/KyleMayes/clang-sys/blob/master/CHANGELOG.md) - [Commits](https://github.com/KyleMayes/clang-sys/compare/v1.2.0...v1.3.1) --- updated-dependencies: - dependency-name: clang-sys dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |