From 1883004d9105ba88c4fbce085f5f6485d8395624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 18:04:51 +0000 Subject: [PATCH] Update toml_edit requirement from 0.17 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.17.0...v0.19.0) --- 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 fd1755d48df7a..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.17" +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 49fac288aeade..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.17" +toml_edit = "0.19" tera = "1.15" serde = { version = "1.0", features = [ "derive" ] } bitflags = "1.3"