diff --git a/Cargo.lock b/Cargo.lock index 8cc86ef..5a05822 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -257,11 +257,10 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "config" -version = "0.13.4" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23738e11972c7643e4ec947840fc463b6a571afcd3e735bdfce7d03c7a784aca" +checksum = "7328b20597b53c2454f0b1919720c25c7339051c02b72b7e05409e00b14132be" dependencies = [ - "async-trait", "lazy_static", "nom", "pathdiff", diff --git a/Cargo.toml b/Cargo.toml index 57c06c7..47933ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ lto = true [dependencies] clap = { version = "4.4.1", features = ["derive"] } -config = {version = "0.13.3", default-features = false, features = ["yaml"]} +config = {version = "0.14.0", default-features = false, features = ["yaml"]} futures = "0.3.28" k8s-openapi = { version = "0.19.0", features = ["v1_26"] } kube = { version = "0.85.0", features = ["runtime"] }