diff --git a/Cargo.lock b/Cargo.lock index 0a743d73..28a9ef17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3089,7 +3089,7 @@ dependencies = [ "sea-query", "serde", "serde_json", - "thiserror 2.0.11", + "thiserror 2.0.12", "xhandler", ] @@ -3147,7 +3147,7 @@ dependencies = [ "openubl-ui", "sea-orm", "serde", - "thiserror 2.0.11", + "thiserror 2.0.12", "utoipa", "utoipa-actix-web", "utoipa-swagger-ui", @@ -3159,7 +3159,7 @@ name = "openubl-signature" version = "0.1.0" dependencies = [ "anyhow", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] @@ -3176,7 +3176,7 @@ dependencies = [ "reqwest 0.12.12", "serde", "tempfile", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "uuid", "zip", @@ -4667,7 +4667,7 @@ dependencies = [ "serde_json", "sha2", "smallvec", - "thiserror 2.0.11", + "thiserror 2.0.12", "time", "tokio", "tokio-stream", @@ -4756,7 +4756,7 @@ dependencies = [ "smallvec", "sqlx-core", "stringprep", - "thiserror 2.0.11", + "thiserror 2.0.12", "time", "tracing", "uuid", @@ -4799,7 +4799,7 @@ dependencies = [ "smallvec", "sqlx-core", "stringprep", - "thiserror 2.0.11", + "thiserror 2.0.12", "time", "tracing", "uuid", @@ -5022,11 +5022,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.11" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" +checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" dependencies = [ - "thiserror-impl 2.0.11", + "thiserror-impl 2.0.12", ] [[package]] @@ -5042,9 +5042,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.11" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" +checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" dependencies = [ "proc-macro2", "quote", @@ -6110,7 +6110,7 @@ dependencies = [ "sha2", "static-files", "tera", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "xml", "zip", @@ -6127,7 +6127,7 @@ dependencies = [ "openssl", "quick-xml", "rsa", - "thiserror 2.0.11", + "thiserror 2.0.12", "x509-cert", "xml_c14n", ] @@ -6200,7 +6200,7 @@ dependencies = [ "pbkdf2", "rand", "sha1", - "thiserror 2.0.11", + "thiserror 2.0.12", "time", "zeroize", "zopfli",