1
0
Fork 0
mirror of https://github.com/astro/buzzrelay.git synced 2025-04-24 04:34:16 +00:00

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

This commit is contained in:
renovate[bot] 2025-03-03 06:16:10 +00:00 committed by GitHub
parent 86cb57a82b
commit 8b004e0e80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

18
Cargo.lock generated
View file

@ -282,7 +282,7 @@ dependencies = [
"serde_yaml",
"sigh",
"systemd",
"thiserror 2.0.11",
"thiserror 2.0.12",
"tokio",
"tokio-postgres",
"tower-http",
@ -1780,7 +1780,7 @@ dependencies = [
"rustc-hash 2.1.0",
"rustls",
"socket2",
"thiserror 2.0.11",
"thiserror 2.0.12",
"tokio",
"tracing",
]
@ -1799,7 +1799,7 @@ dependencies = [
"rustls",
"rustls-pki-types",
"slab",
"thiserror 2.0.11",
"thiserror 2.0.12",
"tinyvec",
"tracing",
"web-time",
@ -2300,7 +2300,7 @@ dependencies = [
"http",
"nom",
"openssl",
"thiserror 2.0.11",
"thiserror 2.0.12",
]
[[package]]
@ -2470,11 +2470,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]]
@ -2490,9 +2490,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",