From d50ff3ff66fbab4d5abf033e532b822e33179697 Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Mon, 22 Dec 2025 00:36:36 -0800 Subject: [PATCH] updated jsonwebtoken --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 321edb9..483ea1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -185,7 +185,7 @@ atty = "0.2.14" self_update = { version = "0.42.0", default-features = false, features = ["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.2.0", features = ["aws_lc_rs"] } ipnet = "2.11.0" gouqi = { version = "0.20.0", features = ["async"] } oci-client = { version = "0.15", default-features = false, features = ["rustls-tls"] }