diff --git a/Cargo.lock b/Cargo.lock index ef4347d..1be5d99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -491,18 +491,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.61" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" +checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.61" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" +checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index f026135..2af46c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ console = "0.15.8" miette = { version = "7.2.0", features = ["fancy"] } serde = "1.0.200" serde_json = "1.0.95" -thiserror = "1.0.60" +thiserror = "1.0.64" tracing = "0.1.40" tracing-subscriber = "0.3.18" @@ -25,5 +25,5 @@ tracing-subscriber = "0.3.18" clap = { version = "4.5.4", features = ["derive"] } serde = { version = "1.0.200", features = ["derive"] } serde_json = "1.0.95" -thiserror = "1.0.60" +thiserror = "1.0.64" miette = "7.2.0"