mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
build(deps): update rust crate toml_edit to 0.25.11
This commit is contained in:
Generated
+2
-2
@@ -3846,9 +3846,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "toml_edit"
|
name = "toml_edit"
|
||||||
version = "0.25.10+spec-1.1.0"
|
version = "0.25.11+spec-1.1.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a82418ca169e235e6c399a84e395ab6debeb3bc90edc959bf0f48647c6a32d1b"
|
checksum = "0b59c4d22ed448339746c59b905d24568fcbb3ab65a500494f7b8c3e97739f2b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"toml_datetime",
|
"toml_datetime",
|
||||||
|
|||||||
+1
-1
@@ -76,7 +76,7 @@ strsim = "0.11.1"
|
|||||||
systemstat = "=0.2.6"
|
systemstat = "=0.2.6"
|
||||||
terminal_size = "0.4.4"
|
terminal_size = "0.4.4"
|
||||||
toml = { version = "1.1.2", features = ["preserve_order"] }
|
toml = { version = "1.1.2", features = ["preserve_order"] }
|
||||||
toml_edit = "0.25.10"
|
toml_edit = "0.25.11"
|
||||||
unicode-segmentation = "1.13.2"
|
unicode-segmentation = "1.13.2"
|
||||||
unicode-width = "0.2.2"
|
unicode-width = "0.2.2"
|
||||||
urlencoding = "2.1.3"
|
urlencoding = "2.1.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user