Update Rust crate thiserror to v2.0.18
All checks were successful
Build and Test / account (push) Successful in 16m12s

This commit is contained in:
Spacebot 2026-04-28 16:39:19 +00:00
commit 78cf9fd1b5

22
Cargo.lock generated
View file

@ -44,7 +44,7 @@ dependencies = [
"sha2", "sha2",
"sha256", "sha256",
"sqlx", "sqlx",
"thiserror 2.0.12", "thiserror 2.0.18",
"time", "time",
"tokio", "tokio",
"tonic", "tonic",
@ -3320,7 +3320,7 @@ dependencies = [
"rand 0.9.1", "rand 0.9.1",
"serde", "serde",
"serde_json", "serde_json",
"thiserror 2.0.12", "thiserror 2.0.18",
"time", "time",
"url", "url",
"uuid", "uuid",
@ -3569,7 +3569,7 @@ dependencies = [
"serde_json", "serde_json",
"sha2", "sha2",
"smallvec", "smallvec",
"thiserror 2.0.12", "thiserror 2.0.18",
"tokio", "tokio",
"tokio-stream", "tokio-stream",
"tracing", "tracing",
@ -3652,7 +3652,7 @@ dependencies = [
"smallvec", "smallvec",
"sqlx-core", "sqlx-core",
"stringprep", "stringprep",
"thiserror 2.0.12", "thiserror 2.0.18",
"tracing", "tracing",
"whoami", "whoami",
] ]
@ -3691,7 +3691,7 @@ dependencies = [
"smallvec", "smallvec",
"sqlx-core", "sqlx-core",
"stringprep", "stringprep",
"thiserror 2.0.12", "thiserror 2.0.18",
"tracing", "tracing",
"whoami", "whoami",
] ]
@ -3716,7 +3716,7 @@ dependencies = [
"serde", "serde",
"serde_urlencoded", "serde_urlencoded",
"sqlx-core", "sqlx-core",
"thiserror 2.0.12", "thiserror 2.0.18",
"tracing", "tracing",
"url", "url",
] ]
@ -3858,11 +3858,11 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "2.0.12" 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 = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
dependencies = [ dependencies = [
"thiserror-impl 2.0.12", "thiserror-impl 2.0.18",
] ]
[[package]] [[package]]
@ -3878,9 +3878,9 @@ dependencies = [
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "2.0.12" 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 = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",