Skip to content

Commit

Permalink
Auto merge of #12760 - rust-lang:renovate/toml-0.x, r=epage
Browse files Browse the repository at this point in the history
chore(deps): update rust crate toml to 0.8.2

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [toml](https://togithub.com/toml-rs/toml) | workspace.dependencies | minor | `0.7.6` -> `0.8.2` |

---

### Release Notes

<details>
<summary>toml-rs/toml (toml)</summary>

### [`v0.8.2`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.1...toml-v0.8.2)

[Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.1...toml-v0.8.2)

### [`v0.8.1`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.0...toml-v0.8.1)

[Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.0...toml-v0.8.1)

### [`v0.8.0`](https://togithub.com/toml-rs/toml/compare/toml-v0.7.8...toml-v0.8.0)

[Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.7.8...toml-v0.8.0)

### [`v0.7.8`](https://togithub.com/toml-rs/toml/compare/toml-v0.7.7...toml-v0.7.8)

[Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.7.7...toml-v0.7.8)

### [`v0.7.7`](https://togithub.com/toml-rs/toml/compare/toml-v0.7.6...toml-v0.7.7)

[Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.7.6...toml-v0.7.7)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/rust-lang/cargo).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
  • Loading branch information
bors committed Oct 4, 2023
2 parents bf7f47e + abcffc2 commit 3591db0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
23 changes: 18 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ tar = { version = "0.4.40", default-features = false }
tempfile = "3.8.0"
thiserror = "1.0.49"
time = { version = "0.3", features = ["parsing", "formatting", "serde"] }
toml = "0.7.6"
toml = "0.8.2"
toml_edit = { version = "0.19.14", features = ["serde"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
Expand Down

0 comments on commit 3591db0

Please sign in to comment.