diff --git a/Cargo.lock b/Cargo.lock index 5eff4b9..4b533b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -83,18 +83,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.58" +version = "1.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" +checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.58" +version = "1.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" +checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index ab13438..8953eb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,5 +22,5 @@ stdout_to_stderr_modern = [] [dependencies] miette = "7.2.0" -thiserror = "1.0.58" +thiserror = "1.0.60" tracing = "0.1.40"