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

This commit is contained in:
renovate[bot] 2025-05-22 16:14:06 +00:00 committed by GitHub
parent e039adf158
commit de010fd093
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", "reqwest",
"serde", "serde",
"serde_json", "serde_json",
"thiserror 2.0.11", "thiserror 2.0.12",
"tokio", "tokio",
"url", "url",
"x509-cert", "x509-cert",
@ -3259,7 +3259,7 @@ dependencies = [
"futures-sink", "futures-sink",
"js-sys", "js-sys",
"pin-project-lite", "pin-project-lite",
"thiserror 2.0.11", "thiserror 2.0.12",
"tracing", "tracing",
] ]
@ -3306,7 +3306,7 @@ dependencies = [
"opentelemetry_sdk", "opentelemetry_sdk",
"prost", "prost",
"reqwest", "reqwest",
"thiserror 2.0.11", "thiserror 2.0.12",
"tokio", "tokio",
"tonic", "tonic",
"tracing", "tracing",
@ -3345,7 +3345,7 @@ dependencies = [
"percent-encoding", "percent-encoding",
"rand 0.8.5", "rand 0.8.5",
"serde_json", "serde_json",
"thiserror 2.0.11", "thiserror 2.0.12",
"tokio", "tokio",
"tokio-stream", "tokio-stream",
"tracing", "tracing",
@ -3588,7 +3588,7 @@ dependencies = [
"sha3", "sha3",
"signature", "signature",
"smallvec", "smallvec",
"thiserror 2.0.11", "thiserror 2.0.12",
"twofish", "twofish",
"x25519-dalek", "x25519-dalek",
"zeroize", "zeroize",
@ -3790,7 +3790,7 @@ dependencies = [
"rustc-hash 2.1.1", "rustc-hash 2.1.1",
"rustls", "rustls",
"socket2", "socket2",
"thiserror 2.0.11", "thiserror 2.0.12",
"tokio", "tokio",
"tracing", "tracing",
"web-time", "web-time",
@ -3810,7 +3810,7 @@ dependencies = [
"rustls", "rustls",
"rustls-pki-types", "rustls-pki-types",
"slab", "slab",
"thiserror 2.0.11", "thiserror 2.0.12",
"tinyvec", "tinyvec",
"tracing", "tracing",
"web-time", "web-time",
@ -4833,7 +4833,7 @@ dependencies = [
"anyhow", "anyhow",
"serde", "serde",
"teepot", "teepot",
"thiserror 2.0.11", "thiserror 2.0.12",
"tokio", "tokio",
"tracing", "tracing",
] ]
@ -4970,7 +4970,7 @@ dependencies = [
"signature", "signature",
"teepot-tee-quote-verification-rs", "teepot-tee-quote-verification-rs",
"testaso", "testaso",
"thiserror 2.0.11", "thiserror 2.0.12",
"tokio", "tokio",
"tracing", "tracing",
"tracing-futures", "tracing-futures",
@ -5026,7 +5026,7 @@ dependencies = [
"serde_with 3.12.0", "serde_with 3.12.0",
"sha2", "sha2",
"teepot", "teepot",
"thiserror 2.0.11", "thiserror 2.0.12",
"tracing", "tracing",
"webpki-roots", "webpki-roots",
"x509-cert", "x509-cert",
@ -5106,11 +5106,11 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "2.0.11" version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
dependencies = [ dependencies = [
"thiserror-impl 2.0.11", "thiserror-impl 2.0.12",
] ]
[[package]] [[package]]
@ -5126,9 +5126,9 @@ dependencies = [
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "2.0.11" version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -5721,7 +5721,7 @@ dependencies = [
"serde_with 3.12.0", "serde_with 3.12.0",
"serde_yaml", "serde_yaml",
"teepot", "teepot",
"thiserror 2.0.11", "thiserror 2.0.12",
"tokio", "tokio",
"tokio-util", "tokio-util",
"tracing", "tracing",