chore(deps): update rust crate thiserror to v2.0.18

This commit is contained in:
renovate[bot]
2026-01-18 16:34:52 +00:00
committed by GitHub
parent d70622077a
commit a5b9bd82c2

12
Cargo.lock generated
View File

@@ -2117,7 +2117,7 @@ dependencies = [
"once_cell",
"serde",
"tao",
"thiserror 2.0.11",
"thiserror 2.0.18",
"tracing",
"windows-sys 0.59.0",
"winit 0.30.9",
@@ -4634,11 +4634,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.11"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
dependencies = [
"thiserror-impl 2.0.11",
"thiserror-impl 2.0.18",
]
[[package]]
@@ -4654,9 +4654,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "2.0.11"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
dependencies = [
"proc-macro2",
"quote",