1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-07 02:50:47 +00:00

build(deps): update rust crate toml_edit to 0.16.0

This commit is contained in:
renovate[bot] 2022-12-23 20:55:24 +00:00
parent 78d20c902f
commit d0848b460a
2 changed files with 14 additions and 20 deletions

32
Cargo.lock generated
View File

@ -254,12 +254,6 @@ version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
[[package]]
name = "bytesize"
version = "1.1.0"
@ -376,16 +370,6 @@ dependencies = [
"cc",
]
[[package]]
name = "combine"
version = "4.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
dependencies = [
"bytes",
"memchr",
]
[[package]]
name = "compact_str"
version = "0.6.1"
@ -1817,6 +1801,16 @@ dependencies = [
"minimal-lexical",
]
[[package]]
name = "nom8"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75d908f0297c3526d34e478d438b07eefe3d7b0416494d7ffccb17f1c7f7262c"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "normalize-line-endings"
version = "0.3.0"
@ -3047,13 +3041,13 @@ checksum = "808b51e57d0ef8f71115d8f3a01e7d3750d01c79cac4b3eda910f4389fdf92fd"
[[package]]
name = "toml_edit"
version = "0.15.0"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1541ba70885967e662f69d31ab3aeca7b1aaecfcd58679590b893e9239c3646"
checksum = "dcd65b83c7473af53e3fd994eb2888dfddfeb28cac9a82825ec5803c233c882c"
dependencies = [
"combine",
"indexmap",
"itertools",
"nom8",
"toml_datetime",
]

View File

@ -81,7 +81,7 @@ strsim = "0.10.0"
systemstat = "=0.2.2"
terminal_size = "0.2.3"
toml = { version = "0.5.10", features = ["preserve_order"] }
toml_edit = "0.15.0"
toml_edit = "0.16.0"
unicode-segmentation = "1.10.0"
unicode-width = "0.1.10"
urlencoding = "2.1.2"