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.22.24
This commit is contained in:
Generated
+2
-2
@@ -3409,9 +3409,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "toml_edit"
|
name = "toml_edit"
|
||||||
version = "0.22.23"
|
version = "0.22.24"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
|
checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"indexmap 2.7.1",
|
"indexmap 2.7.1",
|
||||||
"serde",
|
"serde",
|
||||||
|
|||||||
+1
-1
@@ -80,7 +80,7 @@ strsim = "0.11.1"
|
|||||||
systemstat = "=0.2.4"
|
systemstat = "=0.2.4"
|
||||||
terminal_size = "0.4.1"
|
terminal_size = "0.4.1"
|
||||||
toml = { version = "0.8.20", features = ["preserve_order"] }
|
toml = { version = "0.8.20", features = ["preserve_order"] }
|
||||||
toml_edit = "0.22.23"
|
toml_edit = "0.22.24"
|
||||||
unicode-segmentation = "1.12.0"
|
unicode-segmentation = "1.12.0"
|
||||||
unicode-width = "0.2.0"
|
unicode-width = "0.2.0"
|
||||||
urlencoding = "2.1.3"
|
urlencoding = "2.1.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user