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