diff --git a/Cargo.lock b/Cargo.lock index 9f22bb6..ad75e0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -47,9 +47,9 @@ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" [[package]] name = "anyhow" -version = "1.0.89" +version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" +checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95" [[package]] name = "async-broadcast" diff --git a/Cargo.toml b/Cargo.toml index 7c64ebf..20c75f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ futures = "0.3.31" tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] } tracing = "0.1.40" tracing-subscriber = "0.3.18" -anyhow = "1.0.89" +anyhow = "1.0.90" serde = { version = "1.0.210", features = ["derive"] } k8s-openapi = { version = "0.23.0", features = ["latest"] }