Run cargo update

This commit is contained in:
Hanno Braun 2025-03-25 20:08:09 +01:00
parent a7c8d87a3b
commit 369cfd0081

View File

@ -85,15 +85,6 @@ version = "1.0.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
[[package]]
name = "approx"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3"
dependencies = [
"num-traits",
]
[[package]]
name = "approx"
version = "0.5.1"
@ -295,12 +286,6 @@ version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
[[package]]
name = "cfg_aliases"
version = "0.2.1"
@ -441,14 +426,16 @@ checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
[[package]]
name = "decorum"
version = "0.3.1"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "281759d3c8a14f5c3f0c49363be56810fcd7f910422f97f2db850c2920fde5cf"
checksum = "7fcc6bb0c903f3f815b48365bb9182092866f54a132d8ebe906f0b66952936e3"
dependencies = [
"approx 0.3.2",
"approx",
"num-traits",
"rustversion",
"serde",
"serde_derive",
"thiserror 2.0.12",
]
[[package]]
@ -468,17 +455,6 @@ version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
[[package]]
name = "displaydoc"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "dlib"
version = "0.5.2"
@ -586,7 +562,7 @@ dependencies = [
"pollster",
"spade",
"threemf",
"wgpu 24.0.3",
"wgpu",
"winit",
]
@ -613,7 +589,7 @@ dependencies = [
name = "fj-math"
version = "0.49.0"
dependencies = [
"approx 0.5.1",
"approx",
"decorum",
"iter_fixed",
"nalgebra",
@ -638,7 +614,7 @@ dependencies = [
"thiserror 2.0.12",
"tobj",
"tracing",
"wgpu 23.0.1",
"wgpu",
"winit",
]
@ -814,9 +790,9 @@ dependencies = [
[[package]]
name = "geo"
version = "0.29.3"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34f0e6e028c581e82e6822a68869514e94c25e7f8ea669a2d8595bdf7461ccc5"
checksum = "4416397671d8997e9a3e7ad99714f4f00a22e9eaa9b966a5985d2194fc9e02e1"
dependencies = [
"float_next_after",
"geo-types",
@ -830,11 +806,11 @@ dependencies = [
[[package]]
name = "geo-types"
version = "0.7.15"
version = "0.7.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bd1157f0f936bf0cd68dec91e8f7c311afe60295574d62b70d4861a1bfdf2d9"
checksum = "62ddb1950450d67efee2bbc5e429c68d052a822de3aad010d28b351fbb705224"
dependencies = [
"approx 0.5.1",
"approx",
"num-traits",
"rstar",
"serde",
@ -892,18 +868,6 @@ dependencies = [
"bytemuck",
]
[[package]]
name = "glow"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
dependencies = [
"js-sys",
"slotmap",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "glow"
version = "0.16.0"
@ -935,7 +899,7 @@ dependencies = [
"etagere",
"lru",
"rustc-hash 2.1.1",
"wgpu 24.0.3",
"wgpu",
]
[[package]]
@ -1039,9 +1003,9 @@ checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
[[package]]
name = "i_float"
version = "1.6.0"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "775f9961a8d2f879725da8aff789bb20a3ddf297473e0c90af75e69313919490"
checksum = "85df3a416829bb955fdc2416c7b73680c8dcea8d731f2c7aa23e1042fe1b8343"
dependencies = [
"serde",
]
@ -1054,9 +1018,9 @@ checksum = "347c253b4748a1a28baf94c9ce133b6b166f08573157e05afe718812bc599fcd"
[[package]]
name = "i_overlay"
version = "1.9.4"
version = "2.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01882ce5ed786bf6e8f5167f171a4026cd129ce17d9ff5cbf1e6749b98628ece"
checksum = "0542dfef184afdd42174a03dcc0625b6147fb73e1b974b1a08a2a42ac35cee49"
dependencies = [
"i_float",
"i_key_sort",
@ -1066,9 +1030,9 @@ dependencies = [
[[package]]
name = "i_shape"
version = "1.6.0"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27dbe9e5238d6b9c694c08415bf00fb370b089949bd818ab01f41f8927b8774c"
checksum = "0a38f5a42678726718ff924f6d4a0e79b129776aeed298f71de4ceedbd091bce"
dependencies = [
"i_float",
"serde",
@ -1082,9 +1046,9 @@ checksum = "155181bc97d770181cf9477da51218a19ee92a8e5be642e796661aee2b601139"
[[package]]
name = "image"
version = "0.25.5"
version = "0.25.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
dependencies = [
"bytemuck",
"byteorder-lite",
@ -1240,9 +1204,9 @@ checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e"
[[package]]
name = "log"
version = "0.4.26"
version = "0.4.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
[[package]]
name = "lru"
@ -1284,21 +1248,6 @@ dependencies = [
"libc",
]
[[package]]
name = "metal"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
dependencies = [
"bitflags 2.9.0",
"block",
"core-graphics-types",
"foreign-types",
"log",
"objc",
"paste",
]
[[package]]
name = "metal"
version = "0.31.0"
@ -1324,27 +1273,6 @@ dependencies = [
"simd-adler32",
]
[[package]]
name = "naga"
version = "23.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
dependencies = [
"arrayvec",
"bit-set",
"bitflags 2.9.0",
"cfg_aliases 0.1.1",
"codespan-reporting",
"hexf-parse",
"indexmap",
"log",
"rustc-hash 1.1.0",
"spirv",
"termcolor",
"thiserror 1.0.69",
"unicode-xid",
]
[[package]]
name = "naga"
version = "24.0.0"
@ -1354,7 +1282,7 @@ dependencies = [
"arrayvec",
"bit-set",
"bitflags 2.9.0",
"cfg_aliases 0.2.1",
"cfg_aliases",
"codespan-reporting",
"hexf-parse",
"indexmap",
@ -1373,7 +1301,7 @@ version = "0.33.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26aecdf64b707efd1310e3544d709c5c0ac61c13756046aaaba41be5c4f66a3b"
dependencies = [
"approx 0.5.1",
"approx",
"matrixmultiply",
"nalgebra-macros",
"num-complex",
@ -1788,7 +1716,7 @@ version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6cb6ad7b4b94d153e501bea7bee863fc83015db2f936a0a0c6745021853f1043"
dependencies = [
"approx 0.5.1",
"approx",
"arrayvec",
"bitflags 2.9.0",
"downcast-rs",
@ -1813,7 +1741,7 @@ version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8b2e297ab09d7c3b746e59c23f5bd44e235540424dcccbf28314db9ccf0938f"
dependencies = [
"approx 0.5.1",
"approx",
"arrayvec",
"bitflags 2.9.0",
"downcast-rs",
@ -2196,7 +2124,7 @@ version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3a386a501cd104797982c15ae17aafe8b9261315b5d07e3ec803f2ea26be0fa"
dependencies = [
"approx 0.5.1",
"approx",
"num-complex",
"num-traits",
"paste",
@ -2854,31 +2782,6 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "wgpu"
version = "23.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80f70000db37c469ea9d67defdc13024ddf9a5f1b89cb2941b812ad7cde1735a"
dependencies = [
"arrayvec",
"cfg_aliases 0.1.1",
"document-features",
"js-sys",
"log",
"naga 23.1.0",
"parking_lot",
"profiling",
"raw-window-handle",
"smallvec",
"static_assertions",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"wgpu-core 23.0.1",
"wgpu-hal 23.0.1",
"wgpu-types 23.0.0",
]
[[package]]
name = "wgpu"
version = "24.0.3"
@ -2887,11 +2790,11 @@ checksum = "35904fb00ba2d2e0a4d002fcbbb6e1b89b574d272a50e5fc95f6e81cf281c245"
dependencies = [
"arrayvec",
"bitflags 2.9.0",
"cfg_aliases 0.2.1",
"cfg_aliases",
"document-features",
"js-sys",
"log",
"naga 24.0.0",
"naga",
"parking_lot",
"profiling",
"raw-window-handle",
@ -2900,34 +2803,9 @@ dependencies = [
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"wgpu-core 24.0.2",
"wgpu-hal 24.0.2",
"wgpu-types 24.0.0",
]
[[package]]
name = "wgpu-core"
version = "23.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d63c3c478de8e7e01786479919c8769f62a22eec16788d8c2ac77ce2c132778a"
dependencies = [
"arrayvec",
"bit-vec",
"bitflags 2.9.0",
"cfg_aliases 0.1.1",
"document-features",
"indexmap",
"log",
"naga 23.1.0",
"once_cell",
"parking_lot",
"profiling",
"raw-window-handle",
"rustc-hash 1.1.0",
"smallvec",
"thiserror 1.0.69",
"wgpu-hal 23.0.1",
"wgpu-types 23.0.0",
"wgpu-core",
"wgpu-hal",
"wgpu-types",
]
[[package]]
@ -2939,11 +2817,11 @@ dependencies = [
"arrayvec",
"bit-vec",
"bitflags 2.9.0",
"cfg_aliases 0.2.1",
"cfg_aliases",
"document-features",
"indexmap",
"log",
"naga 24.0.0",
"naga",
"once_cell",
"parking_lot",
"profiling",
@ -2951,53 +2829,8 @@ dependencies = [
"rustc-hash 1.1.0",
"smallvec",
"thiserror 2.0.12",
"wgpu-hal 24.0.2",
"wgpu-types 24.0.0",
]
[[package]]
name = "wgpu-hal"
version = "23.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89364b8a0b211adc7b16aeaf1bd5ad4a919c1154b44c9ce27838213ba05fd821"
dependencies = [
"android_system_properties",
"arrayvec",
"ash",
"bit-set",
"bitflags 2.9.0",
"block",
"bytemuck",
"cfg_aliases 0.1.1",
"core-graphics-types",
"glow 0.14.2",
"glutin_wgl_sys",
"gpu-alloc",
"gpu-allocator",
"gpu-descriptor",
"js-sys",
"khronos-egl",
"libc",
"libloading",
"log",
"metal 0.29.0",
"naga 23.1.0",
"ndk-sys 0.5.0+25.2.9519653",
"objc",
"once_cell",
"parking_lot",
"profiling",
"range-alloc",
"raw-window-handle",
"renderdoc-sys",
"rustc-hash 1.1.0",
"smallvec",
"thiserror 1.0.69",
"wasm-bindgen",
"web-sys",
"wgpu-types 23.0.0",
"windows",
"windows-core",
"wgpu-hal",
"wgpu-types",
]
[[package]]
@ -3013,9 +2846,9 @@ dependencies = [
"bitflags 2.9.0",
"block",
"bytemuck",
"cfg_aliases 0.2.1",
"cfg_aliases",
"core-graphics-types",
"glow 0.16.0",
"glow",
"glutin_wgl_sys",
"gpu-alloc",
"gpu-allocator",
@ -3025,8 +2858,8 @@ dependencies = [
"libc",
"libloading",
"log",
"metal 0.31.0",
"naga 24.0.0",
"metal",
"naga",
"ndk-sys 0.5.0+25.2.9519653",
"objc",
"once_cell",
@ -3041,22 +2874,11 @@ dependencies = [
"thiserror 2.0.12",
"wasm-bindgen",
"web-sys",
"wgpu-types 24.0.0",
"wgpu-types",
"windows",
"windows-core",
]
[[package]]
name = "wgpu-types"
version = "23.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "610f6ff27778148c31093f3b03abc4840f9636d58d597ca2f5977433acfe0068"
dependencies = [
"bitflags 2.9.0",
"js-sys",
"web-sys",
]
[[package]]
name = "wgpu-types"
version = "24.0.0"
@ -3370,7 +3192,7 @@ dependencies = [
"block2",
"bytemuck",
"calloop",
"cfg_aliases 0.2.1",
"cfg_aliases",
"concurrent-queue",
"core-foundation",
"core-graphics",
@ -3515,18 +3337,16 @@ dependencies = [
[[package]]
name = "zip"
version = "2.4.2"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50"
checksum = "27c03817464f64e23f6f37574b4fdc8cf65925b5bfd2b0f2aedf959791941f88"
dependencies = [
"arbitrary",
"crc32fast",
"crossbeam-utils",
"displaydoc",
"flate2",
"indexmap",
"memchr",
"thiserror 2.0.12",
"zopfli",
]