Merge pull request #14 from gak/dependabot/cargo/strum-0.26.1

chore(deps): update strum requirement from 0.25.0 to 0.26.1
This commit is contained in:
gak 2024-01-29 21:47:37 +11:00 committed by GitHub
commit 325b899504
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"