From 99365cee8eb2d867a377e8a6ae22a8487f565701 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 23:17:21 +0000 Subject: [PATCH] chore(deps): update rust crate toml to 0.8.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8104f14..bc3062b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ serde_yaml = { version = "0.9.32", default-features = false } rstest = { version = "0.18.2", default-features = false } bevy = { version = "0.12.1", default-features = false, features = ["bevy_asset", "bevy_winit", "bevy_render", "bevy_sprite", "bevy_core_pipeline", "png", "x11", "dynamic_linking"] } anyhow = "1.0" -toml = "0.8.10" +toml = "0.8.11" [build-dependencies] rustc_version = "0.4.0"