Skip to content

Commit

Permalink
Merge pull request #456 from ramsayleung/dependabot/cargo/strum-0.26.1
Browse files Browse the repository at this point in the history
Update strum requirement from 0.25.0 to 0.26.1
  • Loading branch information
ramsayleung authored Feb 2, 2024
2 parents 562e44c + f6e3eec commit 4d4d090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspotify-model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.25.0", features = ["derive"] }
strum = { version = "0.26.1", features = ["derive"] }
thiserror = "1.0.29"

0 comments on commit 4d4d090

Please sign in to comment.