From 54a95c94f8b51e2f52b740ea489d1d34669ce68d Mon Sep 17 00:00:00 2001 From: ira Date: Thu, 26 Jan 2023 16:51:11 +0000 Subject: [PATCH] Update toml_edit to 0.18 (#7370) Removes a duplicate dependency from the tree Co-authored-by: devil-ira --- crates/bevy_macro_utils/Cargo.toml | 2 +- tools/build-example-pages/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/bevy_macro_utils/Cargo.toml b/crates/bevy_macro_utils/Cargo.toml index fd1755d48df7a6..161d2e34eec541 100644 --- a/crates/bevy_macro_utils/Cargo.toml +++ b/crates/bevy_macro_utils/Cargo.toml @@ -9,6 +9,6 @@ license = "MIT OR Apache-2.0" keywords = ["bevy"] [dependencies] -toml_edit = "0.17" +toml_edit = "0.18" syn = "1.0" quote = "1.0" diff --git a/tools/build-example-pages/Cargo.toml b/tools/build-example-pages/Cargo.toml index 49fac288aeade9..9129ac1c9e2060 100644 --- a/tools/build-example-pages/Cargo.toml +++ b/tools/build-example-pages/Cargo.toml @@ -7,7 +7,7 @@ publish = false license = "MIT OR Apache-2.0" [dependencies] -toml_edit = "0.17" +toml_edit = "0.18" tera = "1.15" serde = { version = "1.0", features = [ "derive" ] } bitflags = "1.3"