diff --git a/Cargo.toml b/Cargo.toml index 0ffcb5f..be0a8c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ serde = { version = "1.0.200", features = ["derive"] } anyhow = "1.0.82" elliptic-curve = { version = "0.13.8", features = ["pkcs8", "pem"] } p384 = { version = "0.13.0", features = ["ecdsa", "pkcs8", "pem"] } -jsonwebtoken = "9.3.0" +jsonwebtoken = "9.3.1"