janitor: Update toml-edit to 0.15

This commit is contained in:
Tobias Hunger 2022-10-25 16:31:27 +02:00 committed by Tobias Hunger
parent 9b30cacd0c
commit 107c68e35a
2 changed files with 2 additions and 2 deletions

View file

@ -23,4 +23,4 @@ i-slint-compiler = { version = "=0.3.1", path = "../../../internal/compiler", fe
spin_on = "0.1"
thiserror = "1"
toml_edit = "0.14.2"
toml_edit = "0.15"

View file

@ -17,7 +17,7 @@ cargo_metadata = "0.15"
anyhow = "1.0"
lazy_static = "1.4.0"
regex = "1.4"
toml_edit = "0.14.2"
toml_edit = "0.15"
xshell = "0.2.1"
serde_json = "1.0"
cbindgen = "0.24"