1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-21 02:19:01 +00:00

build(deps): update toml crates

This commit is contained in:
renovate[bot] 2023-11-07 14:28:06 +00:00
parent d51d2a3f04
commit 5c9e6801f3
2 changed files with 9 additions and 9 deletions

14
Cargo.lock generated
View File

@ -2861,8 +2861,8 @@ dependencies = [
"systemstat",
"tempfile",
"terminal_size",
"toml 0.8.6",
"toml_edit 0.20.7",
"toml 0.8.8",
"toml_edit 0.21.0",
"unicode-segmentation",
"unicode-width",
"urlencoding",
@ -3117,15 +3117,15 @@ dependencies = [
[[package]]
name = "toml"
version = "0.8.6"
version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ff9e3abce27ee2c9a37f9ad37238c1bdd4e789c84ba37df76aa4d528f5072cc"
checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35"
dependencies = [
"indexmap 2.1.0",
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit 0.20.7",
"toml_edit 0.21.0",
]
[[package]]
@ -3150,9 +3150,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.20.7"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81"
checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
dependencies = [
"indexmap 2.1.0",
"serde",

View File

@ -80,8 +80,8 @@ starship-battery = { version = "0.8.2", optional = true }
strsim = "0.10.0"
systemstat = "=0.2.3"
terminal_size = "0.3.0"
toml = { version = "0.8.6", features = ["preserve_order"] }
toml_edit = "0.20.7"
toml = { version = "0.8.8", features = ["preserve_order"] }
toml_edit = "0.21.0"
unicode-segmentation = "1.10.1"
unicode-width = "0.1.11"
urlencoding = "2.1.3"