From 7474933ca2d42c838ec3da30c9606d72e6a47227 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 02:19:34 +0000 Subject: [PATCH] chore(deps): update rust crate toml to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba828e2..fe6ef81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ serde_yaml = { version = "0.9.25", default-features = false } rstest = { version = "0.18.2", default-features = false } bevy = { version = "0.11.2", default-features = false, features = ["bevy_asset", "bevy_winit", "bevy_render", "bevy_sprite", "bevy_core_pipeline", "png", "x11", "dynamic_linking"] } anyhow = "1.0.75" -toml = "0.7.8" +toml = "0.8.0" [build-dependencies] rustc_version = "0.4.0"