diff --git a/Cargo.toml b/Cargo.toml index e4f8b78..b8607b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -226,7 +226,7 @@ percent-encoding = "2.3.2" self_update = { version = "0.43.1", default-features = false, features = ["reqwest", "rustls", "archive-tar", "archive-zip", "compression-flate2"] } semver = "1.0.27" globset = "0.4.18" -jsonwebtoken = { version = "10.2.0", features = ["aws-lc-rs"] } +jsonwebtoken = { version = "10.3.0", features = ["aws-lc-rs"] } ipnet = "2.11.0" gouqi = { version = "0.20.0", features = ["async"] } oci-client = { version = "0.16", default-features = false, features = ["rustls-tls"] } diff --git a/crates/kingfisher-scanner/Cargo.toml b/crates/kingfisher-scanner/Cargo.toml index f5b5dd2..013d0a7 100644 --- a/crates/kingfisher-scanner/Cargo.toml +++ b/crates/kingfisher-scanner/Cargo.toml @@ -183,7 +183,7 @@ pem = { version = "3.0.6", optional = true } percent-encoding = { workspace = true, optional = true } ring = { version = "0.17", optional = true } -jsonwebtoken = { version = "10.2.0", features = ["aws-lc-rs"], optional = true } +jsonwebtoken = { version = "10.3.0", features = ["aws-lc-rs"], optional = true } p256 = { version = "0.13.2", optional = true } ed25519-dalek = { version = "2.2", features = ["pkcs8"], optional = true } hex = { workspace = true, optional = true }