mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Auto merge of #12761 - rust-lang:renovate/toml_edit-0.x, r=epage
chore(deps): update rust crate toml_edit to 0.20.2 [](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [toml_edit](https://togithub.com/toml-rs/toml) | workspace.dependencies | minor | `0.19.14` -> `0.20.2` | --- ### Release Notes <details> <summary>toml-rs/toml (toml_edit)</summary> ### [`v0.20.2`](https://togithub.com/toml-rs/toml/compare/v0.20.1...v0.20.2) [Compare Source](https://togithub.com/toml-rs/toml/compare/v0.20.1...v0.20.2) ### [`v0.20.1`](https://togithub.com/toml-rs/toml/compare/v0.20.0...v0.20.1) [Compare Source](https://togithub.com/toml-rs/toml/compare/v0.20.0...v0.20.1) ### [`v0.20.0`](https://togithub.com/toml-rs/toml/compare/v0.19.15...v0.20.0) [Compare Source](https://togithub.com/toml-rs/toml/compare/v0.19.15...v0.20.0) ### [`v0.19.15`](https://togithub.com/toml-rs/toml/compare/v0.19.14...v0.19.15) [Compare Source](https://togithub.com/toml-rs/toml/compare/v0.19.14...v0.19.15) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
This commit is contained in:
commit
c3fc03e5cc
19
Cargo.lock
generated
19
Cargo.lock
generated
@ -292,7 +292,7 @@ dependencies = [
|
||||
"tempfile",
|
||||
"time",
|
||||
"toml",
|
||||
"toml_edit 0.19.14",
|
||||
"toml_edit",
|
||||
"tracing",
|
||||
"tracing-subscriber",
|
||||
"unicase",
|
||||
@ -3265,7 +3265,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_spanned",
|
||||
"toml_datetime",
|
||||
"toml_edit 0.20.2",
|
||||
"toml_edit",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -3277,19 +3277,6 @@ dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "toml_edit"
|
||||
version = "0.19.14"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a"
|
||||
dependencies = [
|
||||
"indexmap",
|
||||
"serde",
|
||||
"serde_spanned",
|
||||
"toml_datetime",
|
||||
"winnow",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "toml_edit"
|
||||
version = "0.20.2"
|
||||
@ -3778,7 +3765,7 @@ dependencies = [
|
||||
name = "xtask-stale-label"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"toml_edit 0.19.14",
|
||||
"toml_edit",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -92,7 +92,7 @@ tempfile = "3.8.0"
|
||||
thiserror = "1.0.49"
|
||||
time = { version = "0.3", features = ["parsing", "formatting", "serde"] }
|
||||
toml = "0.8.2"
|
||||
toml_edit = { version = "0.19.14", features = ["serde"] }
|
||||
toml_edit = { version = "0.20.2", features = ["serde"] }
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|
||||
unicase = "2.7.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user