From 24aa4a57e6210b6980cacf04bedbc4f9572896a6 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 1 Mar 2025 18:02:41 +0000 Subject: [PATCH 1/2] 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 9594f54..d8c162f 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" plexus = { version = "0.0.11", default-features = false } utilities = { git = "https://gavania.de/hodasemi/utilities.git" } From 05b7795418570c1425eba85c766ce62700aa4947 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 3 Mar 2025 18:02:40 +0000 Subject: [PATCH 2/2] Update Rust crate rusqlite to 0.33.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9594f54..3f3dfb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ chrono = { version = "0.4.35", features = ["serde"] } anyhow = { version = "1.0.86", features = ["backtrace"] } indexmap = { version = "2.2.6", features = ["rayon"] } shaderc = { version = "0.8.3", features = ["build-from-source"] } -rusqlite = { version = "0.32.0", features = ["bundled"] } +rusqlite = { version = "0.33.0", features = ["bundled"] } cgmath = "0.18.0" http = "1.1.0" iterchunks = "0.5.0"