From 148546225de328810bddb49301b185fbfafa1252 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 17:35:56 +0000 Subject: [PATCH] Update Rust crate strum_macros to 0.24.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3e0c21c..b90ee0c 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.21.1" +strum_macros = "0.24.2" url = "2.2.2"