From 673f7c865b94f23d8c7aca62f455260778e786e4 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Fri, 14 Jul 2023 00:09:51 +0000 Subject: [PATCH] Update Rust crate thiserror to 1.0.43 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca2f41a..65da516 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1632,18 +1632,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 5b5c459..e3f8a7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ tokio = { version = "1.29.1", features = ["full"] } kube = { version = "0.83.0", features = ["runtime", "derive"] } k8s-openapi = { version = "0.18.0", features = ["v1_26"] } # TODO : switch to v1_27 futures = "0.3.28" -thiserror = "1.0.40" +thiserror = "1.0.43" rand = "0.8.5" mktemp = "0.5.0" reqwest = "0.11.18" \ No newline at end of file