Skip to content

Commit

Permalink
Update toml_edit to 0.19 (bevyengine#7834)
Browse files Browse the repository at this point in the history
# Objective
Noticed cargo-deny was failing on bevyengine#6874 because of toml_edit.

## Solution
Update toml_edit to 0.19.
  • Loading branch information
james7132 authored and Shfty committed Mar 19, 2023
1 parent 4bc2f39 commit 411a9d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/bevy_macro_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion tools/build-example-pages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 411a9d1

Please sign in to comment.