From 3c4d1fe3d8fe21f275834dea422b34d04d9d46f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 21:45:18 +0000 Subject: [PATCH] Update strum requirement from 0.26.1 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.1...v0.27.1) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rspotify-model/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rspotify-model/Cargo.toml b/rspotify-model/Cargo.toml index 24c2e76d..342f8f50 100644 --- a/rspotify-model/Cargo.toml +++ b/rspotify-model/Cargo.toml @@ -19,5 +19,5 @@ chrono = { version = "0.4.19", features = ["serde"] } enum_dispatch = "0.3.8" serde = { version = "1.0.130", features = ["derive"] } serde_json = "1.0.67" -strum = { version = "0.26.1", features = ["derive"] } +strum = { version = "0.27.1", features = ["derive"] } thiserror = "2.0.9"