From adda12e7736a3c092194dddc0d682021851cb9bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Feb 2023 02:25:54 +0000 Subject: [PATCH] Update toml_edit requirement from 0.18 to 0.19 Updates the requirements on [toml_edit](https://github.com/ordian/toml_edit) to permit the latest version. - [Release notes](https://github.com/ordian/toml_edit/releases) - [Commits](https://github.com/ordian/toml_edit/compare/v0.18.0...v0.19.1) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 161d2e34eec54..866df666ee6aa 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.18" +toml_edit = "0.19" syn = "1.0" quote = "1.0" diff --git a/tools/build-example-pages/Cargo.toml b/tools/build-example-pages/Cargo.toml index 9129ac1c9e206..d4af07b0a1b92 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.18" +toml_edit = "0.19" tera = "1.15" serde = { version = "1.0", features = [ "derive" ] } bitflags = "1.3"