mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
build(deps): update rust crate toml_edit to 0.23.4
This commit is contained in:
Generated
+3
-3
@@ -3292,7 +3292,7 @@ dependencies = [
|
|||||||
"tempfile",
|
"tempfile",
|
||||||
"terminal_size",
|
"terminal_size",
|
||||||
"toml 0.9.5",
|
"toml 0.9.5",
|
||||||
"toml_edit 0.23.3",
|
"toml_edit 0.23.4",
|
||||||
"unicode-segmentation",
|
"unicode-segmentation",
|
||||||
"unicode-width",
|
"unicode-width",
|
||||||
"urlencoding",
|
"urlencoding",
|
||||||
@@ -3635,9 +3635,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "toml_edit"
|
name = "toml_edit"
|
||||||
version = "0.23.3"
|
version = "0.23.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "17d3b47e6b7a040216ae5302712c94d1cf88c95b47efa80e2c59ce96c878267e"
|
checksum = "7211ff1b8f0d3adae1663b7da9ffe396eabe1ca25f0b0bee42b0da29a9ddce93"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"toml_datetime 0.7.0",
|
"toml_datetime 0.7.0",
|
||||||
|
|||||||
+1
-1
@@ -76,7 +76,7 @@ strsim = "0.11.1"
|
|||||||
systemstat = "=0.2.5"
|
systemstat = "=0.2.5"
|
||||||
terminal_size = "0.4.3"
|
terminal_size = "0.4.3"
|
||||||
toml = { version = "0.9.5", features = ["preserve_order"] }
|
toml = { version = "0.9.5", features = ["preserve_order"] }
|
||||||
toml_edit = "0.23.3"
|
toml_edit = "0.23.4"
|
||||||
unicode-segmentation = "1.12.0"
|
unicode-segmentation = "1.12.0"
|
||||||
unicode-width = "0.2.1"
|
unicode-width = "0.2.1"
|
||||||
urlencoding = "2.1.3"
|
urlencoding = "2.1.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user