mirror of https://github.com/rwf2/Rocket.git
Update uuid in contrib to 0.4.
This commit is contained in:
parent
1a18c73970
commit
ecc62beeac
|
@ -25,7 +25,7 @@ rocket = { version = "0.1.6", path = "../lib/" }
|
||||||
log = "^0.3"
|
log = "^0.3"
|
||||||
|
|
||||||
# UUID dependencies.
|
# UUID dependencies.
|
||||||
uuid = { version = "^0.3", optional = true }
|
uuid = { version = "^0.4", optional = true }
|
||||||
|
|
||||||
# JSON and templating dependencies.
|
# JSON and templating dependencies.
|
||||||
serde = { version = "^0.9", optional = true }
|
serde = { version = "^0.9", optional = true }
|
||||||
|
|
|
@ -6,7 +6,7 @@ workspace = "../../"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rocket = { path = "../../lib" }
|
rocket = { path = "../../lib" }
|
||||||
rocket_codegen = { path = "../../codegen" }
|
rocket_codegen = { path = "../../codegen" }
|
||||||
uuid = "^0.3"
|
uuid = "^0.4"
|
||||||
lazy_static = "^0.2"
|
lazy_static = "^0.2"
|
||||||
|
|
||||||
[dependencies.rocket_contrib]
|
[dependencies.rocket_contrib]
|
||||||
|
|
Loading…
Reference in New Issue