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
Generated
+2 -2
View File
@@ -3103,9 +3103,9 @@ checksum = "808b51e57d0ef8f71115d8f3a01e7d3750d01c79cac4b3eda910f4389fdf92fd"
[[package]]
name = "toml_edit"
version = "0.16.2"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd30deba9a1cd7153c22aecf93e86df639e7b81c622b0af8d9255e989991a7b7"
checksum = "a34cc558345efd7e88b9eda9626df2138b80bb46a7606f695e751c892bc7dac6"
dependencies = [
"indexmap",
"itertools",