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"