Skip to content

Commit

Permalink
Bump toml from 0.5.11 to 0.6.0 (#2560)
Browse files Browse the repository at this point in the history
Bumps [toml](https://github.com/toml-rs/toml) from 0.5.11 to 0.6.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/toml-rs/toml/commit/cf5b7d05fd515df67c1d24150d1876a374a1a25a"><code>cf5b7d0</code></a> chore: Release</li>
<li><a href="https://github.com/toml-rs/toml/commit/bd4cd857957cf80fc6a6020f67851150997ccb7a"><code>bd4cd85</code></a> chore: Release</li>
<li><a href="https://github.com/toml-rs/toml/commit/607c06ba3a4df5c06d07160ed27df29b46982c77"><code>607c06b</code></a> docs: Update changelog</li>
<li><a href="https://github.com/toml-rs/toml/commit/b3e03896fb0488bae82747adcd4ea407744c76b0"><code>b3e0389</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/toml-rs/toml/issues/487">#487</a> from epage/fix</li>
<li><a href="https://github.com/toml-rs/toml/commit/2069c721a94405eeb2da31d89977dc267f8818d8"><code>2069c72</code></a> docs(toml): Help people serialize/deserialize values</li>
<li><a href="https://github.com/toml-rs/toml/commit/44d2ee8e1a1b8524fd72260329de6dde0302a918"><code>44d2ee8</code></a> docs(toml): Update stray reference to Value</li>
<li><a href="https://github.com/toml-rs/toml/commit/eb2f20aff38e6b6f389ae260ced33a86e4f75495"><code>eb2f20a</code></a> docs(toml): Remove ignore warning icon</li>
<li><a href="https://github.com/toml-rs/toml/commit/a4fd0b16117312818d82f083d2158600a6160f76"><code>a4fd0b1</code></a> docs(toml): Update map documentation</li>
<li><a href="https://github.com/toml-rs/toml/commit/709dd35ca448e5eec8ffb420e87aa40b8d9fc849"><code>709dd35</code></a> docs(toml): Mirror serde_json in inlining in root</li>
<li><a href="https://github.com/toml-rs/toml/commit/226639c4ec9dce14a857fd90d4e3e6877f35945e"><code>226639c</code></a> fix(toml)!: <code>toml!</code> now generates a <code>Table</code></li>
<li>Additional commits viewable in <a href="https://github.com/toml-rs/toml/compare/toml-v0.5.11...toml-v0.6.0">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.5.11&new-version=0.6.0)](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 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>
  • Loading branch information
dependabot[bot] committed Jan 25, 2023
1 parent 878bd9d commit 98a4ee7
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 5 deletions.
60 changes: 56 additions & 4 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 boa_tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ once_cell = "1.17.0"
colored = "2.0.0"
fxhash = "0.2.1"
rayon = "1.6.1"
toml = "0.5.11"
toml = "0.6.0"
color-eyre = "0.6.2"

[features]
Expand Down

0 comments on commit 98a4ee7

Please sign in to comment.