diff --git a/Cargo.lock b/Cargo.lock index 75fa8a0..ee214e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -89,9 +89,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.73" +version = "0.1.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" +checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index cb4767f..c5b4007 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread", "time"] } kube = { version = "0.85.0", features = ["derive"] } kube-runtime = "0.85.0" tracing = "0.1" -async-trait = "0.1.73" +async-trait = "0.1.74" futures = "0.3" eip-operator-shared = { path = "eip_operator_shared" } diff --git a/eip_operator/Cargo.toml b/eip_operator/Cargo.toml index 87b9865..277a53e 100644 --- a/eip_operator/Cargo.toml +++ b/eip_operator/Cargo.toml @@ -34,7 +34,7 @@ tokio = { workspace = true } tracing = { workspace = true } eip-operator-shared = { workspace = true } -async-trait = "0.1.73" +async-trait = "0.1.74" k8s-openapi = { workspace = true } json-patch = { workspace = true } k8s-controller = { workspace = true }