build(deps): update toml crates (#7272)

* build(deps): update toml crates

* chore: cargo update --workspace

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-02-12 21:18:27 +01:00
committed by GitHub
parent ee0ed24771
commit 98029fd7b1
2 changed files with 11 additions and 23 deletions
+2 -2
View File
@@ -75,8 +75,8 @@ starship-battery = { version = "0.10.3", optional = true }
strsim = "0.11.1"
systemstat = "=0.2.5"
terminal_size = "0.4.3"
toml = { version = "1.0.0", features = ["preserve_order"] }
toml_edit = "0.25.0"
toml = { version = "1.0.1", features = ["preserve_order"] }
toml_edit = "0.25.1"
unicode-segmentation = "1.12.0"
unicode-width = "0.2.2"
urlencoding = "2.1.3"