1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-01 08:00:51 +00:00

build(deps): update rust crate toml_edit to 0.19.5

This commit is contained in:
renovate[bot] 2023-03-11 06:27:51 +00:00
parent cb164cf04c
commit 01d4ce18bc
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3026,9 +3026,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.19.4"
version = "0.19.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a1eb0622d28f4b9c90adc4ea4b2b46b47663fde9ac5fafcb14a1369d5508825"
checksum = "7082a95d48029677a28f181e5f6422d0c8339ad8396a39d3f33d62a90c1f6c30"
dependencies = [
"indexmap",
"serde",

View File

@ -81,7 +81,7 @@ strsim = "0.10.0"
systemstat = "=0.2.3"
terminal_size = "0.2.5"
toml = { version = "0.7.2", features = ["preserve_order"] }
toml_edit = "0.19.4"
toml_edit = "0.19.5"
unicode-segmentation = "1.10.1"
unicode-width = "0.1.10"
urlencoding = "2.1.2"