From f2e8e895366f2ef1ca590a685c3541ea3f87c3cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 06:24:23 +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 ff6bacd..8f17f7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ path = "src/main.rs" tokio = { version = "1", features = ["full"] } serde = { version = "1", features = ["derive"] } serde_json = "1" -rocket = { version = "=0.5.0", features = ["json"] } +rocket = { version = "=0.5.1", features = ["json"] } strum = "0.25" strum_macros = "0.25" toml = "0.8"