chore(deps): bump thiserror from 2.0.17 to 2.0.18

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.17 to 2.0.18.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/2.0.17...2.0.18)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-01-19 16:45:27 +00:00
committed by GitHub
parent a335be9b84
commit a6d6bf137d
Generated
+19 -19
View File
@@ -587,7 +587,7 @@ dependencies = [
"num-traits", "num-traits",
"pastey", "pastey",
"rayon", "rayon",
"thiserror 2.0.17", "thiserror 2.0.18",
"v_frame", "v_frame",
"y4m", "y4m",
] ]
@@ -1684,7 +1684,7 @@ dependencies = [
"epaint", "epaint",
"log", "log",
"profiling", "profiling",
"thiserror 2.0.17", "thiserror 2.0.18",
"type-map", "type-map",
"web-time", "web-time",
"wgpu", "wgpu",
@@ -3280,7 +3280,7 @@ dependencies = [
"serde_json_lenient", "serde_json_lenient",
"shadow-rs", "shadow-rs",
"sysinfo 0.37.2", "sysinfo 0.37.2",
"thiserror 2.0.17", "thiserror 2.0.18",
"which", "which",
"win-msgbox", "win-msgbox",
"windows 0.62.2", "windows 0.62.2",
@@ -3711,7 +3711,7 @@ dependencies = [
"once_cell", "once_cell",
"rustc-hash 1.1.0", "rustc-hash 1.1.0",
"spirv", "spirv",
"thiserror 2.0.17", "thiserror 2.0.18",
"unicode-ident", "unicode-ident",
] ]
@@ -5262,7 +5262,7 @@ dependencies = [
"rand 0.9.2", "rand 0.9.2",
"rand_chacha 0.9.0", "rand_chacha 0.9.0",
"simd_helpers", "simd_helpers",
"thiserror 2.0.17", "thiserror 2.0.18",
"v_frame", "v_frame",
"wasm-bindgen", "wasm-bindgen",
] ]
@@ -5354,7 +5354,7 @@ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
dependencies = [ dependencies = [
"getrandom 0.2.16", "getrandom 0.2.16",
"libredox", "libredox",
"thiserror 2.0.17", "thiserror 2.0.18",
] ]
[[package]] [[package]]
@@ -6032,7 +6032,7 @@ dependencies = [
"log", "log",
"memmap2", "memmap2",
"rustix 1.1.3", "rustix 1.1.3",
"thiserror 2.0.17", "thiserror 2.0.18",
"wayland-backend", "wayland-backend",
"wayland-client", "wayland-client",
"wayland-csd-frame", "wayland-csd-frame",
@@ -6341,11 +6341,11 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "2.0.17" version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
dependencies = [ dependencies = [
"thiserror-impl 2.0.17", "thiserror-impl 2.0.18",
] ]
[[package]] [[package]]
@@ -6361,9 +6361,9 @@ dependencies = [
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "2.0.17" version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@@ -6622,7 +6622,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "786d480bce6247ab75f005b14ae1624ad978d3029d9113f0a22fa1ac773faeaf" checksum = "786d480bce6247ab75f005b14ae1624ad978d3029d9113f0a22fa1ac773faeaf"
dependencies = [ dependencies = [
"crossbeam-channel", "crossbeam-channel",
"thiserror 2.0.17", "thiserror 2.0.18",
"time", "time",
"tracing-subscriber", "tracing-subscriber",
] ]
@@ -7208,7 +7208,7 @@ dependencies = [
"raw-window-handle", "raw-window-handle",
"rustc-hash 1.1.0", "rustc-hash 1.1.0",
"smallvec", "smallvec",
"thiserror 2.0.17", "thiserror 2.0.18",
"wgpu-core-deps-apple", "wgpu-core-deps-apple",
"wgpu-core-deps-emscripten", "wgpu-core-deps-emscripten",
"wgpu-core-deps-windows-linux-android", "wgpu-core-deps-windows-linux-android",
@@ -7284,7 +7284,7 @@ dependencies = [
"raw-window-handle", "raw-window-handle",
"renderdoc-sys", "renderdoc-sys",
"smallvec", "smallvec",
"thiserror 2.0.17", "thiserror 2.0.18",
"wasm-bindgen", "wasm-bindgen",
"web-sys", "web-sys",
"wgpu-types", "wgpu-types",
@@ -7302,7 +7302,7 @@ dependencies = [
"bytemuck", "bytemuck",
"js-sys", "js-sys",
"log", "log",
"thiserror 2.0.17", "thiserror 2.0.18",
"web-sys", "web-sys",
] ]
@@ -7328,7 +7328,7 @@ version = "0.2.10"
source = "git+https://github.com/LGUG2Z/whkd?rev=v0.2.10#5d6a767f2ab7ac309686fe44ce59689546cf55fe" source = "git+https://github.com/LGUG2Z/whkd?rev=v0.2.10#5d6a767f2ab7ac309686fe44ce59689546cf55fe"
dependencies = [ dependencies = [
"chumsky", "chumsky",
"thiserror 2.0.17", "thiserror 2.0.18",
"whkd-core", "whkd-core",
] ]
@@ -7348,7 +7348,7 @@ source = "git+https://github.com/LGUG2Z/win32-display-data?rev=8c42d8db257d30fe9
dependencies = [ dependencies = [
"itertools", "itertools",
"serde", "serde",
"thiserror 2.0.17", "thiserror 2.0.18",
"windows 0.62.2", "windows 0.62.2",
"windows-core 0.62.2", "windows-core 0.62.2",
"wmi", "wmi",
@@ -8211,7 +8211,7 @@ dependencies = [
"futures", "futures",
"log", "log",
"serde", "serde",
"thiserror 2.0.17", "thiserror 2.0.18",
"windows 0.60.0", "windows 0.60.0",
"windows-core 0.60.1", "windows-core 0.60.1",
] ]