From e319cf9437e64eca1957f5e0f50502d9168aedee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 09:23:05 +0000 Subject: [PATCH] chore(deps): update strum requirement from 0.26.3 to 0.27.1 Updates the requirements on [strum](https://github.com/Peternator7/strum) to permit the latest version. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/compare/v0.26.3...v0.27.1) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rustainers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustainers/Cargo.toml b/rustainers/Cargo.toml index c846acb..faaa18f 100644 --- a/rustainers/Cargo.toml +++ b/rustainers/Cargo.toml @@ -42,7 +42,7 @@ reqwest = { version = "0.12.5", default-features = false, features = [ ] } serde = { version = "1.0.204", features = ["derive", "rc"] } serde_json = "1.0.122" -strum = "0.26.3" +strum = "0.27.1" strum_macros = "0.26.4" thiserror = "2.0.11" tokio = { version = "1.39", features = [