diff --git a/Cargo.lock b/Cargo.lock index 3a17d66..d84b23b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,9 +55,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" [[package]] name = "argh" diff --git a/Cargo.toml b/Cargo.toml index 08233e4..6bad790 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ description = "A tool to convert Helm charts tarfiles into OCI layout" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.75" +anyhow = "1.0.94" argh = "0.1.12" flate2 = { version = "1.0.35", features = ["zlib"], default-features = false } ocidir = "0.2.1"