From 867c22f7036b4c72c851d40eb6403ac2acee726f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 00:56:03 +0000 Subject: [PATCH] chore(deps): update rust crate anyhow to 1.0.78 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f24b1ea..1386e77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ serde = { version = "1.0.193", features = ["derive"], optional = true } serde_yaml = { version = "0.9.29", 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.77" +anyhow = "1.0.78" toml = "0.8.8" [build-dependencies]