build(deps): update rust crate toml_edit to 0.19.2

This commit is contained in:
renovate[bot] 2023-02-07 01:48:39 +00:00
parent cb1041d023
commit 99e44ce782
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3119,9 +3119,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.19.1"
version = "0.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90a238ee2e6ede22fb95350acc78e21dc40da00bb66c0334bde83de4ed89424e"
checksum = "1f35c303ea3e062b6131be4de16debe23860b9d3f2396658f13b7af1987fb473"
dependencies = [
"indexmap",
"nom8",

View file

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