From 63ddfcff41d71bc946c5310f1f441df11d505c0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 03:49:44 +0000 Subject: [PATCH] chore(deps): update rust crate serde_yaml to 0.9.27 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 490f767..570d802 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ default = [] serde = { version = "1.0.190", features = ["derive"], optional = true } [dev-dependencies] -serde_yaml = { version = "0.9.25", default-features = false } +serde_yaml = { version = "0.9.27", default-features = false } rstest = { version = "0.18.2", default-features = false } bevy = { version = "0.11.3", default-features = false, features = ["bevy_asset", "bevy_winit", "bevy_render", "bevy_sprite", "bevy_core_pipeline", "png", "x11", "dynamic_linking"] } anyhow = "1.0.75"