aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 6 insertions, 6 deletions
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 <kjhoerr@submelon.tech>"]
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"