diff --git a/sea-orm-rocket/codegen/Cargo.toml b/sea-orm-rocket/codegen/Cargo.toml index 5ab21dcc..11970f06 100644 --- a/sea-orm-rocket/codegen/Cargo.toml +++ b/sea-orm-rocket/codegen/Cargo.toml @@ -17,6 +17,6 @@ devise = "0.3" quote = "1" [dev-dependencies] -rocket = { git = "https://github.com/SergioBenitez/Rocket.git", default-features = false } +rocket = { version = "0.5.0-rc.1", default-features = false } trybuild = "1.0" version_check = "0.9" diff --git a/sea-orm-rocket/lib/Cargo.toml b/sea-orm-rocket/lib/Cargo.toml index f4ad1adf..7f3107ca 100644 --- a/sea-orm-rocket/lib/Cargo.toml +++ b/sea-orm-rocket/lib/Cargo.toml @@ -13,7 +13,6 @@ edition = "2021" all-features = true [dependencies.rocket] -git = "https://github.com/SergioBenitez/Rocket.git" version = "0.5.0-rc.1" default-features = false @@ -22,6 +21,6 @@ path = "../codegen" version = "0.1.0-rc" [dev-dependencies.rocket] -git = "https://github.com/SergioBenitez/Rocket.git" +version = "0.5.0-rc.1" default-features = false features = ["json"]