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:
parent
107cdc10bc
commit
8cbef73276
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user