diff --git a/Cargo.lock b/Cargo.lock index 576fe52..6acba96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,9 +61,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.5" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6" +checksum = "4cd2405b3ac1faab2990b74d728624cd9fd115651fcecc7c2d8daf01376275ba" dependencies = [ "anstyle", "anstyle-parse", @@ -802,9 +802,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "human-panic" -version = "1.2.2" +version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a79a67745be0cb8dd2771f03b24c2f25df98d5471fe7a595d668cfa2e6f843d" +checksum = "c4f016c89920bbb30951a8405ecacbb4540db5524313b9445736e7e1855cf370" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index e4bc008..4bc7909 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ k8s-openapi = { version = "0.20.0", default-features = false, features = [ ] } base64 = "0.21.7" openssl = { version = "0.10", features = ["vendored"] } -human-panic = "1.1" +human-panic = "1.2" kubectl-view-allocations = { version = "0.18.1", default-features = false } async-trait = "0.1.73" glob-match = "0.2.1"