diff --git a/Cargo.toml b/Cargo.toml index ff6bacd..6815f2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" rocket = { version = "=0.5.0", features = ["json"] } strum = "0.25" -strum_macros = "0.25" +strum_macros = "0.26" toml = "0.8" rocket-basicauth = "3" thiserror = "1.0"