mirror of
https://github.com/servo/servo.git
synced 2025-09-20 11:50:09 +01:00
build(deps): bump erased-serde from 0.4.6 to 0.4.8 (#39382)
Bumps [erased-serde](https://github.com/dtolnay/erased-serde) from 0.4.6 to 0.4.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/erased-serde/releases">erased-serde's releases</a>.</em></p> <blockquote> <h2>0.4.8</h2> <ul> <li>Raise serde version requirement to >=1.0.220</li> </ul> <h2>0.4.7</h2> <ul> <li>Switch serde dependency to serde_core (<a href="https://redirect.github.com/dtolnay/erased-serde/issues/116">#116</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="9f56247620
"><code>9f56247</code></a> Release 0.4.8</li> <li><a href="43207eae49
"><code>43207ea</code></a> Add serde version constraint</li> <li><a href="5d0b443087
"><code>5d0b443</code></a> Release 0.4.7</li> <li><a href="e05657516b
"><code>e056575</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/erased-serde/issues/116">#116</a> from dtolnay/serdecore</li> <li><a href="66d7886a2d
"><code>66d7886</code></a> Work around erased_serde::__private appearing in suggestions</li> <li><a href="9c70d680d7
"><code>9c70d68</code></a> Switch serde dependency to serde_core</li> <li><a href="58524339c1
"><code>5852433</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/erased-serde/issues/115">#115</a> from dtolnay/diag</li> <li><a href="db073a5c48
"><code>db073a5</code></a> Use diagnostic::on_unimplemented to suggest a serde::Serialize impl</li> <li><a href="b19eb3c2c9
"><code>b19eb3c</code></a> Update ui tests for serde 1.0.220</li> <li><a href="1259da572c
"><code>1259da5</code></a> Enforce trybuild >= 1.0.108</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/erased-serde/compare/0.4.6...0.4.8">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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
fd402782aa
commit
f03f9c7e1b
1 changed files with 3 additions and 2 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -2541,11 +2541,12 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|||
|
||||
[[package]]
|
||||
name = "erased-serde"
|
||||
version = "0.4.6"
|
||||
version = "0.4.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
|
||||
checksum = "259d404d09818dec19332e31d94558aeb442fea04c817006456c24b5460bbd4b"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_core",
|
||||
"typeid",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue