aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2018-06-16 15:35:49 +0200
committerJokler <jokler.contact@gmail.com>2018-06-16 15:35:49 +0200
commit9baade2a5d9fec54fe4d88216fbdb91c154ad348 (patch)
treee4bee7605f2c2738574ad7d7a671c8b843bf53b5 /Cargo.toml
parent768fcc68af3cc57f52ac7117cbf325479836159a (diff)
downloadfrippy-9baade2a5d9fec54fe4d88216fbdb91c154ad348.tar.gz
frippy-9baade2a5d9fec54fe4d88216fbdb91c154ad348.zip
Fix clippy warnings
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml20
1 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.toml b/Cargo.toml
index feab256..830c547 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,16 +24,16 @@ mysql = [
[dependencies]
irc = "0.13.5"
-log = "0.4.1"
+log = "0.4.2"
time = "0.1.40"
humantime = "1.1.1"
rlua = "0.13.0"
-reqwest = "0.8.5"
+reqwest = "0.8.6"
regex = "1.0.0"
-lazy_static = "1.0.0"
-serde = "1.0.55"
-serde_json = "1.0.17"
-chrono = "0.4.2"
+lazy_static = "1.0.1"
+serde = "1.0.66"
+serde_json = "1.0.20"
+chrono = "0.4.3"
glob = "0.2.11"
circular-queue = "0.2.0"
failure = "0.1.1"
@@ -49,17 +49,17 @@ branch = 'update-to-latest-unicode'
[dependencies.diesel]
-version = "1.2.2"
+version = "1.3.2"
optional = true
features = ["mysql", "chrono"]
[dependencies.diesel_infer_schema]
-version = "1.2.0"
+version = "1.3.0"
optional = true
features = ["mysql"]
[dependencies.diesel_migrations]
-version = "1.2.0"
+version = "1.3.0"
optional = true
features = ["mysql"]
@@ -72,5 +72,5 @@ version = "1.0.0"
optional = true
[dependencies.clippy]
-version = "0.0.200"
+version = "*"
optional = true