From ded192b6f75405a859d059c08e2bd86328ce0605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 22:35:34 +0000 Subject: [PATCH] Update strum_macros requirement from 0.24.1 to 0.25.1 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..baa0867 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.1" envy = "0.4.1" reqwest = { version = "0.11", features = ["json", "blocking"] } serde = { version = "1.0.159", features = ["derive"] }