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