Update Rust crate thiserror to v2.0.11

This commit is contained in:
renovate[bot] 2025-01-10 21:27:02 +00:00 committed by GitHub
parent cfdf86aeba
commit cca6db88a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
Cargo.lock generated
View file

@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "addr2line"
@ -284,7 +284,7 @@ dependencies = [
"serde_yaml",
"sigh",
"systemd",
"thiserror 2.0.6",
"thiserror 2.0.11",
"tokio",
"tokio-postgres",
"tower-http",
@ -1777,7 +1777,7 @@ dependencies = [
"rustc-hash 2.1.0",
"rustls",
"socket2",
"thiserror 2.0.6",
"thiserror 2.0.11",
"tokio",
"tracing",
]
@ -1796,7 +1796,7 @@ dependencies = [
"rustls",
"rustls-pki-types",
"slab",
"thiserror 2.0.6",
"thiserror 2.0.11",
"tinyvec",
"tracing",
"web-time",
@ -2289,7 +2289,7 @@ dependencies = [
"http",
"nom",
"openssl",
"thiserror 2.0.6",
"thiserror 2.0.11",
]
[[package]]
@ -2458,11 +2458,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.6"
version = "2.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
dependencies = [
"thiserror-impl 2.0.6",
"thiserror-impl 2.0.11",
]
[[package]]
@ -2478,9 +2478,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "2.0.6"
version = "2.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
dependencies = [
"proc-macro2",
"quote",