diff --git a/Cargo.lock b/Cargo.lock index 773223470..9f906aa68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2317,11 +2317,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.7" +version = "2.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767" +checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a" dependencies = [ - "thiserror-impl 2.0.7", + "thiserror-impl 2.0.8", ] [[package]] @@ -2337,9 +2337,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.7" +version = "2.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36" +checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943" dependencies = [ "proc-macro2", "quote", @@ -2538,7 +2538,7 @@ version = "0.0.28" dependencies = [ "clap", "nix", - "thiserror 2.0.7", + "thiserror 2.0.8", "uucore", ] @@ -2550,7 +2550,7 @@ dependencies = [ "fts-sys", "libc", "selinux", - "thiserror 2.0.7", + "thiserror 2.0.8", "uucore", ] @@ -2627,7 +2627,7 @@ version = "0.0.28" dependencies = [ "clap", "regex", - "thiserror 2.0.7", + "thiserror 2.0.8", "uucore", ] @@ -3143,7 +3143,7 @@ dependencies = [ "clap", "libc", "selinux", - "thiserror 2.0.7", + "thiserror 2.0.8", "uucore", ] @@ -3422,7 +3422,7 @@ version = "0.0.28" dependencies = [ "chrono", "clap", - "thiserror 2.0.7", + "thiserror 2.0.8", "utmp-classic", "uucore", ] @@ -3453,7 +3453,7 @@ dependencies = [ "clap", "libc", "nix", - "thiserror 2.0.7", + "thiserror 2.0.8", "unicode-width 0.2.0", "uucore", ] @@ -3515,7 +3515,7 @@ dependencies = [ "sha3", "sm3", "tempfile", - "thiserror 2.0.7", + "thiserror 2.0.8", "time", "uucore_procs", "walkdir", @@ -3988,7 +3988,7 @@ dependencies = [ "flate2", "indexmap", "memchr", - "thiserror 2.0.7", + "thiserror 2.0.8", "zopfli", ]