Merge pull request 'Update Rust crate thiserror to 2.0.14' (#79) 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-15 00:27:40 +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.12",
"thiserror 2.0.14",
"zeroize",
]
@@ -2082,7 +2082,7 @@ dependencies = [
"serde",
"serde_json",
"sha2 0.11.0-rc.0",
"thiserror 2.0.12",
"thiserror 2.0.14",
"tokio",
"urlencoding",
"uuid",
@@ -2805,7 +2805,7 @@ dependencies = [
"serde",
"serde_html_form",
"serde_json",
"thiserror 2.0.12",
"thiserror 2.0.14",
"url",
"web-time",
]
@@ -2833,7 +2833,7 @@ dependencies = [
"serde",
"serde_html_form",
"serde_json",
"thiserror 2.0.12",
"thiserror 2.0.14",
"time",
"tracing",
"url",
@@ -2859,7 +2859,7 @@ dependencies = [
"ruma-macros",
"serde",
"serde_json",
"thiserror 2.0.12",
"thiserror 2.0.14",
"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.12",
"thiserror 2.0.14",
]
[[package]]
@@ -3416,11 +3416,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.12"
version = "2.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e"
dependencies = [
"thiserror-impl 2.0.12",
"thiserror-impl 2.0.14",
]
[[package]]
@@ -3436,9 +3436,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "2.0.12"
version = "2.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227"
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.12"
thiserror = "2.0.14"
rand = "0.9.2"
rust-embed = "8.7.2"
mime_guess = "2.0.5"