Update Rust crate downcast-rs to v2

This commit is contained in:
RenovateBot 2025-03-01 00:04:07 +00:00
parent 8b0fe04183
commit c6398b5d3c

View file

@ -36,7 +36,7 @@ sdl2 = { version = "0.37.0" }
syn = { version = "2.0.67", features = ["extra-traits", "full"] } syn = { version = "2.0.67", features = ["extra-traits", "full"] }
quote = "1.0.35" quote = "1.0.35"
proc-macro2 = "1.0.86" proc-macro2 = "1.0.86"
downcast-rs = "1.2.1" downcast-rs = "2.0.0"
utilities = { git = "https://gavania.de/hodasemi/utilities.git" } utilities = { git = "https://gavania.de/hodasemi/utilities.git" }
vulkan-rs = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } vulkan-rs = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }