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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
David Knaack
2024-03-20 10:56:20 +01:00
committed by GitHub
parent 7a30163f69
commit 49575e5a55
3 changed files with 51 additions and 47 deletions
+2 -2
View File
@@ -80,8 +80,8 @@ starship-battery = { version = "0.8.2", optional = true }
strsim = "0.11.0"
systemstat = "=0.2.3"
terminal_size = "0.3.0"
toml = { version = "0.8.10", features = ["preserve_order"] }
toml_edit = "0.22.6"
toml = { version = "0.8.12", features = ["preserve_order"] }
toml_edit = "0.22.8"
unicode-segmentation = "1.11.0"
unicode-width = "0.1.11"
urlencoding = "2.1.3"