diff --git a/Cargo.lock b/Cargo.lock index d960190e..c46c7db3 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.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28ae2b3dec75a406790005a200b1bd89785afc02517a00ca99ecfe093ee9e6cf" +checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61" [[package]] name = "atty" diff --git a/Cargo.toml b/Cargo.toml index 681e6340..6757d9c8 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.68" base64 = "0.13.0" clap = { git = "https://github.com/clap-rs/clap", features = ["wrap_help"] } console = "0.14.1"