summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 44f70d7..bc49f61 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,14 +17,14 @@ doc = false
mysql = ["diesel", "diesel_infer_schema", "diesel_migrations", "dotenv"]
[dependencies]
-irc = "0.13.2"
+irc = "0.13.4"
log = "0.4.1"
time = "0.1.39"
rlua = "0.12.2"
-reqwest = "0.8.4"
+reqwest = "0.8.5"
select = "0.4.2"
regex = "0.2.6"
-lazy_static = "0.2.9"
+lazy_static = "1.0.0"
serde = "1.0.27"
serde_json = "1.0.9"
chrono = "0.4.0"
@@ -38,22 +38,22 @@ branch = 'update-to-latest-unicode'
[dependencies.diesel]
-version = "1.0.0-rc1"
+version = "1.1.1"
optional = true
features = ["mysql", "chrono"]
[dependencies.diesel_infer_schema]
-version = "1.0.0-rc1"
+version = "1.1.0"
optional = true
features = ["mysql"]
[dependencies.diesel_migrations]
-version = "1.0.0-rc1"
+version = "1.1.0"
optional = true
features = ["mysql"]
[dependencies.dotenv]
-version = "0.10.1"
+version = "0.11.0"
optional = true
[dependencies.clippy]