Skip to content

Commit 6800939

Browse files
authored
chore(deps): update rust crate toml_edit to 0.22.24 (#2138)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [toml_edit](https://redirect.github.com/toml-rs/toml) | workspace.dependencies | patch | `0.22.23` -> `0.22.24` | --- ### Release Notes <details> <summary>toml-rs/toml (toml_edit)</summary> ### [`v0.22.24`](https://redirect.github.com/toml-rs/toml/compare/v0.22.23...v0.22.24) [Compare Source](https://redirect.github.com/toml-rs/toml/compare/v0.22.23...v0.22.24) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent c71dc26 commit 6800939

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -124,7 +124,7 @@ thiserror = "2.0.11"
124124
tokio = "1.43.0"
125125
tokio-stream = "0.1.17"
126126
toml = "0.8.20"
127-
toml_edit = "0.22.23"
127+
toml_edit = "0.22.24"
128128
tracing = "0.1.41"
129129
tracing-subscriber = { version = "0.3.19", default-features = false, features = ["std", "tracing-log", "fmt"] }
130130
unicode-ident = "1.0.16"

0 commit comments

Comments
 (0)