Update Rust crate thiserror to v2.0.9

This commit is contained in:
renovate[bot] 2024-12-21 19:59:16 +00:00 committed by GitHub
parent cfdf86aeba
commit 26a9919168
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.9",
"tokio",
"tokio-postgres",
"tower-http",
@ -1777,7 +1777,7 @@ dependencies = [
"rustc-hash 2.1.0",
"rustls",
"socket2",
"thiserror 2.0.6",
"thiserror 2.0.9",
"tokio",
"tracing",
]
@ -1796,7 +1796,7 @@ dependencies = [
"rustls",
"rustls-pki-types",
"slab",
"thiserror 2.0.6",
"thiserror 2.0.9",
"tinyvec",
"tracing",
"web-time",
@ -2289,7 +2289,7 @@ dependencies = [
"http",
"nom",
"openssl",
"thiserror 2.0.6",
"thiserror 2.0.9",
]
[[package]]
@ -2458,11 +2458,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.6"
version = "2.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc"
dependencies = [
"thiserror-impl 2.0.6",
"thiserror-impl 2.0.9",
]
[[package]]
@ -2478,9 +2478,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "2.0.6"
version = "2.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4"
dependencies = [
"proc-macro2",
"quote",