mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
build(deps): bump toml_edit from 0.22.25 to 0.22.26 (#36756)
Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.22.25 to 0.22.26. <details> <summary>Commits</summary> <ul> <li><a href="6922da374c
"><code>6922da3</code></a> chore: Release</li> <li><a href="fbf0a9298c
"><code>fbf0a92</code></a> docs: Update changelog</li> <li><a href="83588b3610
"><code>83588b3</code></a> Merge pull request <a href="https://redirect.github.com/toml-rs/toml/issues/878">#878</a> from epage/w1</li> <li><a href="eeb885ceb5
"><code>eeb885c</code></a> fix(serde): Skip fields with newtypes wrapping None</li> <li><a href="3c305c72fa
"><code>3c305c7</code></a> test(serde): Show NewType(None) behavior</li> <li><a href="7bd5eafbd7
"><code>7bd5eaf</code></a> test(serde): Group None tests</li> <li><a href="388cfa3856
"><code>388cfa3</code></a> chore(deps): Update toml-test (<a href="https://redirect.github.com/toml-rs/toml/issues/877">#877</a>)</li> <li><a href="a025b84797
"><code>a025b84</code></a> refactor(edit): Change ser none tracking to mut field</li> <li><a href="54666ad0b2
"><code>54666ad</code></a> docs(write): Add guidance</li> <li><a href="13cf5185f9
"><code>13cf518</code></a> refactor(edit): Bypass a layer of abstraction in ser</li> <li>Additional commits viewable in <a href="https://github.com/toml-rs/toml/compare/v0.22.25...v0.22.26">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
263f4d575c
commit
830a850f10
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -7834,9 +7834,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "toml_edit"
|
||||
version = "0.22.25"
|
||||
version = "0.22.26"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "10558ed0bd2a1562e630926a2d1f0b98c827da99fabd3fe20920a59642504485"
|
||||
checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
|
||||
dependencies = [
|
||||
"indexmap",
|
||||
"serde",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue