diff --git a/Cargo.lock b/Cargo.lock index 7fbdfb6..b5af77d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -425,18 +425,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.41" +version = "1.0.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c16a64ba9387ef3fdae4f9c1a7f07a0997fce91985c0336f1ddc1822b3b37802" +checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.41" +version = "1.0.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d14928354b01c4d6a4f0e549069adef399a284e7995c7ccca94e8a07a5346c59" +checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 1982566..0740a65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ lasso = { version = "0.7.2", features = ["ahasher"] } serde = { version = "1.0.166", features = ["derive"] } serde_json = { version = "1.0.100" } termcolor = "1.2.0" -thiserror = "1.0.41" +thiserror = "1.0.43"