fix(deps): update rust crate thiserror to v2.0.12 #63

Merged
renovatebot merged 1 commits from renovate/all-minor-patch into master 2025-03-02 21:03:49 -08:00

42
Cargo.lock generated
View File

@ -687,7 +687,7 @@ dependencies = [
"rusoto_s3 0.48.0",
"serde",
"sqlx",
"thiserror 2.0.11",
"thiserror 2.0.12",
"tokio 1.43.0",
"tracing",
"urlencoding",
@ -722,7 +722,7 @@ dependencies = [
"semver 1.0.25",
"serde",
"serde_json",
"thiserror 2.0.11",
"thiserror 2.0.12",
]
[[package]]
@ -2974,7 +2974,7 @@ dependencies = [
"rayon",
"serde",
"serde_json",
"thiserror 2.0.11",
"thiserror 2.0.12",
"tracing",
]
@ -3020,7 +3020,7 @@ dependencies = [
"serde_json",
"sqlx",
"tantivy",
"thiserror 2.0.11",
"thiserror 2.0.12",
"tokio 1.43.0",
"tracing",
"url",
@ -3058,7 +3058,7 @@ dependencies = [
"serde",
"serde_json",
"strum_macros 0.27.1",
"thiserror 2.0.11",
"thiserror 2.0.12",
"uuid",
"wasm-bindgen",
"wasm-bindgen-test",
@ -3187,7 +3187,7 @@ dependencies = [
"memchr",
"mime",
"selectors 0.24.0",
"thiserror 2.0.11",
"thiserror 2.0.12",
]
[[package]]
@ -3761,7 +3761,7 @@ dependencies = [
"futures-sink",
"js-sys",
"pin-project-lite",
"thiserror 2.0.11",
"thiserror 2.0.12",
"tracing",
]
@ -3794,7 +3794,7 @@ dependencies = [
"opentelemetry_sdk",
"prost",
"reqwest",
"thiserror 2.0.11",
"thiserror 2.0.12",
"tokio 1.43.0",
"tonic",
"tracing",
@ -3844,7 +3844,7 @@ dependencies = [
"percent-encoding",
"rand 0.8.5",
"serde_json",
"thiserror 2.0.11",
"thiserror 2.0.12",
"tokio 1.43.0",
"tokio-stream",
"tracing",
@ -4005,7 +4005,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
dependencies = [
"memchr",
"thiserror 2.0.11",
"thiserror 2.0.12",
"ucd-trie",
]
@ -4411,7 +4411,7 @@ dependencies = [
"rustc-hash 2.1.1",
"rustls",
"socket2",
"thiserror 2.0.11",
"thiserror 2.0.12",
"tokio 1.43.0",
"tracing",
]
@ -4430,7 +4430,7 @@ dependencies = [
"rustls",
"rustls-pki-types",
"slab",
"thiserror 2.0.11",
"thiserror 2.0.12",
"tinyvec",
"tracing",
"web-time",
@ -5718,7 +5718,7 @@ dependencies = [
"serde_json",
"sha2 0.10.8",
"smallvec 1.14.0",
"thiserror 2.0.11",
"thiserror 2.0.12",
"time 0.3.37",
"tokio 1.43.0",
"tokio-stream",
@ -5802,7 +5802,7 @@ dependencies = [
"smallvec 1.14.0",
"sqlx-core",
"stringprep",
"thiserror 2.0.11",
"thiserror 2.0.12",
"time 0.3.37",
"tracing",
"whoami",
@ -5840,7 +5840,7 @@ dependencies = [
"smallvec 1.14.0",
"sqlx-core",
"stringprep",
"thiserror 2.0.11",
"thiserror 2.0.12",
"time 0.3.37",
"tracing",
"whoami",
@ -6244,11 +6244,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.11"
version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
dependencies = [
"thiserror-impl 2.0.11",
"thiserror-impl 2.0.12",
]
[[package]]
@ -6264,9 +6264,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "2.0.11"
version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
dependencies = [
"proc-macro2",
"quote",
@ -7567,7 +7567,7 @@ dependencies = [
"opentelemetry-otlp",
"opentelemetry-resource-detectors",
"opentelemetry_sdk",
"thiserror 2.0.11",
"thiserror 2.0.12",
"tokio 1.43.0",
"tracing",
"tracing-appender",