summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Blajda <blajda@hotmail.com>2019-05-08 15:15:42 +0000
committerDavid Blajda <blajda@hotmail.com>2019-05-08 15:15:42 +0000
commit0e09c2c06fc0b81f11d12985a4172c815233db17 (patch)
treead1073380dd3031083bdeafe0cff0c3f7f667df7 /Cargo.toml
parent96715ceb58b24ee7220d98e421701daa550f44db (diff)
Refactor Ids again and cargo update
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index df46b2a..96cf8e9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,10 +5,14 @@ authors = ["David Blajda <blajda@hotmail.com>"]
edition = "2018"
[dependencies]
-reqwest = "0.9.5"
+reqwest = ">=0.9.5"
+hyper = "0.12.20"
+http = "0.1.15"
futures = "0.1.25"
tokio = "0.1.13"
dotenv = "0.13.0"
+log = "0.4.5"
+env_logger = "0.6.0"
serde = "1.0.81"
serde_json = "1.0.33"
serde_derive = "1.0.81"