diff --git a/Cargo.toml b/Cargo.toml index 6092152..e1054a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,6 @@ path = "src/lib.rs" [dependencies] rocket = { version = "0.5.0-rc.3", features = ["json"] } -rocket_cors = { git = "https://github.com/lawliet89/rocket_cors", branch = "master" } reqwest = { version = "0.11.18", features = ["json"] } serde = { version = "1.0", features = ["derive"] } dotenv = "0.15.0"