diff --git a/Cargo.toml b/Cargo.toml index 3f24e55..8f57d45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -strum = "0.24.1" +strum = "0.25.0" strum_macros = "0.24.1" envy = "0.4.1" reqwest = { version = "0.11", features = ["json", "blocking"] }