diff --git a/Cargo.toml b/Cargo.toml index 07bd0221..cfecedcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,7 @@ validator = { version = "0.16", features = ["derive"] } # Authentication & Security jsonwebtoken = "9.2" sha2 = "0.10" -base64 = "0.21" +base64 = "0.22" constant_time_eq = "0.3" rand = "0.8"