mirror of https://github.com/rwf2/Rocket.git
Update 'diesel', 'parking_lot', and 'rand' dependencies in 'todo' example.
This commit is contained in:
parent
9405fc9055
commit
f8c36f5c67
|
@ -10,11 +10,11 @@ rocket_codegen = { path = "../../core/codegen" }
|
|||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
serde_derive = "1.0"
|
||||
diesel = { version = "<= 1.2", features = ["sqlite", "r2d2"] }
|
||||
diesel = { version = "1.3", features = ["sqlite", "r2d2"] }
|
||||
|
||||
[dev-dependencies]
|
||||
parking_lot = {version = "0.5", features = ["nightly"]}
|
||||
rand = "0.4"
|
||||
parking_lot = { version = "0.6", features = ["nightly"] }
|
||||
rand = "0.5"
|
||||
|
||||
[dependencies.rocket_contrib]
|
||||
path = "../../contrib/lib"
|
||||
|
|
Loading…
Reference in New Issue