mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
build(deps): bump toml_edit from 0.22.26 to 0.22.27 (#37349)
Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.22.26 to 0.22.27. <details> <summary>Commits</summary> <ul> <li><a href="838a022314
"><code>838a022</code></a> chore: Release</li> <li><a href="b9d399dedb
"><code>b9d399d</code></a> docs: Update changelog</li> <li><a href="f3e8c6893c
"><code>f3e8c68</code></a> feat(edit): Add ImDocument::into_table (<a href="https://redirect.github.com/toml-rs/toml/issues/928">#928</a>)</li> <li><a href="288161b00e
"><code>288161b</code></a> chore: Release</li> <li><a href="d7f3cda377
"><code>d7f3cda</code></a> docs: Update changelog</li> <li><a href="752ef5b9ef
"><code>752ef5b</code></a> fix(datetime): Further error improvements (<a href="https://redirect.github.com/toml-rs/toml/issues/927">#927</a>)</li> <li><a href="32d2297932
"><code>32d2297</code></a> feat(edit): Add ImDocument::into_table</li> <li><a href="b1ce9b595f
"><code>b1ce9b5</code></a> fix(datetime): Use 2-digit values for ranges</li> <li><a href="55da4af7ac
"><code>55da4af</code></a> fix(datetime): Remove trailing space in error</li> <li><a href="5c1d9cc892
"><code>5c1d9cc</code></a> chore(parse): Use a unique tag</li> <li>Additional commits viewable in <a href="https://github.com/toml-rs/toml/compare/v0.22.26...v0.22.27">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
ed09a0ff52
commit
b47acf4c7c
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -8048,9 +8048,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "toml_edit"
|
||||
version = "0.22.26"
|
||||
version = "0.22.27"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
|
||||
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
|
||||
dependencies = [
|
||||
"indexmap",
|
||||
"serde",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue