Skip to content

Commit

Permalink
[chore(cargo)](deps): Bump toml from 0.8.10 to 0.8.11 (#612)
Browse files Browse the repository at this point in the history
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.10 to 0.8.11.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/toml-rs/toml/commit/eb865434a251b30ca1a9699b8762a1f5f4670c1c"><code>eb86543</code></a>
chore: Release</li>
<li><a
href="https://github.com/toml-rs/toml/commit/246b2920e28919e02a94c0b3eab8e55c7742f5d0"><code>246b292</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/toml-rs/toml/commit/d41c62ca5d09c50064905f7da04fc103d78ff566"><code>d41c62c</code></a>
Merge pull request <a
href="https://redirect.github.com/toml-rs/toml/issues/701">#701</a> from
epage/cleanup</li>
<li><a
href="https://github.com/toml-rs/toml/commit/31457b3aedcddae92549b5fe19c1938d29a73a2d"><code>31457b3</code></a>
refactor(error): Clean up highlight code</li>
<li><a
href="https://github.com/toml-rs/toml/commit/01d2f4adf0ea49defdfde9a94bc34a2c8e182aab"><code>01d2f4a</code></a>
Merge pull request <a
href="https://redirect.github.com/toml-rs/toml/issues/699">#699</a> from
mahkoh/jorth/error-column</li>
<li><a
href="https://github.com/toml-rs/toml/commit/523969d6e2d053d6b771fbaf5d90c67d0add6f60"><code>523969d</code></a>
Merge pull request <a
href="https://redirect.github.com/toml-rs/toml/issues/700">#700</a> from
epage/cleanup</li>
<li><a
href="https://github.com/toml-rs/toml/commit/bae685b41f67a0eae4a7e34dc866fbb0e65299d7"><code>bae685b</code></a>
fix(edit): Deprecate 'Document'</li>
<li><a
href="https://github.com/toml-rs/toml/commit/3abcf9055efeb852ff615d3de950fa5aa746b086"><code>3abcf90</code></a>
fix(edit): Clarify Document as DocumentMut</li>
<li><a
href="https://github.com/toml-rs/toml/commit/fcf1debe21ac55f27b1fa7789ce50a27681af4ad"><code>fcf1deb</code></a>
refactor(edit): Remove unused raw field on Document</li>
<li><a
href="https://github.com/toml-rs/toml/commit/4cd1e247a934399c6c8e1e385003d7c5c7761d15"><code>4cd1e24</code></a>
fix(de): Cut off multi-line error messages</li>
<li>Additional commits viewable in <a
href="https://github.com/toml-rs/toml/compare/toml-v0.8.10...toml-v0.8.11">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=toml&package-manager=cargo&previous-version=0.8.10&new-version=0.8.11)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 12, 2024
1 parent fc1f4e7 commit e024b34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion homestar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ tokio-stream = { version = "0.1", default-features = false, features = [
"sync",
] }
tokio-util = { version = "0.7", default-features = false }
toml = { version = "0.8.8", features = ["display", "preserve_order"] }
toml = { version = "0.8.11", features = ["display", "preserve_order"] }
tower = { version = "0.4", default-features = false, features = [
"log",
"timeout",
Expand Down

0 comments on commit e024b34

Please sign in to comment.