diff --git a/Cargo.lock b/Cargo.lock index 770f46e..e4184f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,9 +28,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.95" +version = "1.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" +checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4" [[package]] name = "autocfg" diff --git a/Cargo.toml b/Cargo.toml index 0be5208..da33f8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" version = "0.14.2" [workspace.dependencies] -anyhow = "1.0.95" +anyhow = "1.0.96" delegate = "0.13.2" hyper-util = "0.1.10" kube = { version = "0.98.0" }