From 728eae7004cd8529d672fb44ebd417e7a85d552f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 07:13:44 +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 78d724e..b382354 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ hyper = { version = "1.0", features = ["full"] } hyper-staticfile = "0.10" tokio = { version = "1", features = ["full"] } opener = "0.6" -strum = { version = "0.25", features = ["derive"] } +strum = { version = "0.26", features = ["derive"] } log = "0.4" lg = "0.1" dialoguer = "0.11"