forked from mirrors/kingfisher
Bump jsonwebtoken to 10.3.0
This commit is contained in:
parent
4cc1a34130
commit
f72d0c0622
2 changed files with 2 additions and 2 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue