aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/texttrack.rs
diff options
context:
space:
mode:
authorbors-servo <servo-ops@mozilla.com>2020-06-08 11:04:05 -0400
committerGitHub <noreply@github.com>2020-06-08 11:04:05 -0400
commitd71df9c4a48dd0fee16d178b6fd516b2e3360226 (patch)
treeaa7cece82e14afd90656b8992590ca0dea16801d /components/script/dom/texttrack.rs
parentdce16b70fc53c4d60ff48acad6cfd1af84a7a033 (diff)
parent26347beee3e2b60184b38a75b72a4ea91d07f1b6 (diff)
downloadservo-d71df9c4a48dd0fee16d178b6fd516b2e3360226.tar.gz
servo-d71df9c4a48dd0fee16d178b6fd516b2e3360226.zip
Auto merge of #26816 - servo:dependabot/cargo/serde_json-1.0.53, r=jdm
build(deps): bump serde_json from 1.0.27 to 1.0.53 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.27 to 1.0.53. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/json/releases">serde_json's releases</a>.</em></p> <blockquote> <h2>v1.0.53</h2> <ul> <li>Reduce unhelpful indentation in the {:#?} format of serde_json::Value</li> <li>Remove some unnecessary runtime checks from Serializer::collect_str</li> </ul> <h2>v1.0.52</h2> <ul> <li>Add <a href="https://docs.rs/serde_json/1/serde_json/value/fn.to_raw_value.html">serde_json::value::to_raw_value</a> to convert a serializable value to Box&lt;RawValue&gt; (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/658">#658</a>, thanks <a href="https://github.com/jplatte">@jplatte</a>)</li> </ul> <h2>v1.0.51</h2> <ul> <li>Terminate StreamDeserializer after errors instead of repeatedly reparsing the same failed input (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/647">#647</a>)</li> <li>Add FusedIterator impls for StreamDeserializer and for Map's various iterators</li> </ul> <h2>v1.0.50</h2> <ul> <li>Implement Eq for Value, Map, Number (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/640">#640</a>, thanks <a href="https://github.com/smarnach">@smarnach</a>)</li> </ul> <h2>v1.0.49</h2> <ul> <li>Improve error message when neither &quot;std&quot; nor &quot;alloc&quot; feature is enabled (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/643">#643</a>)</li> </ul> <h2>v1.0.48</h2> <ul> <li>Add <code>serde_json::value::Serializer</code> which produces a <code>Value</code> as output (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/621">#621</a>, thanks <a href="https://github.com/sdleffler">@sdleffler</a>)</li> </ul> <h2>v1.0.47</h2> <ul> <li>Raise serde requirement to 1.0.100+ for the necessary no-std traits (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/617">#617</a>, thanks <a href="https://github.com/Xanewok">@Xanewok</a>)</li> </ul> <h2>v1.0.46</h2> <ul> <li>Serialize JSON map entries using serialize_entry instead of serialize_key + serialize_value to support transcoding to XML (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/614">#614</a>, thanks <a href="https://github.com/jmfiaschi">@jmfiaschi</a>)</li> </ul> <h2>v1.0.45</h2> <ul> <li> <p>Add no-std support (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/606">#606</a>, thanks <a href="https://github.com/Xanewok">@Xanewok</a>)</p> <pre lang="toml"><code>[dependencies] serde_json = { version = &quot;1.0.45&quot;, default-features = false, features = [&quot;alloc&quot;] } </code></pre> </li> </ul> <h2>v1.0.44</h2> <ul> <li>Implement IntoDeserializer for serde_json::Value to allow deserializing from types like <code>HashMap&lt;String, Value&gt;</code> (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/591">#591</a>)</li> </ul> <h2>v1.0.43</h2> <ul> <li>Declare accurate minimum required version of indexmap crate when preserve-order feature is enabled (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/590">#590</a>, thanks <a href="https://github.com/nlordell">@nlordell</a>)</li> </ul> <h2>v1.0.42</h2> <ul> <li>Add <code>impl From&lt;()&gt; for Value</code> which produces Value::Null (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/585">#585</a>, thanks <a href="https://github.com/Nilix007">@Nilix007</a>)</li> </ul> <h2>v1.0.41</h2> <ul> <li>Documentation improvements (thanks <a href="https://github.com/est31">@est31</a> and <a href="https://github.com/yankuu">@yankuu</a>)</li> </ul> <h2>v1.0.40</h2> <ul> <li>Return correct EOF error type on cut-off decimal numbers (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/525">#525</a>, thanks <a href="https://github.com/17dec">@17dec</a>)</li> </ul> <h2>v1.0.39</h2> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/5c3711e433b995dbc027e5f97893f51edb72b8b3"><code>5c3711e</code></a> Release 1.0.53</li> <li><a href="https://github.com/serde-rs/json/commit/6ca3752e9dac475c3c21ff33a78a73e7618bd51f"><code>6ca3752</code></a> Downgrade some unnecessary runtime asserts to debug_assert</li> <li><a href="https://github.com/serde-rs/json/commit/eb383c08b234ce1f134838155f784bedf35a7aea"><code>eb383c0</code></a> Update arbitrary_precision Debug impl of Number to match normal one</li> <li><a href="https://github.com/serde-rs/json/commit/351d847e17032a51e85bde4e1205831943bcd82a"><code>351d847</code></a> Omit a layer of unnecessary nesting from Debug impl</li> <li><a href="https://github.com/serde-rs/json/commit/baae6d9306b7d4ca79e18d258e1193ec3c9b8329"><code>baae6d9</code></a> Add test for {:#?} format of Value</li> <li><a href="https://github.com/serde-rs/json/commit/800a8d58a91d4ab6cbbf244c8afeec479e9bce44"><code>800a8d5</code></a> Update build status badge to GitHub Actions</li> <li><a href="https://github.com/serde-rs/json/commit/cb40c10e3f62de63308a281bd6a4abb5831abbe6"><code>cb40c10</code></a> Remove AppVeyor configuration</li> <li><a href="https://github.com/serde-rs/json/commit/f255356c655dba0b2d0cad184a5070ab486c2059"><code>f255356</code></a> Add Windows CI in GitHub Actions</li> <li><a href="https://github.com/serde-rs/json/commit/edb1c31dfb43efbf809b53fce366d6cd76415470"><code>edb1c31</code></a> Avoid repeating slow doctests and compiletests</li> <li><a href="https://github.com/serde-rs/json/commit/dffbe4488f46e159c43da5cca78c41d853048305"><code>dffbe44</code></a> Remove Travis configuration</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/v1.0.27...v1.0.53">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.27&new-version=1.0.53)](https://dependabot.com/compatibility-score/?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.27&new-version=1.0.53) 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/texttrack.rs')
0 files changed, 0 insertions, 0 deletions