diff --git a/Cargo.toml b/Cargo.toml index f5195c8..3a74dfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ publish = true base64 = "0.21.5" bcrypt = "0.15.0" rand = "0.8.5" -rocket = { version = "=0.5.0", features = ["secrets"] } +rocket = { version = "=0.5.1", features = ["secrets"] }