Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - Bump toml from 0.5.11 to 0.6.0 #2560

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2023

Bumps toml from 0.5.11 to 0.6.0.

Commits
  • cf5b7d0 chore: Release
  • bd4cd85 chore: Release
  • 607c06b docs: Update changelog
  • b3e0389 Merge pull request #487 from epage/fix
  • 2069c72 docs(toml): Help people serialize/deserialize values
  • 44d2ee8 docs(toml): Update stray reference to Value
  • eb2f20a docs(toml): Remove ignore warning icon
  • a4fd0b1 docs(toml): Update map documentation
  • 709dd35 docs(toml): Mirror serde_json in inlining in root
  • 226639c fix(toml)!: toml! now generates a Table
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 24, 2023
@codecov
Copy link

codecov bot commented Jan 24, 2023

Codecov Report

Merging #2560 (58dc9fe) into main (408809d) will increase coverage by 0.21%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2560      +/-   ##
==========================================
+ Coverage   50.11%   50.32%   +0.21%     
==========================================
  Files         380      377       -3     
  Lines       37709    37536     -173     
==========================================
- Hits        18897    18890       -7     
+ Misses      18812    18646     -166     
Impacted Files Coverage Δ
boa_engine/src/builtins/array/array_iterator.rs 80.76% <0.00%> (-3.85%) ⬇️
boa_engine/src/value/equality.rs 81.94% <0.00%> (-1.39%) ⬇️
boa_engine/src/vm/mod.rs 48.75% <0.00%> (-1.00%) ⬇️
boa_ast/src/visitor.rs 12.79% <0.00%> (-0.59%) ⬇️
boa_engine/src/object/mod.rs 45.84% <0.00%> (-0.11%) ⬇️
boa_examples/src/bin/symbol_visitor.rs 0.00% <0.00%> (ø)
boa_examples/src/bin/jsarraybuffer.rs
boa_examples/src/bin/jsarray.rs
boa_examples/src/bin/closures.rs

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@raskad
Copy link
Member

raskad commented Jan 24, 2023

bors r+

bors bot pushed a commit that referenced this pull request Jan 24, 2023
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>
@bors
Copy link

bors bot commented Jan 24, 2023

Build failed:

@raskad
Copy link
Member

raskad commented Jan 24, 2023

bors retry

bors bot pushed a commit that referenced this pull request Jan 24, 2023
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>
@bors
Copy link

bors bot commented Jan 24, 2023

Build failed (retrying...):

bors bot pushed a commit that referenced this pull request Jan 24, 2023
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>
@bors
Copy link

bors bot commented Jan 24, 2023

Build failed:

@jedel1043
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/toml-0.6.0 branch from e54987b to 84310a8 Compare January 24, 2023 22:32
@jedel1043
Copy link
Member

@dependabot rebase

Bumps [toml](https://github.com/toml-rs/toml) from 0.5.11 to 0.6.0.
- [Release notes](https://github.com/toml-rs/toml/releases)
- [Commits](toml-rs/toml@toml-v0.5.11...toml-v0.6.0)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/toml-0.6.0 branch from 84310a8 to 58dc9fe Compare January 25, 2023 03:38
@jedel1043
Copy link
Member

bors r+

bors bot pushed a commit that referenced this pull request Jan 25, 2023
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>
@bors
Copy link

bors bot commented Jan 25, 2023

Pull request successfully merged into main.

Build succeeded:

@bors bors bot changed the title Bump toml from 0.5.11 to 0.6.0 [Merged by Bors] - Bump toml from 0.5.11 to 0.6.0 Jan 25, 2023
@bors bors bot closed this Jan 25, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 25, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@bors bors bot deleted the dependabot/cargo/toml-0.6.0 branch January 25, 2023 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants