From 87a703ae2295e418a7c853c8be6a576f2594241a Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Mon, 22 Jul 2019 22:22:06 -0400 Subject: Upgrade actix-web and other dependencies; Update version to 0.2.1 --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f31f701..ac665c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "august-offensive" -version = "0.2.0" +version = "0.2.1" authors = ["Kevin J Hoerr "] description = "Turn-based strategy game as a web service" license = "ISC" @@ -13,12 +13,12 @@ path = "src/main.rs" [dependencies] dotenv = "0.10" -env_logger = "0.5" -failure = "^0.1" +log = "0.4.0" +env_logger = "0.6.2" -diesel = { version = "1.3.0", features = ["postgres"] } +diesel = { version = "1.4.2", features = ["postgres"] } -actix = "0.7" -actix-web = "^0.7" +actix-rt = "0.2.4" +actix-web = "1.0.5" serde = "1.0" serde_derive = "1.0" -- cgit