From 7d76a00177e84eef24cc234517ab167a8b8f69b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 06:44:45 +0000 Subject: [PATCH] Update strum_macros requirement from 0.25 to 0.26 --- updated-dependencies: - dependency-name: strum_macros 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..6815f2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" rocket = { version = "=0.5.0", features = ["json"] } strum = "0.25" -strum_macros = "0.25" +strum_macros = "0.26" toml = "0.8" rocket-basicauth = "3" thiserror = "1.0"