diff --git a/kubert/Cargo.toml b/kubert/Cargo.toml index ecdd46e..e52d5a2 100644 --- a/kubert/Cargo.toml +++ b/kubert/Cargo.toml @@ -250,7 +250,7 @@ features = ["rt"] [dev-dependencies] tokio-rustls = { workspace = true, features = ["aws-lc-rs"] } kube = { workspace = true, features = ["runtime"] } -rcgen = { version = "0.13.0" } +rcgen = { version = "0.14.8" } tempfile = "3.8" tokio-stream = "0.1" tokio-test = "0.4"