diff --git a/Cargo.lock b/Cargo.lock index 3333bb3..6aff282 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -739,7 +739,7 @@ dependencies = [ "log", "nu-ansi-term", "regex", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -1428,7 +1428,7 @@ dependencies = [ "jni-sys", "log", "simd_cesu8", - "thiserror 2.0.19", + "thiserror 2.0.20", "walkdir", "windows-link", ] @@ -1722,7 +1722,7 @@ dependencies = [ "itertools", "miette", "php-literal-parser", - "thiserror 2.0.19", + "thiserror 2.0.20", "urlencoding", ] @@ -1765,7 +1765,7 @@ dependencies = [ "smallvec", "sqlx", "test_client", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-stream", "tokio-tungstenite 0.30.0", @@ -1948,7 +1948,7 @@ dependencies = [ "miette", "parse-display 0.9.1", "serde_core", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -2054,7 +2054,7 @@ dependencies = [ "rustc-hash", "rustls 0.23.43", "socket2 0.6.4", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tracing", "web-time", @@ -2077,7 +2077,7 @@ dependencies = [ "rustls 0.23.43", "rustls-pki-types", "slab", - "thiserror 2.0.19", + "thiserror 2.0.20", "tinyvec", "tracing", "web-time", @@ -2792,7 +2792,7 @@ dependencies = [ "serde_json", "sha2 0.10.9", "smallvec", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-stream", "tracing", @@ -2834,7 +2834,7 @@ dependencies = [ "sqlx-postgres", "sqlx-sqlite", "syn 2.0.118", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "url", ] @@ -2861,7 +2861,7 @@ dependencies = [ "sha1 0.11.0", "sha2 0.11.0", "sqlx-core", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", ] @@ -2895,7 +2895,7 @@ dependencies = [ "smallvec", "sqlx-core", "stringprep", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", "whoami", ] @@ -2919,7 +2919,7 @@ dependencies = [ "percent-encoding", "serde", "sqlx-core", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", "url", ] @@ -3176,11 +3176,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.19" +version = "2.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9" +checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f" dependencies = [ - "thiserror-impl 2.0.19", + "thiserror-impl 2.0.20", ] [[package]] @@ -3196,9 +3196,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.19" +version = "2.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd" +checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af" dependencies = [ "proc-macro2", "quote", @@ -3507,7 +3507,7 @@ dependencies = [ "rustls 0.23.43", "rustls-pki-types", "sha1 0.11.0", - "thiserror 2.0.19", + "thiserror 2.0.20", "url", "webpki-roots 0.26.11", ]