From ff5f7fbe7550260f7b7c82a78bb0beb35b17780a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Jun 2023 22:54:59 +0000 Subject: [PATCH] Update Rust crate strum_macros to 0.25.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 512770f..3f6ff20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ reqwest = { "version" = "0.11.11", "features" = ["blocking"] } serde = { "version" = "1.0.139", "features" = ["derive"] } serde_json = "1.0.82" strum = "0.24.1" -strum_macros = "0.24.2" +strum_macros = "0.25.0" url = "2.2.2"