diff --git a/Cargo.lock b/Cargo.lock index 2078a19d..456ed5f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2275,18 +2275,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" +checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" +checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index fda52622..f5912c05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ serde_json = "1.0.128" # JSON serialization and deserialization storyteller = "1.0.0" # minimal multi user output architecture tabled = { version = "0.10.0", features = ["color"] } # pretty print tables terminal_size = "0.3.0" # determine the terminal size -thiserror = "1.0.63" # error handling +thiserror = "1.0.64" # error handling toml_edit = "0.22.21" # read and write the Cargo.toml tracing = "0.1" # tracing tracing-appender = "0.2" # tracing