diff --git a/Cargo.lock b/Cargo.lock index a459fd6..4644ee3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -47,9 +47,9 @@ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" [[package]] name = "anyhow" -version = "1.0.91" +version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" +checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" [[package]] name = "async-broadcast" diff --git a/Cargo.toml b/Cargo.toml index b7d9bc4..7a1374e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ futures = "0.3.31" tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread"] } tracing = "0.1.40" tracing-subscriber = "0.3.18" -anyhow = "1.0.91" +anyhow = "1.0.92" serde = { version = "1.0.214", features = ["derive"] } k8s-openapi = { version = "0.23.0", features = ["latest"] }