diff --git a/Cargo.lock b/Cargo.lock index b5b13e1..904ea11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1840,18 +1840,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.40" +version = "1.0.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" +checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.40" +version = "1.0.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" +checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index f5303a9..57e2776 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ serde_json = "1.0.100" strum = { version = "0.25", features = ["derive"] } tar = "0.4.38" tempfile = "3.6.0" -thiserror = "1.0.40" +thiserror = "1.0.43" tokio = { version = "1.29.1", features = ["full"] } tokio-retry = "0.3.0" update-informer = "1.1.0"