diff --git a/Cargo.lock b/Cargo.lock index 3f900a114..33ee89739 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -741,7 +741,7 @@ dependencies = [ "serde_json", "serde_regex", "serde_yaml", - "thiserror 2.0.7", + "thiserror 2.0.9", "tikv-jemalloc-ctl", "tikv-jemalloc-sys", "tikv-jemallocator", @@ -2965,7 +2965,7 @@ dependencies = [ "rustc-hash 2.1.0", "rustls", "socket2", - "thiserror 2.0.7", + "thiserror 2.0.9", "tokio", "tracing", ] @@ -2984,7 +2984,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.7", + "thiserror 2.0.9", "tinyvec", "tracing", "web-time 1.1.0", @@ -3222,7 +3222,7 @@ dependencies = [ "serde", "serde_html_form", "serde_json", - "thiserror 2.0.7", + "thiserror 2.0.9", "url", "web-time 1.1.0", ] @@ -3249,7 +3249,7 @@ dependencies = [ "serde_html_form", "serde_json", "smallvec", - "thiserror 2.0.7", + "thiserror 2.0.9", "time", "tracing", "url", @@ -3276,7 +3276,7 @@ dependencies = [ "serde", "serde_json", "smallvec", - "thiserror 2.0.7", + "thiserror 2.0.9", "tracing", "url", "web-time 1.1.0", @@ -3307,7 +3307,7 @@ version = "0.9.5" source = "git+https://github.com/girlbossceo/ruwuma?rev=c4f55b39900b33b2d443dd12a6a2dab50961fdfb#c4f55b39900b33b2d443dd12a6a2dab50961fdfb" dependencies = [ "js_int", - "thiserror 2.0.7", + "thiserror 2.0.9", ] [[package]] @@ -3356,7 +3356,7 @@ dependencies = [ "http", "http-auth", "ruma-common", - "thiserror 2.0.7", + "thiserror 2.0.9", "tracing", ] @@ -3373,7 +3373,7 @@ dependencies = [ "serde_json", "sha2", "subslice", - "thiserror 2.0.7", + "thiserror 2.0.9", ] [[package]] @@ -3387,7 +3387,7 @@ dependencies = [ "ruma-events", "serde", "serde_json", - "thiserror 2.0.7", + "thiserror 2.0.9", "tracing", ] @@ -3539,7 +3539,7 @@ dependencies = [ "futures-util", "pin-project", "thingbuf", - "thiserror 2.0.7", + "thiserror 2.0.9", "unicode-segmentation", "unicode-width 0.2.0", ] @@ -4124,11 +4124,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.7" +version = "2.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767" +checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" dependencies = [ - "thiserror-impl 2.0.7", + "thiserror-impl 2.0.9", ] [[package]] @@ -4144,9 +4144,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.7" +version = "2.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36" +checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" dependencies = [ "proc-macro2", "quote",