From 5fb429785fcc86a3d4f54e311974876d6212d618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 23:09:31 +0000 Subject: [PATCH] Update toml requirement from 0.5.8 to 0.7.3 Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Release notes](https://github.com/toml-rs/toml/releases) - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.5.10...toml-v0.7.3) --- updated-dependencies: - dependency-name: toml 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 fa6b660413156..d53e105ba593d 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 = "0.5.8" +toml = "0.7.3" syn = "1.0" quote = "1.0" diff --git a/tools/build-example-pages/Cargo.toml b/tools/build-example-pages/Cargo.toml index 6ab8fb1fd2fa8..f0ce60aed6537 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 = "0.5" +toml = "0.7" tera = "1.15" serde = { version = "1.0", features = [ "derive" ] } bitflags = "1.3"