chore: bump deps

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-10-26 01:33:52 +02:00
parent 795a97b35e
commit 6bd56061d7

22
Cargo.lock generated
View File

@@ -1001,7 +1001,7 @@ dependencies = [
"libc", "libc",
"option-ext", "option-ext",
"redox_users 0.5.0", "redox_users 0.5.0",
"windows-sys 0.59.0", "windows-sys 0.61.2",
] ]
[[package]] [[package]]
@@ -2015,7 +2015,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"windows-targets 0.52.6", "windows-targets 0.48.5",
] ]
[[package]] [[package]]
@@ -2639,7 +2639,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"itertools 0.11.0", "itertools 0.12.1",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.107", "syn 2.0.107",
@@ -3355,7 +3355,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]] [[package]]
name = "stardust-xr" name = "stardust-xr"
version = "0.45.0" version = "0.45.0"
source = "git+https://github.com/StardustXR/core.git?branch=dev#0b33b006a71d26fa245f9b32636d67eb5d733751" source = "git+https://github.com/StardustXR/core.git?branch=dev#c03b8c09c2bc1096aedaf66025d47879729d6d10"
dependencies = [ dependencies = [
"color-eyre", "color-eyre",
"dirs 6.0.0", "dirs 6.0.0",
@@ -3374,7 +3374,7 @@ dependencies = [
[[package]] [[package]]
name = "stardust-xr-asteroids" name = "stardust-xr-asteroids"
version = "2.0.0" version = "2.0.0"
source = "git+https://github.com/StardustXR/asteroids.git?branch=dev#3af69d058139a33d76cb9e982739867df013b415" source = "git+https://github.com/StardustXR/asteroids.git?branch=dev#43d17ea8c0aab4204a59dc52cc5d2ac7ef24a254"
dependencies = [ dependencies = [
"ashpd", "ashpd",
"bumpalo", "bumpalo",
@@ -3391,6 +3391,7 @@ dependencies = [
"ron", "ron",
"rustc-hash 2.1.1", "rustc-hash 2.1.1",
"serde", "serde",
"shiva-color-rs",
"stardust-xr-fusion", "stardust-xr-fusion",
"stardust-xr-molecules", "stardust-xr-molecules",
"tokio", "tokio",
@@ -3402,7 +3403,7 @@ dependencies = [
[[package]] [[package]]
name = "stardust-xr-fusion" name = "stardust-xr-fusion"
version = "0.45.0" version = "0.45.0"
source = "git+https://github.com/StardustXR/core.git?branch=dev#0b33b006a71d26fa245f9b32636d67eb5d733751" source = "git+https://github.com/StardustXR/core.git?branch=dev#c03b8c09c2bc1096aedaf66025d47879729d6d10"
dependencies = [ dependencies = [
"clap", "clap",
"color-eyre", "color-eyre",
@@ -3428,7 +3429,7 @@ dependencies = [
[[package]] [[package]]
name = "stardust-xr-molecules" name = "stardust-xr-molecules"
version = "0.45.0" version = "0.45.0"
source = "git+https://github.com/StardustXR/molecules.git?branch=dev#283fcf6bcdb74adcb2a1bd1d37ce39dcb5d0368d" source = "git+https://github.com/StardustXR/molecules.git?branch=dev#c75db684db5742c31b747cde97aff40bb2865d74"
dependencies = [ dependencies = [
"futures-util", "futures-util",
"glam 0.30.3", "glam 0.30.3",
@@ -3446,13 +3447,12 @@ dependencies = [
[[package]] [[package]]
name = "stardust-xr-schemas" name = "stardust-xr-schemas"
version = "1.5.3" version = "1.5.3"
source = "git+https://github.com/StardustXR/core.git?branch=dev#0b33b006a71d26fa245f9b32636d67eb5d733751" source = "git+https://github.com/StardustXR/core.git?branch=dev#c03b8c09c2bc1096aedaf66025d47879729d6d10"
dependencies = [ dependencies = [
"console-subscriber", "console-subscriber",
"flatbuffers", "flatbuffers",
"flexbuffers", "flexbuffers",
"fnv", "fnv",
"futures-util",
"kdl", "kdl",
"manifest-dir-macros", "manifest-dir-macros",
"nanoid", "nanoid",
@@ -4018,7 +4018,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f9612d9503675b07b244922ea6f6f3cdd88c43add1b3498084613fc88cdf69d" checksum = "5f9612d9503675b07b244922ea6f6f3cdd88c43add1b3498084613fc88cdf69d"
dependencies = [ dependencies = [
"cc", "cc",
"windows-targets 0.52.6", "windows-targets 0.48.5",
] ]
[[package]] [[package]]
@@ -4407,7 +4407,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [ dependencies = [
"windows-sys 0.59.0", "windows-sys 0.48.0",
] ]
[[package]] [[package]]