Update uuid dependency to 0.5.

This commit is contained in:
Lance Carlson 2017-05-03 12:03:25 -04:00 committed by Sergio Benitez
parent 30fac32978
commit 13061e9062
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ rocket = { version = "0.2.6", path = "../lib/" }
log = "^0.3"
# UUID dependencies.
uuid = { version = "^0.4", optional = true }
uuid = { version = "^0.5", optional = true }
# Serialization and templating dependencies.
serde = { version = "1.0", optional = true }

View File

@ -6,7 +6,7 @@ workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
rocket_codegen = { path = "../../codegen" }
uuid = "^0.4"
uuid = "^0.5"
lazy_static = "^0.2"
[dependencies.rocket_contrib]