diff --git a/Cargo.lock b/Cargo.lock index 547f27e..ad17c2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -279,7 +279,7 @@ dependencies = [ "hmac", "http-body-util", "indexmap", - "jsonwebtoken 10.1.0", + "jsonwebtoken 10.2.0", "k8s-openapi", "kube", "octocrab", @@ -1590,9 +1590,9 @@ dependencies = [ [[package]] name = "jsonwebtoken" -version = "10.1.0" +version = "10.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d119c6924272d16f0ab9ce41f7aa0bfef9340c00b0bb7ca3dd3b263d4a9150b" +checksum = "c76e1c7d7df3e34443b3621b459b066a7b79644f059fc8b2db7070c825fd417e" dependencies = [ "base64", "ed25519-dalek", diff --git a/Cargo.toml b/Cargo.toml index e9c7ce1..313f973 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ hex = "0.4.3" hmac = "0.12.1" http-body-util = "0.1.3" indexmap = {version = "2.12.0", features = ["serde"] } -jsonwebtoken = { version = "10.1.0", features = ["rust_crypto"] } +jsonwebtoken = { version = "10.2.0", features = ["rust_crypto"] } k8s-openapi = { version = "0.26", default-features = false, features = ["latest"] } kube = { version = "2", default-features = false, features = ["runtime", "derive", "rustls-tls"] } octocrab = "0.47.0"