From 93b969ad4f75c219ec8e48e1ce2e8fba622bd01c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 11:37:46 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.69 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 291281a..9d4ece6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ default = ["parallel"] parallel = ["rayon", "specs/parallel"] [dependencies] -anyhow = "1.0.28" +anyhow = "1.0.69" blit = { version = "0.5.12", default-features = false } lazy_static = "1.4.0" rotsprite = "0.1.3"