diff --git a/Cargo.lock b/Cargo.lock index 812b246..1f17f4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -428,7 +428,7 @@ dependencies = [ "serde_derive", "serde_json", "serde_urlencoded", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-stream", "tokio-tungstenite", @@ -685,7 +685,7 @@ dependencies = [ "anyhow", "argon2", "getrandom 0.2.17", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "zeroize", ] @@ -782,7 +782,7 @@ dependencies = [ "crypto", "podkit-core", "sqlx", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", "zeroize", ] @@ -1060,7 +1060,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "54f0d287c53ffd184d04d8677f590f4ac5379785529e5e08b1c8083acdd5c198" dependencies = [ "memchr", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -1103,7 +1103,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c72b6caa7fa0bcfe02a46292ac9fdc1512a8a6bf52b0a7b14bc5bf5921ca20c" dependencies = [ "miette", - "thiserror 2.0.19", + "thiserror 2.0.20", "toml 1.1.2+spec-1.1.0", ] @@ -1117,7 +1117,7 @@ dependencies = [ "proc-macro2", "quote", "syn 2.0.119", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -2447,7 +2447,7 @@ name = "podkit-core" version = "0.1.0" dependencies = [ "async-trait", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", ] @@ -2584,7 +2584,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tracing", "web-time", @@ -2606,7 +2606,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.19", + "thiserror 2.0.20", "tinyvec", "tracing", "web-time", @@ -2749,7 +2749,7 @@ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" dependencies = [ "getrandom 0.2.17", "libredox", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -2863,7 +2863,7 @@ dependencies = [ "reqwest", "tar", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", ] @@ -3203,7 +3203,7 @@ dependencies = [ "podkit-core", "runtime", "serde", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", "tokio", "tower-cookies", @@ -3309,7 +3309,7 @@ checksum = "0d585997b0ac10be3c5ee635f1bab02d512760d14b7c468801ac8a01d9ae5f1d" dependencies = [ "num-bigint", "num-traits", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", ] @@ -3398,7 +3398,7 @@ dependencies = [ "serde_json", "sha2 0.10.9", "smallvec", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", "tokio", "tokio-stream", @@ -3441,7 +3441,7 @@ dependencies = [ "sqlx-postgres", "sqlx-sqlite", "syn 2.0.119", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "url", ] @@ -3468,7 +3468,7 @@ dependencies = [ "sha1 0.11.0", "sha2 0.11.0", "sqlx-core", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", "tracing", ] @@ -3503,7 +3503,7 @@ dependencies = [ "smallvec", "sqlx-core", "stringprep", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", "tracing", "whoami", @@ -3528,7 +3528,7 @@ dependencies = [ "percent-encoding", "serde", "sqlx-core", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", "tracing", "url", @@ -3681,11 +3681,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]] @@ -3701,9 +3701,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", @@ -4081,7 +4081,7 @@ dependencies = [ "log", "rand 0.9.5", "sha1 0.10.6", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 00f0f62..df88626 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ rust-version = "1.94" [workspace.dependencies] tokio = { version = "=1.53.1", features = ["full"] } -thiserror = "=2.0.19" +thiserror = "=2.0.20" anyhow = "=1.0.104" tracing = "=0.1.44" better-tracing = { version = "=0.6.0", features = ["env-filter"] }