From e2945a9f9eb6a4a21cdfca770edc2fb2662f05b4 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Sun, 20 Oct 2019 13:43:27 -0400 Subject: Intermediate package updates --- Cargo.toml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ac665c3..45c7dce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,13 +12,15 @@ name = "august-offensive" path = "src/main.rs" [dependencies] -dotenv = "0.10" -log = "0.4.0" -env_logger = "0.6.2" +dotenv = "0.14" +log = "0.4" +env_logger = "0.7" +anyhow = "1.0" -diesel = { version = "1.4.2", features = ["postgres"] } +diesel = { version = "1.4.3", features = ["postgres"] } -actix-rt = "0.2.4" -actix-web = "1.0.5" +actix-rt = "0.2.5" +actix-web = "1.0.8" +actix-diesel = "0.3.0" serde = "1.0" serde_derive = "1.0" -- cgit