Update Rust crate thiserror to 2.0.18 #417

Merged
renovate merged 1 commits from renovate/thiserror-2.x into master 2026-01-20 00:17:03 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -693,7 +693,7 @@ dependencies = [
"serde",
"serde_json",
"serde_yml",
"thiserror 2.0.17",
"thiserror 2.0.18",
"tokio",
"tokio_schedule",
"uuid",
@@ -2568,7 +2568,7 @@ dependencies = [
"rustc-hash",
"rustls",
"socket2 0.6.1",
"thiserror 2.0.17",
"thiserror 2.0.18",
"tokio",
"tracing",
"web-time",
@@ -2590,7 +2590,7 @@ dependencies = [
"rustls",
"rustls-pki-types",
"slab",
"thiserror 2.0.17",
"thiserror 2.0.18",
"tinyvec",
"tracing",
"web-time",
@@ -3200,7 +3200,7 @@ checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
dependencies = [
"num-bigint",
"num-traits",
"thiserror 2.0.17",
"thiserror 2.0.18",
"time",
]
@@ -3357,11 +3357,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.17"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
dependencies = [
"thiserror-impl 2.0.17",
"thiserror-impl 2.0.18",
]
[[package]]
@@ -3377,9 +3377,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "2.0.17"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
dependencies = [
"proc-macro2",
"quote",

View File

@@ -10,7 +10,7 @@ lazy_static = "1.5.0"
dotenvy = "0.15.7"
clap = { version = "4.5.54", features = ["derive", "env"] }
anyhow = "1.0.100"
thiserror = "2.0.17"
thiserror = "2.0.18"
openssl = { version = "0.10.75" }
openssl-sys = "0.9.111"
libc = "0.2.180"