diff --git a/Cargo.toml b/Cargo.toml index 446f193..ee84c49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ urlencoding = "2" chrono = { version = "0.4", default-features = false, optional = true, features = ["serde"] } serde_json = { version = "1", optional = true } -rocket = { version = "0.4", default-features = false, optional = true } +rocket = { version = "0.5", default-features = false, optional = true } axum = { version = "0.6", default-features = false, optional = true, features = ["http1", "tokio"] } async-trait = { version = "0.1", optional = true } warp = { version = "0.3", default-features = false, optional = true }