mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
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:
Generated
+3
-3
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user