diff --git a/Cargo.lock b/Cargo.lock index 836e2ab692..c44c84dcb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -960,7 +960,7 @@ dependencies = [ "serde_regex", "temp-dir", "tera", - "thiserror 2.0.3", + "thiserror 2.0.4", "time", "tokio", "toml", @@ -2960,11 +2960,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]] @@ -2980,9 +2980,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", diff --git a/git-cliff-core/Cargo.toml b/git-cliff-core/Cargo.toml index 5f788e85b0..2b080f620b 100644 --- a/git-cliff-core/Cargo.toml +++ b/git-cliff-core/Cargo.toml @@ -49,7 +49,7 @@ log.workspace = true secrecy.workspace = true dirs.workspace = true lazy_static.workspace = true -thiserror = "2.0.3" +thiserror = "2.0.4" serde = { version = "1.0.215", features = ["derive"] } serde_json = "1.0.133" bincode = "2.0.0-rc.3"