aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
diff options
context:
space:
mode:
authorbors-servo <servo-ops@mozilla.com>2020-06-02 13:34:17 -0400
committerGitHub <noreply@github.com>2020-06-02 13:34:17 -0400
commit6a1cb940bf3b21c694b026755e78dbc9d02d7539 (patch)
tree9917ec37dd52dfb6bb3cc6c0b69ff21e93323b9d /components/script/script_thread.rs
parent06103eb94ab4480996c3d7deed5ceb8fbce983aa (diff)
parent8971f03ccd91ea23d6d82ff31efd38a5171fd068 (diff)
downloadservo-6a1cb940bf3b21c694b026755e78dbc9d02d7539.tar.gz
servo-6a1cb940bf3b21c694b026755e78dbc9d02d7539.zip
Auto merge of #26745 - servo:dependabot/cargo/block-buffer-0.7.3, r=jdm
Bump block-buffer from 0.7.0 to 0.7.3 Bumps [block-buffer](https://github.com/RustCrypto/utils) from 0.7.0 to 0.7.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RustCrypto/utils/commit/6ab1bbf4c9f580576e44079bd95cadf49220e575"><code>6ab1bbf</code></a> block-buffer v0.7.3</li> <li><a href="https://github.com/RustCrypto/utils/commit/edab714932ef445b25ce7015741cd7282f0d0751"><code>edab714</code></a> Make block-buffer minimal-versions correct (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/23">#23</a>)</li> <li><a href="https://github.com/RustCrypto/utils/commit/3cdecb4bd8c651dc0e03005ecd4dcbdd401044a4"><code>3cdecb4</code></a> Relaxed restrictions on padding buffer size. See <a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/20">#20</a> (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/21">#21</a>)</li> <li><a href="https://github.com/RustCrypto/utils/commit/969ed331330188ef11754f4c8b6c01513926bc4c"><code>969ed33</code></a> hex-literal license files. closes <a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/18">#18</a></li> <li><a href="https://github.com/RustCrypto/utils/commit/1f9655532f53cfd639718174b47ce02299c8c4f4"><code>1f96555</code></a> hex-literal v0.1.3</li> <li><a href="https://github.com/RustCrypto/utils/commit/7f8eb536ecb0606df930cc96bcbea5a3647462ab"><code>7f8eb53</code></a> Removes unnecessary backtick from hex-literal doc (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/16">#16</a>)</li> <li><a href="https://github.com/RustCrypto/utils/commit/fd52602520735fcd640f044ff7f6796bcb757e21"><code>fd52602</code></a> comment out input2 method</li> <li><a href="https://github.com/RustCrypto/utils/commit/9ae69ae6dda897f92c7d8a81ad4cf2c1a77d45ac"><code>9ae69ae</code></a> opaque-debug v0.2.2</li> <li><a href="https://github.com/RustCrypto/utils/commit/5276f2015b69fa05b939a237b9ca31788e16d423"><code>5276f20</code></a> update/add license information</li> <li><a href="https://github.com/RustCrypto/utils/commit/088c596b0076bb5d84ded9c43a79d1086d969f5c"><code>088c596</code></a> add input2 method to block-buffer</li> <li>Additional commits viewable in <a href="https://github.com/RustCrypto/utils/compare/block-buffer-v0.7.0...block-buffer-v0.7.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=block-buffer&package-manager=cargo&previous-version=0.7.0&new-version=0.7.3)](https://dependabot.com/compatibility-score/?dependency-name=block-buffer&package-manager=cargo&previous-version=0.7.0&new-version=0.7.3) 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/script_thread.rs')
0 files changed, 0 insertions, 0 deletions