Skip to content

Commit dbcb934

Browse files
authored
Update Rust crate toml_edit to 0.23.9 (#2820)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [toml_edit](https://redirect.github.com/toml-rs/toml) | workspace.dependencies | patch | `0.23.8` -> `0.23.9` | --- ### Release Notes <details> <summary>toml-rs/toml (toml_edit)</summary> ### [`v0.23.9`](https://redirect.github.com/toml-rs/toml/compare/v0.23.8...v0.23.9) [Compare Source](https://redirect.github.com/toml-rs/toml/compare/v0.23.8...v0.23.9) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent d97ad79 commit dbcb934

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -128,7 +128,7 @@ thiserror = "2.0.17"
128128
tokio = "1.48.0"
129129
tokio-stream = "0.1.17"
130130
toml = "0.8.23"
131-
toml_edit = "0.23.8"
131+
toml_edit = "0.23.9"
132132
tracing = "0.1.43"
133133
tracing-subscriber = { version = "0.3.22", default-features = false, features = ["std", "tracing-log", "fmt"] }
134134
unicode-ident = "1.0.22"

0 commit comments

Comments
 (0)