build(deps): update rust crate toml_edit to 0.19.14

This commit is contained in:
renovate[bot] 2023-07-14 21:54:33 +00:00
parent 89cad4261c
commit fbc9389b20
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3209,9 +3209,9 @@ dependencies = [
[[package]] [[package]]
name = "toml_edit" name = "toml_edit"
version = "0.19.13" version = "0.19.14"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f8751d9c1b03c6500c387e96f81f815a4f8e72d142d2d4a9ffa6fedd51ddee7" checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a"
dependencies = [ dependencies = [
"indexmap 2.0.0", "indexmap 2.0.0",
"serde", "serde",

View File

@ -81,7 +81,7 @@ strsim = "0.10.0"
systemstat = "=0.2.3" systemstat = "=0.2.3"
terminal_size = "0.2.6" terminal_size = "0.2.6"
toml = { version = "0.7.6", features = ["preserve_order"] } toml = { version = "0.7.6", features = ["preserve_order"] }
toml_edit = "0.19.13" toml_edit = "0.19.14"
unicode-segmentation = "1.10.1" unicode-segmentation = "1.10.1"
unicode-width = "0.1.10" unicode-width = "0.1.10"
urlencoding = "2.1.2" urlencoding = "2.1.2"