diff --git a/Cargo.lock b/Cargo.lock index 4a9e2d3..4079212 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1633,18 +1633,18 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "thiserror" -version = "1.0.61" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" +checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.61" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" +checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 04439d3..356262b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ compression-zip = ["zip"] image = { version = "0.25.1", default-features = false, optional = true } mime = "0.3.16" reqwest = { version = ">=0.11.0", optional = true, default-features = false, features = ["json", "rustls-tls-webpki-roots"] } -thiserror = "1.0.37" +thiserror = "1.0.63" url = "2.5.0" miette = "7.0.0" camino = "1.1.4"