From dfe4fb96ac0b84640ec76da50bdd11d38485b930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 12:26:03 +0000 Subject: [PATCH] Update rocket requirement from =0.5.0 to =0.5.1 Updates the requirements on [rocket](https://github.com/rwf2/Rocket) to permit the latest version. - [Release notes](https://github.com/rwf2/Rocket/releases) - [Changelog](https://github.com/rwf2/Rocket/blob/master/CHANGELOG.md) - [Commits](https://github.com/rwf2/Rocket/compare/v0.5.0...v0.5.1) --- updated-dependencies: - dependency-name: rocket dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }