diff --git a/Cargo.toml b/Cargo.toml index 0630726..aa90b45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ stringprep = { version = "0.1.2", optional = true } x509-certificate = { version = "0.25", optional = true } ## oauth -jsonwebtoken = { version = "10", features = ["aws_lc_rs"], optional = true } +jsonwebtoken = { version = "11", features = ["aws_lc_rs"], optional = true } rsa = { version = "0.9", optional = true } reqwest = { version = "0.13", features = ["json", "rustls-no-provider"], optional = true } @@ -142,7 +142,7 @@ gluesql = { version = "0.19", default-features = false, features = [ ] } ## oauth -jsonwebtoken = { version = "10", features = ["aws_lc_rs"] } +jsonwebtoken = { version = "11", features = ["aws_lc_rs"] } rsa = { version = "0.9" } reqwest = { version = "0.13", features = ["json"] }