From 5ec21d5ba091d45272061dc0d2d08b086cea8b94 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Fri, 30 Nov 2018 09:00:16 -0800 Subject: [PATCH] Update dependencies to published versions. --- contrib/codegen/Cargo.toml | 4 ++-- core/codegen/Cargo.toml | 6 +++--- core/lib/Cargo.toml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/contrib/codegen/Cargo.toml b/contrib/codegen/Cargo.toml index 927a9f32..3ab72780 100644 --- a/contrib/codegen/Cargo.toml +++ b/contrib/codegen/Cargo.toml @@ -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" diff --git a/core/codegen/Cargo.toml b/core/codegen/Cargo.toml index e42b846b..3fa5c850 100644 --- a/core/codegen/Cargo.toml +++ b/core/codegen/Cargo.toml @@ -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"] } diff --git a/core/lib/Cargo.toml b/core/lib/Cargo.toml index a74c00f4..128d2908 100644 --- a/core/lib/Cargo.toml +++ b/core/lib/Cargo.toml @@ -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]