Skip to content

Commit

Permalink
Merge pull request #14 from gak/dependabot/cargo/strum-0.26.1
Browse files Browse the repository at this point in the history
chore(deps): update strum requirement from 0.25.0 to 0.26.1
  • Loading branch information
gak authored Jan 29, 2024
2 parents 4ba1dd2 + a16ca64 commit 325b899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serde_json = "1.0.111"
rustls = "0.22.2"
rand = "0.8.5"
chrono = { version = "0.4.31", features = ["serde"] }
strum = { version = "0.25.0", features = ["derive"] }
strum = { version = "0.26.1", features = ["derive"] }
urlencoding = "2.1.3"
derive_more = "0.99.17"
pkce = "0.2.0"
Expand Down

0 comments on commit 325b899

Please sign in to comment.