diff --git a/Cargo.lock b/Cargo.lock index 9933b28..bdcd9fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -203,18 +203,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.58" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" +checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.58" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" +checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 7783a76..942b095 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,4 @@ repository = "https://github.com/nrempel/sleek" clap = { version = "4.5.4", features = ["derive", "cargo"] } glob = "0.3.1" sqlformat = "0.2.3" -thiserror = "1.0.58" +thiserror = "1.0.61"