diff --git a/Cargo.toml b/Cargo.toml index 3f24e55..6ecdf85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,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_macros = "0.24.1" +strum_macros = "0.25.2" envy = "0.4.1" reqwest = { version = "0.11", features = ["json", "blocking"] } serde = { version = "1.0.159", features = ["derive"] }