diff --git a/Cargo.toml b/Cargo.toml index aa07f07..389f5ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"