From d7bd243c41e66e1d77e5ae8fb8ecf8fc95e45387 Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Sat, 11 Jul 2026 23:21:54 +0900 Subject: [PATCH] update deps --- Cargo.lock | 173 +++++++++++---------------------------- dash-frontend/Cargo.toml | 4 +- wayvr-ipc/Cargo.toml | 2 +- wayvr/Cargo.toml | 26 +++--- wayvrctl/Cargo.toml | 2 +- wgui/Cargo.toml | 2 +- 6 files changed, 66 insertions(+), 143 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc2a291c..e1f665b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -362,13 +362,13 @@ dependencies = [ [[package]] name = "async-native-tls" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec" +checksum = "37dd6b179962fe4048a6f81d4c0d7ed419a21fdf49204b4c6b04971693358e79" dependencies = [ "futures-util", "native-tls", - "thiserror 1.0.69", + "thiserror 2.0.18", "url", ] @@ -623,7 +623,7 @@ dependencies = [ "miniz_oxide", "object", "rustc-demangle", - "windows-link 0.2.1", + "windows-link", ] [[package]] @@ -911,7 +911,7 @@ dependencies = [ "num-traits", "pure-rust-locales", "wasm-bindgen", - "windows-link 0.2.1", + "windows-link", ] [[package]] @@ -1211,7 +1211,7 @@ dependencies = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "windows 0.62.2", + "windows", ] [[package]] @@ -2089,7 +2089,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" dependencies = [ "rustix 1.1.4", - "windows-link 0.2.1", + "windows-link", ] [[package]] @@ -2387,7 +2387,7 @@ dependencies = [ "js-sys", "log", "wasm-bindgen", - "windows-core 0.62.2", + "windows-core", ] [[package]] @@ -2773,7 +2773,7 @@ dependencies = [ "simd_cesu8", "thiserror 2.0.18", "walkdir", - "windows-link 0.2.1", + "windows-link", ] [[package]] @@ -2929,7 +2929,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" dependencies = [ "cfg-if", - "windows-link 0.2.1", + "windows-link", ] [[package]] @@ -2939,7 +2939,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60" dependencies = [ "cfg-if", - "windows-link 0.2.1", + "windows-link", ] [[package]] @@ -3071,9 +3071,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.18.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a860605968fce16869fd239cf4237a82f3ac470723415db603b0e8b6c8d4fb9" +checksum = "0b6180140927ee907000b0aa540091f6ea512ead4447c92b8fc35bc72788a5a6" dependencies = [ "hashbrown 0.17.1", ] @@ -3654,6 +3654,17 @@ dependencies = [ "objc2-foundation 0.3.2", ] +[[package]] +name = "objc2-open-directory" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb82bed227edf5201dfedf072bba4015a33d3d4a98519837295a90f0a23f676d" +dependencies = [ + "objc2 0.6.4", + "objc2-core-foundation", + "objc2-foundation 0.3.2", +] + [[package]] name = "objc2-quartz-core" version = "0.2.2" @@ -3927,7 +3938,7 @@ dependencies = [ "libc", "redox_syscall 0.5.18", "smallvec", - "windows-link 0.2.1", + "windows-link", ] [[package]] @@ -5130,9 +5141,9 @@ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" [[package]] name = "signal-hook" -version = "0.3.18" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" +checksum = "b2a0c28ca5908dbdbcd52e6fdaa00358ab88637f8ab33e1f188dd510eb44b53d" dependencies = [ "libc", "signal-hook-registry", @@ -5575,16 +5586,17 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.37.2" +version = "0.39.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f" +checksum = "d2071df9448915b71c4fe6d25deaf1c22f12bd234f01540b77312bb8e41361e6" dependencies = [ "libc", "memchr", "ntapi", "objc2-core-foundation", "objc2-io-kit", - "windows 0.61.3", + "objc2-open-directory", + "windows", ] [[package]] @@ -6678,38 +6690,16 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" -[[package]] -name = "windows" -version = "0.61.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" -dependencies = [ - "windows-collections 0.2.0", - "windows-core 0.61.2", - "windows-future 0.2.1", - "windows-link 0.1.3", - "windows-numerics 0.2.0", -] - [[package]] name = "windows" version = "0.62.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" dependencies = [ - "windows-collections 0.3.2", - "windows-core 0.62.2", - "windows-future 0.3.2", - "windows-numerics 0.3.1", -] - -[[package]] -name = "windows-collections" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" -dependencies = [ - "windows-core 0.61.2", + "windows-collections", + "windows-core", + "windows-future", + "windows-numerics", ] [[package]] @@ -6718,20 +6708,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" dependencies = [ - "windows-core 0.62.2", -] - -[[package]] -name = "windows-core" -version = "0.61.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" -dependencies = [ - "windows-implement", - "windows-interface", - "windows-link 0.1.3", - "windows-result 0.3.4", - "windows-strings 0.4.2", + "windows-core", ] [[package]] @@ -6742,20 +6719,9 @@ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" dependencies = [ "windows-implement", "windows-interface", - "windows-link 0.2.1", - "windows-result 0.4.1", - "windows-strings 0.5.1", -] - -[[package]] -name = "windows-future" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" -dependencies = [ - "windows-core 0.61.2", - "windows-link 0.1.3", - "windows-threading 0.1.0", + "windows-link", + "windows-result", + "windows-strings", ] [[package]] @@ -6764,9 +6730,9 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" dependencies = [ - "windows-core 0.62.2", - "windows-link 0.2.1", - "windows-threading 0.2.1", + "windows-core", + "windows-link", + "windows-threading", ] [[package]] @@ -6791,45 +6757,20 @@ dependencies = [ "syn 2.0.118", ] -[[package]] -name = "windows-link" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" - [[package]] name = "windows-link" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" -[[package]] -name = "windows-numerics" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" -dependencies = [ - "windows-core 0.61.2", - "windows-link 0.1.3", -] - [[package]] name = "windows-numerics" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" dependencies = [ - "windows-core 0.62.2", - "windows-link 0.2.1", -] - -[[package]] -name = "windows-result" -version = "0.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" -dependencies = [ - "windows-link 0.1.3", + "windows-core", + "windows-link", ] [[package]] @@ -6838,16 +6779,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" dependencies = [ - "windows-link 0.2.1", -] - -[[package]] -name = "windows-strings" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" -dependencies = [ - "windows-link 0.1.3", + "windows-link", ] [[package]] @@ -6856,7 +6788,7 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" dependencies = [ - "windows-link 0.2.1", + "windows-link", ] [[package]] @@ -6892,7 +6824,7 @@ version = "0.61.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" dependencies = [ - "windows-link 0.2.1", + "windows-link", ] [[package]] @@ -6926,22 +6858,13 @@ dependencies = [ "windows_x86_64_msvc 0.52.6", ] -[[package]] -name = "windows-threading" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" -dependencies = [ - "windows-link 0.1.3", -] - [[package]] name = "windows-threading" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" dependencies = [ - "windows-link 0.2.1", + "windows-link", ] [[package]] diff --git a/dash-frontend/Cargo.toml b/dash-frontend/Cargo.toml index 2f5206c3..f1ce3c0c 100644 --- a/dash-frontend/Cargo.toml +++ b/dash-frontend/Cargo.toml @@ -24,9 +24,9 @@ strum.workspace = true uuid.workspace = true xdg.workspace = true -async-native-tls = "0.5.0" +async-native-tls = "0.6.0" http-body-util = "0.1.3" -hyper = { version = "1.8.1", features = ["client", "http1", "http2"] } +hyper = { version = "1.10.1", features = ["client", "http1", "http2"] } keyvalues-parser = { git = "https://codeberg.org/CosmicHarper/vdf-rs.git", rev = "fc6dcbea9eb13cacb98dea40063f6f56cde6e145" diff --git a/wayvr-ipc/Cargo.toml b/wayvr-ipc/Cargo.toml index 2efa2896..04a0338f 100644 --- a/wayvr-ipc/Cargo.toml +++ b/wayvr-ipc/Cargo.toml @@ -18,7 +18,7 @@ smallvec.workspace = true interprocess = { workspace = true, features = ["tokio"], optional = true } serde_json.workspace = true tokio = { workspace = true, features = ["macros"], optional = true } -tokio-util = { version = "0.7.13", optional = true } +tokio-util = { version = "0.7.18", optional = true } [features] default = ["client"] diff --git a/wayvr/Cargo.toml b/wayvr/Cargo.toml index 78fb5da9..2c9f0f62 100644 --- a/wayvr/Cargo.toml +++ b/wayvr/Cargo.toml @@ -59,8 +59,8 @@ xdg.workspace = true ash = "^0.38.0" # must match vulkano bytes = { workspace = true } chrono-tz = "0.10.4" -config = "0.15.19" -futures = "0.3.31" +config = "0.15.25" +futures = "0.3.32" image_dds = { version = "0.7.2", default-features = false, @@ -70,7 +70,7 @@ image_dds = { } input-linux = "0.7.1" json = { version = "0.12.4", optional = true } -json5 = "1.3.0" +json5 = "1.3.1" libmonado = { git = "https://github.com/wayvr-org/libmonado-rs.git", rev = "6f66b26930c24a8a2fc57ddcd85704784894c750", @@ -78,7 +78,7 @@ libmonado = { } log-panics = { version = "2.1.0", features = ["with-backtrace"] } mint = "0.5.9" -openxr = { version = "0.21.0", features = ["linked", "mint"], optional = true } +openxr = { version = "0.21.1", features = ["linked", "mint"], optional = true } ovr_overlay = { git = "https://github.com/galister/ovr_overlay_oyasumi", rev = "e477bd2a9e04293ea68c1e7529ef2cb131f32acc", @@ -88,11 +88,11 @@ ovr_overlay = { ], optional = true } -prost = { version = "0.14.3", optional = true } +prost = { version = "0.14.4", optional = true } pure-rust-locales = "0.8.2" rosc = { version = "0.11.4", optional = true } -serde_yaml = "0.9.34" -signal-hook = "0.3.18" +serde_yaml = "0.9.33" +signal-hook = "0.4.4" smithay = { version = "0.7.0", default-features = false, @@ -104,12 +104,12 @@ smithay = { ] } smithay-clipboard = "0.7.3" -sysinfo = { version = "0.37" } -thiserror = "2.0" -tracing = "0.1.43" +sysinfo = { version = "0.39.6" } +thiserror = "2.0.18" +tracing = "0.1.44" whisper-rs = { version = "0.16.0", features = ["vulkan"], optional = true } xcb = { - version = "1.6.0", + version = "1.7.0", features = [ "as-raw-xcb-connection", ], @@ -119,8 +119,8 @@ xkbcommon = { version = "0.8.0" } # 0.9.0 breaks keymap import on some distros -calloop = { version = "0.14", optional = true } -calloop-wayland-source = { version = "0.4", optional = true } +calloop = { version = "0.14.4", optional = true } +calloop-wayland-source = { version = "0.4.1", optional = true } [build-dependencies] regex.workspace = true diff --git a/wayvrctl/Cargo.toml b/wayvrctl/Cargo.toml index 87b97a5d..fbd982f6 100644 --- a/wayvrctl/Cargo.toml +++ b/wayvrctl/Cargo.toml @@ -17,5 +17,5 @@ serde.workspace = true serde_json.workspace = true tokio.workspace = true -env_logger = "0.11.8" +env_logger = "0.11.11" shell-words = "1.1.1" diff --git a/wgui/Cargo.toml b/wgui/Cargo.toml index ced960d2..2d52477c 100644 --- a/wgui/Cargo.toml +++ b/wgui/Cargo.toml @@ -34,7 +34,7 @@ image = { "webp", ] } -lru = "0.18.0" +lru = "0.18.1" ouroboros = "0.18.5" parking_lot = "0.12.5" resvg = { version = "0.47.0", default-features = false }