1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-11-24 21:57:41 +00:00

build(deps): update rust crate toml_edit to 0.17.1

This commit is contained in:
renovate[bot] 2023-01-03 11:11:12 +00:00
parent 35889bfebd
commit 908ce9e50f
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3103,9 +3103,9 @@ checksum = "808b51e57d0ef8f71115d8f3a01e7d3750d01c79cac4b3eda910f4389fdf92fd"
[[package]] [[package]]
name = "toml_edit" name = "toml_edit"
version = "0.16.2" version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd30deba9a1cd7153c22aecf93e86df639e7b81c622b0af8d9255e989991a7b7" checksum = "a34cc558345efd7e88b9eda9626df2138b80bb46a7606f695e751c892bc7dac6"
dependencies = [ dependencies = [
"indexmap", "indexmap",
"itertools", "itertools",

View File

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