Merge pull request 'Update Rust crate thiserror to 2.0.16' (#83) from renovate/thiserror-2.x into master
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-08-22 00:27:03 +00:00
2 changed files with 12 additions and 12 deletions

22
Cargo.lock generated
View File

@@ -1923,7 +1923,7 @@ dependencies = [
"serde",
"serde_json",
"superboring",
"thiserror 2.0.15",
"thiserror 2.0.16",
"zeroize",
]
@@ -2082,7 +2082,7 @@ dependencies = [
"serde",
"serde_json",
"sha2 0.11.0-rc.0",
"thiserror 2.0.15",
"thiserror 2.0.16",
"tokio",
"urlencoding",
"uuid",
@@ -2805,7 +2805,7 @@ dependencies = [
"serde",
"serde_html_form",
"serde_json",
"thiserror 2.0.15",
"thiserror 2.0.16",
"url",
"web-time",
]
@@ -2833,7 +2833,7 @@ dependencies = [
"serde",
"serde_html_form",
"serde_json",
"thiserror 2.0.15",
"thiserror 2.0.16",
"time",
"tracing",
"url",
@@ -2859,7 +2859,7 @@ dependencies = [
"ruma-macros",
"serde",
"serde_json",
"thiserror 2.0.15",
"thiserror 2.0.16",
"tracing",
"url",
"web-time",
@@ -2873,7 +2873,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ad674b5e5368c53a2c90fde7dac7e30747004aaf7b1827b72874a25fc06d4d8"
dependencies = [
"js_int",
"thiserror 2.0.15",
"thiserror 2.0.16",
]
[[package]]
@@ -3416,11 +3416,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.15"
version = "2.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d76d3f064b981389ecb4b6b7f45a0bf9fdac1d5b9204c7bd6714fecc302850"
checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0"
dependencies = [
"thiserror-impl 2.0.15",
"thiserror-impl 2.0.16",
]
[[package]]
@@ -3436,9 +3436,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "2.0.15"
version = "2.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d29feb33e986b6ea906bd9c3559a856983f92371b3eaa5e83782a351623de0"
checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960"
dependencies = [
"proc-macro2",
"quote",

View File

@@ -15,7 +15,7 @@ rust-s3 = { version = "0.36.0-beta.2", features = ["tokio"] }
actix-web = "4.11.0"
actix-session = { version = "0.10.1", features = ["redis-session"] }
light-openid = "1.0.4"
thiserror = "2.0.15"
thiserror = "2.0.16"
rand = "0.9.2"
rust-embed = "8.7.2"
mime_guess = "2.0.5"