diff --git a/Cargo.lock b/Cargo.lock index d960190e..933d8cd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,10 +1,12 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "anyhow" -version = "1.0.43" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28ae2b3dec75a406790005a200b1bd89785afc02517a00ca99ecfe093ee9e6cf" +checksum = "b9a8f622bcf6ff3df478e9deba3e03e4e04b300f8e6a139e192c05fa3490afc7" [[package]] name = "atty" diff --git a/Cargo.toml b/Cargo.toml index 681e6340..f33089aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ name = "kubernix" path = "src/main.rs" [dependencies] -anyhow = "1.0.43" +anyhow = "1.0.64" base64 = "0.13.0" clap = { git = "https://github.com/clap-rs/clap", features = ["wrap_help"] } console = "0.14.1"