From a7e4f848d20b0444cdfffbf81da3260632b789f9 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 26 Feb 2025 19:12:34 +0000 Subject: [PATCH] Update Rust crate downcast-rs to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 502d710..50efb2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ sdl2 = { version = "0.37.0" } syn = { version = "2.0.67", features = ["extra-traits", "full"] } quote = "1.0.35" proc-macro2 = "1.0.86" -downcast-rs = "1.2.1" +downcast-rs = "2.0.0" utilities = { git = "https://gavania.de/hodasemi/utilities.git" } vulkan-rs = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }