From ba24750882804ec9f28ff1b4fb9a433024e9eb6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 11:17:30 +0000 Subject: [PATCH] fix(deps): update rust crate glyphon to 0.7.0 --- Cargo.lock | 348 ++++++++++++++---- .../pipeline/nodes/video/text/Cargo.toml | 2 +- 2 files changed, 281 insertions(+), 69 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eb4ba6fab..e13a0684a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,7 +141,7 @@ dependencies = [ "ndk-context", "ndk-sys 0.6.0+11769913", "num_enum", - "thiserror 1.0.64", + "thiserror 1.0.69", ] [[package]] @@ -268,7 +268,7 @@ dependencies = [ "objc-foundation", "objc_id", "parking_lot", - "thiserror 1.0.64", + "thiserror 1.0.69", "x11rb", ] @@ -531,7 +531,7 @@ checksum = "20235b6899dd1cb74a9afac0abf5b4a20c0e500dd6537280f4096e1b9f14da20" dependencies = [ "async-fs 2.1.1", "futures-lite 2.2.0", - "thiserror 1.0.64", + "thiserror 1.0.69", ] [[package]] @@ -806,7 +806,16 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0481a0e032742109b1133a095184ee93d88f3dc9e0d28a5d033dc77a073f44f" dependencies = [ - "bit-vec", + "bit-vec 0.7.0", +] + +[[package]] +name = "bit-set" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" +dependencies = [ + "bit-vec 0.8.0", ] [[package]] @@ -815,6 +824,12 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22" +[[package]] +name = "bit-vec" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" + [[package]] name = "bit_field" version = "0.10.2" @@ -1002,7 +1017,7 @@ dependencies = [ "cached_proc_macro_types", "hashbrown 0.14.3", "once_cell", - "thiserror 1.0.64", + "thiserror 1.0.69", "web-time", ] @@ -1034,7 +1049,7 @@ dependencies = [ "cairo-sys-rs", "glib", "libc", - "thiserror 1.0.64", + "thiserror 1.0.69", ] [[package]] @@ -1059,7 +1074,7 @@ dependencies = [ "polling 3.4.0", "rustix 0.38.31", "slab", - "thiserror 1.0.64", + "thiserror 1.0.69", ] [[package]] @@ -2466,10 +2481,10 @@ dependencies = [ "egui", "epaint", "log", - "thiserror 1.0.64", + "thiserror 1.0.69", "type-map", "web-time", - "wgpu", + "wgpu 22.1.0", "winit", ] @@ -3295,7 +3310,7 @@ dependencies = [ "bitflags 1.3.2", "log", "rusb", - "thiserror 1.0.64", + "thiserror 1.0.69", ] [[package]] @@ -3486,7 +3501,7 @@ dependencies = [ "glib", "libc", "once_cell", - "thiserror 1.0.64", + "thiserror 1.0.69", ] [[package]] @@ -3598,6 +3613,18 @@ dependencies = [ "web-sys", ] +[[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 = "glutin_wgl_sys" version = "0.6.0" @@ -3609,15 +3636,15 @@ dependencies = [ [[package]] name = "glyphon" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b11b1afb04c1a1be055989042258499473d0a9447f16450b433aba10bc2a46e7" +checksum = "36257cc8db90a3c90c500c283a0ca5a403da50fd2ae1db83bff06f7fecfbde7d" dependencies = [ "cosmic-text", "etagere", "lru", "rustc-hash 2.0.0", - "wgpu", + "wgpu 23.0.1", ] [[package]] @@ -3658,7 +3685,7 @@ checksum = "fdd4240fc91d3433d5e5b0fc5b67672d771850dc19bbee03c1381e19322803d7" dependencies = [ "log", "presser", - "thiserror 1.0.64", + "thiserror 1.0.69", "winapi 0.3.9", "windows 0.52.0", ] @@ -3860,7 +3887,7 @@ dependencies = [ "com", "libc", "libloading", - "thiserror 1.0.64", + "thiserror 1.0.69", "widestring 1.0.2", "winapi 0.3.9", ] @@ -3888,7 +3915,7 @@ checksum = "a822882350e060c3cde45bb95bbff01d70874d4cd553b951044522c910e6dc5c" dependencies = [ "bitflags 1.3.2", "rusb", - "thiserror 1.0.64", + "thiserror 1.0.69", ] [[package]] @@ -4521,7 +4548,7 @@ dependencies = [ "combine", "jni-sys", "log", - "thiserror 1.0.64", + "thiserror 1.0.69", "walkdir", "windows-sys 0.45.0", ] @@ -6782,7 +6809,7 @@ dependencies = [ "tracing", "uuid 1.11.0", "weak-table", - "wgpu", + "wgpu 22.1.0", "winit", ] @@ -6897,7 +6924,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8bd5a652b6faf21496f2cfd88fc49989c8db0825d1f6746b1a71a6ede24a63ad" dependencies = [ "arrayvec", - "bit-set", + "bit-set 0.6.0", "bitflags 2.6.0", "cfg_aliases 0.1.1", "codespan-reporting", @@ -6907,7 +6934,28 @@ dependencies = [ "rustc-hash 1.1.0", "spirv", "termcolor", - "thiserror 1.0.64", + "thiserror 1.0.69", + "unicode-xid", +] + +[[package]] +name = "naga" +version = "23.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f" +dependencies = [ + "arrayvec", + "bit-set 0.8.0", + "bitflags 2.6.0", + "cfg_aliases 0.1.1", + "codespan-reporting", + "hexf-parse", + "indexmap 2.7.0", + "log", + "rustc-hash 1.1.0", + "spirv", + "termcolor", + "thiserror 1.0.69", "unicode-xid", ] @@ -7030,7 +7078,7 @@ dependencies = [ "log", "ndk-sys 0.5.0+25.2.9519653", "num_enum", - "thiserror 1.0.64", + "thiserror 1.0.69", ] [[package]] @@ -7045,7 +7093,7 @@ dependencies = [ "ndk-sys 0.6.0+11769913", "num_enum", "raw-window-handle", - "thiserror 1.0.64", + "thiserror 1.0.69", ] [[package]] @@ -7134,7 +7182,7 @@ dependencies = [ "anyhow", "byteorder", "paste", - "thiserror 1.0.64", + "thiserror 1.0.69", ] [[package]] @@ -7196,7 +7244,7 @@ dependencies = [ "nokhwa-bindings-windows", "nokhwa-core", "paste", - "thiserror 1.0.64", + "thiserror 1.0.69", ] [[package]] @@ -7243,7 +7291,7 @@ dependencies = [ "bytes 1.9.0", "image 0.24.8", "mozjpeg", - "thiserror 1.0.64", + "thiserror 1.0.69", ] [[package]] @@ -7631,9 +7679,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.19.0" +version = "1.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" +checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "oorandom" @@ -8128,7 +8176,7 @@ dependencies = [ "pin-project", "pollster", "static_assertions", - "thiserror 1.0.64", + "thiserror 1.0.69", ] [[package]] @@ -8195,7 +8243,7 @@ version = "0.1.0" source = "git+https://github.com/maxjoehnk/pro-dj-link-rs.git#6c8b4cb3940ada3744872df6b40e3e91791a3804" dependencies = [ "bitflags 1.3.2", - "thiserror 1.0.64", + "thiserror 1.0.69", "tokio", "tracing", ] @@ -8487,7 +8535,7 @@ dependencies = [ "rand_chacha", "simd_helpers", "system-deps 6.2.2", - "thiserror 1.0.64", + "thiserror 1.0.69", "v_frame", "wasm-bindgen", ] @@ -8585,7 +8633,7 @@ checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4" dependencies = [ "getrandom", "libredox 0.0.1", - "thiserror 1.0.64", + "thiserror 1.0.69", ] [[package]] @@ -9038,7 +9086,7 @@ dependencies = [ "image 0.24.8", "log", "percent-encoding", - "thiserror 1.0.64", + "thiserror 1.0.69", "windows 0.52.0", "xcb", ] @@ -9216,7 +9264,7 @@ dependencies = [ "rand 0.8.5", "serde", "serde_json", - "thiserror 1.0.64", + "thiserror 1.0.69", "time", "url", "uuid 1.11.0", @@ -9489,7 +9537,7 @@ dependencies = [ "log", "memmap2", "rustix 0.38.31", - "thiserror 1.0.64", + "thiserror 1.0.69", "wayland-backend", "wayland-client", "wayland-csd-frame", @@ -9965,7 +10013,7 @@ dependencies = [ "pkg-config", "strum", "strum_macros", - "thiserror 1.0.64", + "thiserror 1.0.69", "toml 0.5.11", "version-compare 0.0.11", ] @@ -10084,11 +10132,11 @@ checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b" [[package]] name = "thiserror" -version = "1.0.64" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" +checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" dependencies = [ - "thiserror-impl 1.0.64", + "thiserror-impl 1.0.69", ] [[package]] @@ -10102,9 +10150,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "1.0.64" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" +checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", @@ -10454,7 +10502,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf" dependencies = [ "crossbeam-channel", - "thiserror 1.0.64", + "thiserror 1.0.69", "time", "tracing-subscriber", ] @@ -10572,7 +10620,7 @@ version = "0.1.0" source = "git+https://github.com/maxjoehnk/traktor-kontrol-x1-rs.git#ba61422b62ae895eb13a70f968bfe62ce35690b2" dependencies = [ "rusb", - "thiserror 1.0.64", + "thiserror 1.0.69", ] [[package]] @@ -10729,9 +10777,9 @@ checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" [[package]] name = "unicode-xid" -version = "0.2.4" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" +checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" [[package]] name = "untrusted" @@ -10944,10 +10992,10 @@ dependencies = [ "raw-window-handle", "skrifa 0.22.3", "static_assertions", - "thiserror 1.0.64", + "thiserror 1.0.69", "vello_encoding", "vello_shaders", - "wgpu", + "wgpu 22.1.0", ] [[package]] @@ -10970,8 +11018,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07cad02d6f29f2212a6ee382a8fec6f9977d0cceefacf07f8e361607ffe3988d" dependencies = [ "bytemuck", - "naga", - "thiserror 1.0.64", + "naga 22.1.0", + "thiserror 1.0.69", "vello_encoding", ] @@ -10982,7 +11030,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbf8bc9b79b81a290cb8dfa3506c281c7300cc0fcf23e76ec5e2f0174bac4f03" dependencies = [ "image 0.25.5", - "thiserror 1.0.64", + "thiserror 1.0.69", "usvg", "vello", ] @@ -11282,7 +11330,31 @@ dependencies = [ "document-features", "js-sys", "log", - "naga", + "naga 22.1.0", + "parking_lot", + "profiling", + "raw-window-handle", + "smallvec", + "static_assertions", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", + "wgpu-core 22.1.0", + "wgpu-hal 22.0.0", + "wgpu-types 22.0.0", +] + +[[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", "parking_lot", "profiling", "raw-window-handle", @@ -11291,9 +11363,9 @@ dependencies = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "wgpu-core", - "wgpu-hal", - "wgpu-types", + "wgpu-core 23.0.1", + "wgpu-hal 23.0.1", + "wgpu-types 23.0.0", ] [[package]] @@ -11303,22 +11375,47 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0348c840d1051b8e86c3bcd31206080c5e71e5933dabd79be1ce732b0b2f089a" dependencies = [ "arrayvec", - "bit-vec", + "bit-vec 0.7.0", "bitflags 2.6.0", "cfg_aliases 0.1.1", "document-features", "indexmap 2.7.0", "log", - "naga", + "naga 22.1.0", "once_cell", "parking_lot", "profiling", "raw-window-handle", "rustc-hash 1.1.0", "smallvec", - "thiserror 1.0.64", - "wgpu-hal", - "wgpu-types", + "thiserror 1.0.69", + "wgpu-hal 22.0.0", + "wgpu-types 22.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 0.8.0", + "bitflags 2.6.0", + "cfg_aliases 0.1.1", + "document-features", + "indexmap 2.7.0", + "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", ] [[package]] @@ -11330,13 +11427,13 @@ dependencies = [ "android_system_properties", "arrayvec", "ash", - "bit-set", + "bit-set 0.6.0", "bitflags 2.6.0", "block", "cfg_aliases 0.1.1", "core-graphics-types", "d3d12", - "glow", + "glow 0.13.1", "glutin_wgl_sys", "gpu-alloc", "gpu-allocator", @@ -11348,7 +11445,7 @@ dependencies = [ "libloading", "log", "metal 0.29.0", - "naga", + "naga 22.1.0", "ndk-sys 0.5.0+25.2.9519653", "objc", "once_cell", @@ -11359,13 +11456,53 @@ dependencies = [ "renderdoc-sys", "rustc-hash 1.1.0", "smallvec", - "thiserror 1.0.64", + "thiserror 1.0.69", "wasm-bindgen", "web-sys", - "wgpu-types", + "wgpu-types 22.0.0", "winapi 0.3.9", ] +[[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", + "bitflags 2.6.0", + "bytemuck", + "cfg_aliases 0.1.1", + "core-graphics-types", + "glow 0.14.2", + "glutin_wgl_sys", + "gpu-alloc", + "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", + "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 0.58.0", +] + [[package]] name = "wgpu-types" version = "22.0.0" @@ -11377,6 +11514,17 @@ dependencies = [ "web-sys", ] +[[package]] +name = "wgpu-types" +version = "23.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "610f6ff27778148c31093f3b03abc4840f9636d58d597ca2f5977433acfe0068" +dependencies = [ + "bitflags 2.6.0", + "js-sys", + "web-sys", +] + [[package]] name = "which" version = "4.4.2" @@ -11519,6 +11667,16 @@ dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "windows" +version = "0.58.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" +dependencies = [ + "windows-core 0.58.0", + "windows-targets 0.52.6", +] + [[package]] name = "windows-core" version = "0.52.0" @@ -11534,7 +11692,7 @@ version = "0.54.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65" dependencies = [ - "windows-result", + "windows-result 0.1.1", "windows-targets 0.52.6", ] @@ -11544,9 +11702,22 @@ version = "0.56.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6" dependencies = [ - "windows-implement", - "windows-interface", - "windows-result", + "windows-implement 0.56.0", + "windows-interface 0.56.0", + "windows-result 0.1.1", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-core" +version = "0.58.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" +dependencies = [ + "windows-implement 0.58.0", + "windows-interface 0.58.0", + "windows-result 0.2.0", + "windows-strings", "windows-targets 0.52.6", ] @@ -11561,6 +11732,17 @@ dependencies = [ "syn 2.0.87", ] +[[package]] +name = "windows-implement" +version = "0.58.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", +] + [[package]] name = "windows-interface" version = "0.56.0" @@ -11572,6 +11754,17 @@ dependencies = [ "syn 2.0.87", ] +[[package]] +name = "windows-interface" +version = "0.58.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", +] + [[package]] name = "windows-result" version = "0.1.1" @@ -11581,6 +11774,25 @@ dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "windows-result" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-strings" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" +dependencies = [ + "windows-result 0.2.0", + "windows-targets 0.52.6", +] + [[package]] name = "windows-sys" version = "0.28.0" diff --git a/crates/runtime/pipeline/nodes/video/text/Cargo.toml b/crates/runtime/pipeline/nodes/video/text/Cargo.toml index d0d8ddce2..ff04b5e7c 100644 --- a/crates/runtime/pipeline/nodes/video/text/Cargo.toml +++ b/crates/runtime/pipeline/nodes/video/text/Cargo.toml @@ -14,5 +14,5 @@ num_enum = "0.7" mizer-wgpu = { path = "../../../../wgpu" } image = "0.25" profiling = "1" -glyphon = "0.6.0" +glyphon = "0.7.0" font-kit = "0.14"