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"