Update Rust crate thiserror to 2.0.15
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-08-17 00:27:30 +00:00
parent d3717dcb8d
commit 299b05cf7b
2 changed files with 12 additions and 12 deletions

22
Cargo.lock generated
View File

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

View File

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