aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2019-03-02 23:52:16 -0500
committerNathan Perry <avaglir@gmail.com>2019-03-02 23:52:16 -0500
commita81f91f062b446c742a1a9fe41e3eeab7b08502b (patch)
tree96652de2597306e1b83a2a1dc1fbd336c25cbbc8 /Cargo.toml
parentcb1a92eb5ee6ef6dd3c2cba4866766c4dc93fee9 (diff)
update dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml34
1 files changed, 16 insertions, 18 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 83a4f3f..7b6b082 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,26 +7,24 @@ authors = ["Nathan Perry <avaglir@gmail.com>"]
default = ["diesel"]
[dependencies]
-lazy_static = "1.2.0"
-failure = "0.1.3"
-log = "0.4.6"
-typemap = "0.3.3"
-url = "1.7.2"
-dotenv = "0.13.0"
-dotenv_codegen = "0.11.0"
-chrono = "0.4.6"
-time = "0.1.42"
-fern = { version = "0.5.7", features = ["colored"] }
-diesel = { version = "1.3.3", features = ["postgres", "chrono", "r2d2"], optional = true }
-ctrlc = { version = "3.1.1", features = ["termination"] }
-rand = "~0.6"
+lazy_static = "~1.3"
+failure = "^0.1"
+log = "^0.4"
+typemap = "^0.3"
+url = "~1.7"
+dotenv = "^0.13"
+dotenv_codegen = "^0.11"
+chrono = "^0.4"
+time = "^0.1"
+fern = { version = "^0.5", features = ["colored"] }
+diesel = { version = "~1.4", features = ["postgres", "chrono", "r2d2"], optional = true }
+ctrlc = { version = "~3.1", features = ["termination"] }
+rand = "^0.6"
either = "~1.5"
reqwest = "^0.9"
-sha1 = { version = "0.6.0", features = ["std"] }
-mime_guess = "1.8.6"
-regex = "1.1.0"
-clap = "2.32.0"
-itertools = "0.8.0"
+sha1 = { version = "^0.6", features = ["std"] }
+regex = "~1.1"
+itertools = "^0.8"
serde_json = "~1.0"
[dependencies.serenity]