Browse Source

Bump toml from 0.7.2 to 0.7.3 (#2664)

Bumps [toml](https://github.com/toml-rs/toml) from 0.7.2 to 0.7.3.
<details>
<summary>Commits</summary>
<ul>
<li><a href="74b57e74bf"><code>74b57e7</code></a> chore: Release</li>
<li><a href="02548c893e"><code>02548c8</code></a> docs: Update changelog</li>
<li><a href="f334bf5117"><code>f334bf5</code></a> chore: Release</li>
<li><a href="1843fc1fdf"><code>1843fc1</code></a> docs: Update changelog</li>
<li><a href="b6e11da534"><code>b6e11da</code></a> Merge pull request <a href="https://redirect.github.com/toml-rs/toml/issues/528">#528</a> from epage/mix</li>
<li><a href="1c0df12c0d"><code>1c0df12</code></a> fix(edit): Ensure all is written</li>
<li><a href="2a42c645d0"><code>2a42c64</code></a> test(edit): Add reproduction for 527</li>
<li><a href="e4b5ed4922"><code>e4b5ed4</code></a> chore: Release</li>
<li><a href="e2b6a6f3bc"><code>e2b6a6f</code></a> docs: Update changelog</li>
<li><a href="00c8503783"><code>00c8503</code></a> Merge pull request <a href="https://redirect.github.com/toml-rs/toml/issues/525">#525</a> from epage/indexmap</li>
<li>Additional commits viewable in <a href="https://github.com/toml-rs/toml/compare/toml-v0.7.2...toml-v0.7.3">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.7.2&new-version=0.7.3)](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>
pull/2662/head
dependabot[bot] 2 years ago
parent
commit
c9d21acc6f
  1. 12
      Cargo.lock
  2. 2
      boa_tester/Cargo.toml

12
Cargo.lock generated

@ -472,7 +472,7 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"serde_yaml", "serde_yaml",
"toml 0.7.2", "toml 0.7.3",
] ]
[[package]] [[package]]
@ -4109,14 +4109,14 @@ dependencies = [
[[package]] [[package]]
name = "toml" name = "toml"
version = "0.7.2" version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7afcae9e3f0fe2c370fd4657108972cbb2fa9db1b9f84849cefd80741b01cb6" checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21"
dependencies = [ dependencies = [
"serde", "serde",
"serde_spanned", "serde_spanned",
"toml_datetime 0.6.1", "toml_datetime 0.6.1",
"toml_edit 0.19.4", "toml_edit 0.19.6",
] ]
[[package]] [[package]]
@ -4147,9 +4147,9 @@ dependencies = [
[[package]] [[package]]
name = "toml_edit" name = "toml_edit"
version = "0.19.4" version = "0.19.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a1eb0622d28f4b9c90adc4ea4b2b46b47663fde9ac5fafcb14a1369d5508825" checksum = "08de71aa0d6e348f070457f85af8bd566e2bc452156a423ddf22861b3a953fae"
dependencies = [ dependencies = [
"indexmap", "indexmap",
"serde", "serde",

2
boa_tester/Cargo.toml

@ -24,7 +24,7 @@ once_cell = "1.17.1"
colored = "2.0.0" colored = "2.0.0"
fxhash = "0.2.1" fxhash = "0.2.1"
rayon = "1.7.0" rayon = "1.7.0"
toml = "0.7.2" toml = "0.7.3"
color-eyre = "0.6.2" color-eyre = "0.6.2"
[features] [features]

Loading…
Cancel
Save