Update Rocket
This commit is contained in:
parent
4690bafcbd
commit
c2e6e54a50
@ -11,7 +11,7 @@ async-trait = { version = "0.1" }
|
|||||||
rocket-example-service = { path = "../service" }
|
rocket-example-service = { path = "../service" }
|
||||||
futures = { version = "0.3" }
|
futures = { version = "0.3" }
|
||||||
futures-util = { version = "0.3" }
|
futures-util = { version = "0.3" }
|
||||||
rocket = { version = "0.5.0-rc.4", features = ["json"] }
|
rocket = { version = "0.5.0", features = ["json"] }
|
||||||
rocket_dyn_templates = { version = "0.1.0-rc.1", features = ["tera"] }
|
rocket_dyn_templates = { version = "0.1.0-rc.1", features = ["tera"] }
|
||||||
serde_json = { version = "1" }
|
serde_json = { version = "1" }
|
||||||
entity = { path = "../entity" }
|
entity = { path = "../entity" }
|
||||||
|
@ -9,7 +9,7 @@ name = "entity"
|
|||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rocket = { version = "0.5.0-rc.4", features = ["json"] }
|
rocket = { version = "0.5.0", features = ["json"] }
|
||||||
|
|
||||||
[dependencies.sea-orm]
|
[dependencies.sea-orm]
|
||||||
path = "../../../" # remove this line in your own project
|
path = "../../../" # remove this line in your own project
|
||||||
|
@ -9,7 +9,7 @@ name = "migration"
|
|||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rocket = { version = "0.5.0-rc.4" }
|
rocket = { version = "0.5.0" }
|
||||||
async-std = { version = "1", features = ["attributes", "tokio1"] }
|
async-std = { version = "1", features = ["attributes", "tokio1"] }
|
||||||
|
|
||||||
[dependencies.sea-orm-migration]
|
[dependencies.sea-orm-migration]
|
||||||
|
@ -11,7 +11,7 @@ async-trait = { version = "0.1" }
|
|||||||
rocket-okapi-example-service = { path = "../service" }
|
rocket-okapi-example-service = { path = "../service" }
|
||||||
futures = { version = "0.3" }
|
futures = { version = "0.3" }
|
||||||
futures-util = { version = "0.3" }
|
futures-util = { version = "0.3" }
|
||||||
rocket = { version = "0.5.0-rc.4", features = ["json"] }
|
rocket = { version = "0.5.0", features = ["json"] }
|
||||||
rocket_dyn_templates = { version = "0.1.0-rc.1", features = ["tera"] }
|
rocket_dyn_templates = { version = "0.1.0-rc.1", features = ["tera"] }
|
||||||
serde_json = { version = "1" }
|
serde_json = { version = "1" }
|
||||||
entity = { path = "../entity" }
|
entity = { path = "../entity" }
|
||||||
|
@ -9,7 +9,7 @@ name = "dto"
|
|||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rocket = { version = "0.5.0-rc.4", features = ["json"] }
|
rocket = { version = "0.5.0", features = ["json"] }
|
||||||
|
|
||||||
[dependencies.entity]
|
[dependencies.entity]
|
||||||
path = "../entity"
|
path = "../entity"
|
||||||
|
@ -9,7 +9,7 @@ name = "entity"
|
|||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rocket = { version = "0.5.0-rc.4", features = ["json"] }
|
rocket = { version = "0.5.0", features = ["json"] }
|
||||||
|
|
||||||
[dependencies.sea-orm]
|
[dependencies.sea-orm]
|
||||||
path = "../../../" # remove this line in your own project
|
path = "../../../" # remove this line in your own project
|
||||||
|
@ -9,7 +9,7 @@ name = "migration"
|
|||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rocket = { version = "0.5.0-rc.4" }
|
rocket = { version = "0.5.0" }
|
||||||
async-std = { version = "1", features = ["attributes", "tokio1"] }
|
async-std = { version = "1", features = ["attributes", "tokio1"] }
|
||||||
|
|
||||||
[dependencies.sea-orm-migration]
|
[dependencies.sea-orm-migration]
|
||||||
|
@ -17,6 +17,6 @@ devise = "0.3"
|
|||||||
quote = "1"
|
quote = "1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rocket = { version = "0.5.0-rc.4", default-features = false }
|
rocket = { version = "0.5.0", default-features = false }
|
||||||
trybuild = "1.0"
|
trybuild = "1.0"
|
||||||
version_check = "0.9"
|
version_check = "0.9"
|
||||||
|
@ -13,7 +13,7 @@ edition = "2021"
|
|||||||
all-features = true
|
all-features = true
|
||||||
|
|
||||||
[dependencies.rocket]
|
[dependencies.rocket]
|
||||||
version = "0.5.0-rc.4"
|
version = "0.5.0"
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.sea-orm-rocket-codegen]
|
[dependencies.sea-orm-rocket-codegen]
|
||||||
@ -26,7 +26,7 @@ version = "0.5.1"
|
|||||||
# optional = true
|
# optional = true
|
||||||
|
|
||||||
[dev-dependencies.rocket]
|
[dev-dependencies.rocket]
|
||||||
version = "0.5.0-rc.4"
|
version = "0.5.0"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["json"]
|
features = ["json"]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user