From d6e1d1b756e6dd67dde799b73ef79b7a22ce4785 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 05:07:27 +0000 Subject: [PATCH] chore(deps): update rust crate strum to 0.26 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e0eca61..55cac4d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,6 @@ itertools = "0.12.1" regex = "1.10.4" serde = { version = "1.0.200", features = ["derive"] } serde_json = "1.0.116" -strum = { version = "0.24", features = ["derive"] } +strum = { version = "0.26", features = ["derive"] } test-case = "3.3" tokio = { version = "1.37", features = ["macros", "rt", "rt-multi-thread"] }