diff --git a/kubert/Cargo.toml b/kubert/Cargo.toml index 69461dd..7720b02 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.6" } tempfile = "3.8" tokio-stream = "0.1" tokio-test = "0.4"