diff --git a/Cargo.lock b/Cargo.lock index 415fb19152..92f5c1c867 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -961,7 +961,7 @@ dependencies = [ "serde_regex", "temp-dir", "tera", - "thiserror 2.0.3", + "thiserror 2.0.8", "time", "tokio", "toml", @@ -2961,11 +2961,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.3" +version = "2.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" +checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a" dependencies = [ - "thiserror-impl 2.0.3", + "thiserror-impl 2.0.8", ] [[package]] @@ -2981,9 +2981,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.3" +version = "2.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" +checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943" dependencies = [ "proc-macro2", "quote", diff --git a/git-cliff-core/Cargo.toml b/git-cliff-core/Cargo.toml index 5f788e85b0..85ec347d2e 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.8" serde = { version = "1.0.215", features = ["derive"] } serde_json = "1.0.133" bincode = "2.0.0-rc.3"