Skip to content

Commit 2bc2b93

Browse files
authored
Update Rust crate toml_edit to 0.23.1 (#2468)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [toml_edit](https://redirect.github.com/toml-rs/toml) | workspace.dependencies | patch | `0.23.0` -> `0.23.1` | --- ### Release Notes <details> <summary>toml-rs/toml (toml_edit)</summary> ### [`v0.23.1`](https://redirect.github.com/toml-rs/toml/compare/v0.23.0...v0.23.1) [Compare Source](https://redirect.github.com/toml-rs/toml/compare/v0.23.0...v0.23.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4zMS4xIiwidXBkYXRlZEluVmVyIjoiNDEuMzEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
1 parent fd76660 commit 2bc2b93

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ thiserror = "2.0.12"
129129
tokio = "1.46.1"
130130
tokio-stream = "0.1.17"
131131
toml = "0.8.23"
132-
toml_edit = "0.23.0"
132+
toml_edit = "0.23.1"
133133
tracing = "0.1.41"
134134
tracing-subscriber = { version = "0.3.19", default-features = false, features = ["std", "tracing-log", "fmt"] }
135135
unicode-ident = "1.0.18"

0 commit comments

Comments
 (0)