From 24aa4a57e6210b6980cacf04bedbc4f9572896a6 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 1 Mar 2025 18:02:41 +0000 Subject: [PATCH 1/4] 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 bda84d8fc5c02756e1383f85fabcc7f54dc1f3a8 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 3 Mar 2025 18:02:32 +0000 Subject: [PATCH 2/4] Update Rust crate mlua to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9594f54..6fe1a19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ iterchunks = "0.5.0" reqwest = { version = "0.12.5", features = ["blocking"] } shared_library = "0.1.9" gltf = { version = "1.4.1", features = ["extras", "names"] } -mlua = { version = "0.9.9", features = ["lua54", "send", "vendored"] } +mlua = { version = "0.10.0", features = ["lua54", "send", "vendored"] } public-ip = { version = "0.2.2", default-features = false, features = [ "all-providers", "tokio-dns-resolver", From 71d4b23eee197722124cac1e0f3b6e09570e5f2f Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 3 Mar 2025 18:02:36 +0000 Subject: [PATCH 3/4] Update Rust crate openvr to 0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9594f54..a73b511 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ if-addrs = { version = "0.13.0" } hostname = { version = "0.3.1" } trust-dns-resolver = { version = "0.23.2" } openxr = { version = "0.19.0", default-features = false, features = ["static"] } -openvr = { version = "0.6.0" } +openvr = { version = "0.7.0" } sdl2 = { version = "0.37.0" } syn = { version = "2.0.67", features = ["extra-traits", "full"] } quote = "1.0.35" From 05b7795418570c1425eba85c766ce62700aa4947 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 3 Mar 2025 18:02:40 +0000 Subject: [PATCH 4/4] 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"