Skip to content

Commit 6092a8e

Browse files
authored
Update Rust crate toml_edit to 0.22.27 (#2390)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [toml_edit](https://redirect.github.com/toml-rs/toml) | workspace.dependencies | patch | `0.22.26` -> `0.22.27` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent 08bd04b commit 6092a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.45.1"
130130
tokio-stream = "0.1.17"
131131
toml = "0.8.23"
132-
toml_edit = "0.22.26"
132+
toml_edit = "0.22.27"
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)