diff --git a/Cargo.toml b/Cargo.toml index ff6bacd..8f17f7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ path = "src/main.rs" tokio = { version = "1", features = ["full"] } serde = { version = "1", features = ["derive"] } serde_json = "1" -rocket = { version = "=0.5.0", features = ["json"] } +rocket = { version = "=0.5.1", features = ["json"] } strum = "0.25" strum_macros = "0.25" toml = "0.8"