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

This commit is contained in:
renovate[bot] 2025-05-22 15:42:53 +00:00 committed by GitHub
parent e039adf158
commit 23910cfd22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

32
Cargo.lock generated
View file

@ -2612,7 +2612,7 @@ dependencies = [
"reqwest",
"serde",
"serde_json",
"thiserror 2.0.11",
"thiserror 2.0.12",
"tokio",
"url",
"x509-cert",
@ -3259,7 +3259,7 @@ dependencies = [
"futures-sink",
"js-sys",
"pin-project-lite",
"thiserror 2.0.11",
"thiserror 2.0.12",
"tracing",
]
@ -3306,7 +3306,7 @@ dependencies = [
"opentelemetry_sdk",
"prost",
"reqwest",
"thiserror 2.0.11",
"thiserror 2.0.12",
"tokio",
"tonic",
"tracing",
@ -3345,7 +3345,7 @@ dependencies = [
"percent-encoding",
"rand 0.8.5",
"serde_json",
"thiserror 2.0.11",
"thiserror 2.0.12",
"tokio",
"tokio-stream",
"tracing",
@ -3588,7 +3588,7 @@ dependencies = [
"sha3",
"signature",
"smallvec",
"thiserror 2.0.11",
"thiserror 2.0.12",
"twofish",
"x25519-dalek",
"zeroize",
@ -3790,7 +3790,7 @@ dependencies = [
"rustc-hash 2.1.1",
"rustls",
"socket2",
"thiserror 2.0.11",
"thiserror 2.0.12",
"tokio",
"tracing",
"web-time",
@ -3810,7 +3810,7 @@ dependencies = [
"rustls",
"rustls-pki-types",
"slab",
"thiserror 2.0.11",
"thiserror 2.0.12",
"tinyvec",
"tracing",
"web-time",
@ -4833,7 +4833,7 @@ dependencies = [
"anyhow",
"serde",
"teepot",
"thiserror 2.0.11",
"thiserror 2.0.12",
"tokio",
"tracing",
]
@ -4970,7 +4970,7 @@ dependencies = [
"signature",
"teepot-tee-quote-verification-rs",
"testaso",
"thiserror 2.0.11",
"thiserror 2.0.12",
"tokio",
"tracing",
"tracing-futures",
@ -5026,7 +5026,7 @@ dependencies = [
"serde_with 3.12.0",
"sha2",
"teepot",
"thiserror 2.0.11",
"thiserror 2.0.12",
"tracing",
"webpki-roots",
"x509-cert",
@ -5106,11 +5106,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]]
@ -5126,9 +5126,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",
@ -5721,7 +5721,7 @@ dependencies = [
"serde_with 3.12.0",
"serde_yaml",
"teepot",
"thiserror 2.0.11",
"thiserror 2.0.12",
"tokio",
"tokio-util",
"tracing",