diff --git a/Cargo.lock b/Cargo.lock index 0a5b73a9..7b793c09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2452,7 +2452,7 @@ dependencies = [ "strsim 0.11.1", "strum", "tempfile", - "thiserror 2.0.3", + "thiserror 2.0.4", "tokio", "tree-sitter-highlight", "tree-sitter-yaml", @@ -4494,11 +4494,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.3" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" +checksum = "2f49a1853cf82743e3b7950f77e0f4d622ca36cf4317cba00c767838bac8d490" dependencies = [ - "thiserror-impl 2.0.3", + "thiserror-impl 2.0.4", ] [[package]] @@ -4514,9 +4514,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.3" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" +checksum = "8381894bb3efe0c4acac3ded651301ceee58a15d47c2e34885ed1908ad667061" dependencies = [ "proc-macro2", "quote", @@ -5694,7 +5694,7 @@ dependencies = [ "sha1", "sha2", "smallvec", - "thiserror 2.0.3", + "thiserror 2.0.4", "walrus", "wasmtime", "x509-parser", @@ -5929,7 +5929,7 @@ dependencies = [ "flate2", "indexmap 2.7.0", "memchr", - "thiserror 2.0.3", + "thiserror 2.0.4", "zopfli", ] diff --git a/Cargo.toml b/Cargo.toml index be0243b4..39d78e6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ sha2 = "0.10.8" strsim = "0.11.1" strum = { version = "0.26.3", features = ["derive"] } tempfile = "3.14.0" -thiserror = "2.0.3" +thiserror = "2.0.4" tokio = { version = "1.41.1", features = ["rt-multi-thread", "macros", "fs"] } tree-sitter-highlight = "0.24.4" tree-sitter-yaml = "0.6.1"