Update dependencies to published versions.

This commit is contained in:
Sergio Benitez 2018-11-30 09:00:16 -08:00
parent ac823861c8
commit 5ec21d5ba0
3 changed files with 7 additions and 7 deletions

View File

@ -18,9 +18,9 @@ database_attribute = []
proc-macro = true
[dependencies]
devise = { git = "http://github.com/SergioBenitez/Devise", rev = "b5295e3e" }
devise = "0.2"
quote = "0.6"
[build-dependencies]
yansi = { git = "https://github.com/SergioBenitez/yansi", rev = "59c3a91" }
yansi = "0.5"
version_check = "0.1.3"

View File

@ -18,12 +18,12 @@ proc-macro = true
indexmap = "1.0"
quote = "0.6.1"
rocket_http = { version = "0.4.0-rc.1", path = "../http/" }
devise = { git = "http://github.com/SergioBenitez/Devise", rev = "b5295e3e" }
devise = "0.2"
[build-dependencies]
yansi = { git = "https://github.com/SergioBenitez/yansi", rev = "59c3a91" }
yansi = "0.5"
version_check = "0.1.3"
[dev-dependencies]
rocket = { version = "0.4.0-rc.1", path = "../lib" }
compiletest_rs = { git = "https://github.com/laumann/compiletest-rs" }
compiletest_rs = { version = "0.3", features = ["stable"] }

View File

@ -22,7 +22,7 @@ private-cookies = ["rocket_http/private-cookies"]
[dependencies]
rocket_codegen = { version = "0.4.0-rc.1", path = "../codegen" }
rocket_http = { version = "0.4.0-rc.1", path = "../http" }
yansi = { git = "https://github.com/SergioBenitez/yansi", rev = "59c3a91" }
yansi = "0.5"
log = "0.4"
toml = "0.4.7"
num_cpus = "1.0"
@ -38,7 +38,7 @@ isatty = "0.1"
lazy_static = "1.0"
[build-dependencies]
yansi = { git = "https://github.com/SergioBenitez/yansi", rev = "59c3a91" }
yansi = "0.5"
version_check = "0.1.3"
[package.metadata.docs.rs]