Skip to content

Commit 411a9d1

Browse files
james7132ProfLander
authored andcommitted
Update toml_edit to 0.19 (bevyengine#7834)
# Objective Noticed cargo-deny was failing on bevyengine#6874 because of toml_edit. ## Solution Update toml_edit to 0.19.
1 parent 4bc2f39 commit 411a9d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/bevy_macro_utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ license = "MIT OR Apache-2.0"
99
keywords = ["bevy"]
1010

1111
[dependencies]
12-
toml_edit = "0.18"
12+
toml_edit = "0.19"
1313
syn = "1.0"
1414
quote = "1.0"

tools/build-example-pages/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77
license = "MIT OR Apache-2.0"
88

99
[dependencies]
10-
toml_edit = "0.18"
10+
toml_edit = "0.19"
1111
tera = "1.15"
1212
serde = { version = "1.0", features = [ "derive" ] }
1313
bitflags = "1.3"

0 commit comments

Comments
 (0)