From 68e57ad35665444d195ed500ce78dbe7950d7440 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 22:14:52 +0000 Subject: [PATCH] Update strum_macros requirement from 0.24.1 to 0.25.2 Updates the requirements on [strum_macros](https://github.com/Peternator7/strum) to permit the latest version. - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum_macros 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 3f24e55..6ecdf85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] strum = "0.24.1" -strum_macros = "0.24.1" +strum_macros = "0.25.2" envy = "0.4.1" reqwest = { version = "0.11", features = ["json", "blocking"] } serde = { version = "1.0.159", features = ["derive"] }