Update toml_edit to 0.19 (#7834)

# Objective
Noticed cargo-deny was failing on #6874 because of toml_edit.

## Solution
Update toml_edit to 0.19.
This commit is contained in:
James Liu 2023-02-27 23:59:06 +00:00
parent 107cdc10bc
commit 8cbef73276
2 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,6 @@ license = "MIT OR Apache-2.0"
keywords = ["bevy"]
[dependencies]
toml_edit = "0.18"
toml_edit = "0.19"
syn = "1.0"
quote = "1.0"

View File

@ -7,7 +7,7 @@ publish = false
license = "MIT OR Apache-2.0"
[dependencies]
toml_edit = "0.18"
toml_edit = "0.19"
tera = "1.15"
serde = { version = "1.0", features = [ "derive" ] }
bitflags = "1.3"