build(deps): update rust crate toml to 0.9.4 (#6871)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-07-30 06:03:18 +00:00
committed by GitHub
parent 8eba75d0ea
commit 27d05d46dd
2 changed files with 4 additions and 4 deletions
Generated
+3 -3
View File
@@ -3290,7 +3290,7 @@ dependencies = [
"systemstat",
"tempfile",
"terminal_size",
"toml 0.9.3",
"toml 0.9.4",
"toml_edit 0.23.2",
"unicode-segmentation",
"unicode-width",
@@ -3593,9 +3593,9 @@ dependencies = [
[[package]]
name = "toml"
version = "0.9.3"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e06723639aaded957e5a80be250c1f82f274b9d23ebb4d94163668470623461c"
checksum = "41ae868b5a0f67631c14589f7e250c1ea2c574ee5ba21c6c8dd4b1485705a5a1"
dependencies = [
"indexmap",
"serde",
+1 -1
View File
@@ -75,7 +75,7 @@ starship-battery = { version = "0.10.2", optional = true }
strsim = "0.11.1"
systemstat = "=0.2.5"
terminal_size = "0.4.2"
toml = { version = "0.9.3", features = ["preserve_order"] }
toml = { version = "0.9.4", features = ["preserve_order"] }
toml_edit = "0.23.2"
unicode-segmentation = "1.12.0"
unicode-width = "0.2.1"