forked from mirrors/kingfisher
updated jsonwebtoken
This commit is contained in:
parent
3207176814
commit
f9761fc906
1 changed files with 2 additions and 1 deletions
|
|
@ -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"] }
|
||||
|
|
@ -202,6 +202,7 @@ aws-sdk-secretsmanager = "1.96.0"
|
|||
gcloud-storage = { version = "1.1.1", default-features = false, features = [
|
||||
"rustls-tls",
|
||||
"auth",
|
||||
"jwt-aws-lc-rs",
|
||||
] }
|
||||
tokei = "12.1.2"
|
||||
crc32fast = "1.5.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue