From fa8ec9d7252bf840b792e1874555208ecf76e8cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 07:57:33 +0000 Subject: [PATCH] fix: update strum requirement from 0.25.0 to 0.26.1 --- 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 ec3c116..ebfbf62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ miette = { version = "5.10.0", features = ["fancy"] } thiserror = "1.0.48" mit-commit = "3.1.8" regex = "1.9.5" -strum = { version = "0.25.0", features = ["derive"] } +strum = { version = "0.26.1", features = ["derive"] } toml = "0.8.0" futures = "0.3.28" lazy_static = "1.4.0"