build(deps): update rust crate toml_edit to 0.16.1
This commit is contained in:
parent
ddb17f8851
commit
d4e664eda5
|
@ -3104,9 +3104,9 @@ checksum = "808b51e57d0ef8f71115d8f3a01e7d3750d01c79cac4b3eda910f4389fdf92fd"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "toml_edit"
|
name = "toml_edit"
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "dcd65b83c7473af53e3fd994eb2888dfddfeb28cac9a82825ec5803c233c882c"
|
checksum = "5c040d7eb2b695a2a39048f9d8e7ee865ef1c57cd9c44ba9b4a4d389095f7e6a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"itertools",
|
"itertools",
|
||||||
|
|
|
@ -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.0"
|
toml_edit = "0.16.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"
|
||||||
|
|
Loading…
Reference in New Issue