aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/utils.rs
diff options
context:
space:
mode:
authorbors-servo <servo-ops@mozilla.com>2021-02-09 09:47:40 -0500
committerGitHub <noreply@github.com>2021-02-09 09:47:40 -0500
commit41f8b47a53f96fece953bf862dbb950fc0b154de (patch)
tree4c0f873436dc6563a5c711ae70d9b1867bcedabb /components/script/dom/bindings/utils.rs
parentaeb30d2a39f3a490994ec3bda56267bebd432742 (diff)
parent6b3e134b3058ce936a64df7a97813b9451887992 (diff)
downloadservo-41f8b47a53f96fece953bf862dbb950fc0b154de.tar.gz
servo-41f8b47a53f96fece953bf862dbb950fc0b154de.zip
Auto merge of #28123 - servo:dependabot/cargo/weezl-0.1.4, r=jdm
Bump weezl from 0.1.3 to 0.1.4 Bumps [weezl](https://github.com/image-rs/lzw) from 0.1.3 to 0.1.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/image-rs/lzw/blob/master/Changes.md">weezl's changelog</a>.</em></p> <blockquote> <h2>Version 0.1.4</h2> <ul> <li>Added <code>IntoAsync</code> adapters for asynchronous de- and encoding. The interface is implemented only in terms of <code>futures = 0.3</code> traits at the moment.</li> <li>Code sizes smaller than 2 are now allowed for decoding. Since they do not roundtrip it is still an error to use them in the decoder but this avoids accidental panicking, i.e. denial of service, in parsers.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/image-rs/lzw/commit/68be005671699faec7f767ee1587bc698737ff23"><code>68be005</code></a> Update meta data for 0.1.4</li> <li><a href="https://github.com/image-rs/lzw/commit/a74b5f06e6b13a857bb6babe49a763a14ea0bcfe"><code>a74b5f0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/lzw/issues/21">#21</a> from image-rs/decode-code-size</li> <li><a href="https://github.com/image-rs/lzw/commit/6ea4dadf4a2c49ab90cf0fb83aa2ab42f1e3d2c7"><code>6ea4dad</code></a> Allow arbitrarily low decode size</li> <li><a href="https://github.com/image-rs/lzw/commit/90a89bd4665131d4e4dc79989a87948543ae5622"><code>90a89bd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/lzw/issues/20">#20</a> from image-rs/async</li> <li><a href="https://github.com/image-rs/lzw/commit/9eb40e58cab1094485219c898b9fe19435053b76"><code>9eb40e5</code></a> Move async blocks to separate file, avoid parsing</li> <li><a href="https://github.com/image-rs/lzw/commit/5d306f3807110a694e8d36847b586bf4599f09d6"><code>5d306f3</code></a> A big cargo fmt pass</li> <li><a href="https://github.com/image-rs/lzw/commit/80961af9113e0f9cc168d2862cc8a82825452d27"><code>80961af</code></a> Go back to 1.34.2 lockfile</li> <li><a href="https://github.com/image-rs/lzw/commit/b94df13592bda43950dc993e3b2b5a7f8b1d4882"><code>b94df13</code></a> Adjust tests running for async</li> <li><a href="https://github.com/image-rs/lzw/commit/43689f9d5e59e0584cd8a06e4912fa07cd7fd11d"><code>43689f9</code></a> Add an into-async adapter</li> <li><a href="https://github.com/image-rs/lzw/commit/effcd97308b00e1c30f408ebc995a2c03a06a3ba"><code>effcd97</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/lzw/issues/19">#19</a> from image-rs/release-0.1.3</li> <li>See full diff in <a href="https://github.com/image-rs/lzw/compare/v0.1.3...v0.1.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=weezl&package-manager=cargo&previous-version=0.1.3&new-version=0.1.4)](https://dependabot.com/compatibility-score/?dependency-name=weezl&package-manager=cargo&previous-version=0.1.3&new-version=0.1.4) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
Diffstat (limited to 'components/script/dom/bindings/utils.rs')
0 files changed, 0 insertions, 0 deletions