summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml20
1 files changed, 9 insertions, 11 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3218e65..bbaa28d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,18 +19,16 @@ path = "bin/main.rs"
doc = false
[dependencies]
-irc = "0.12.5"
-tokio-core = "0.1.10"
-futures = "0.1.16"
-log = "0.3.8"
-time = "0.1"
-reqwest = "0.8.0"
+irc = "0.13.2"
+log = "0.4.1"
+time = "0.1.39"
+reqwest = "0.8.4"
select = "0.4.2"
-regex = "0.2.2"
-lazy_static = "0.2.9"
-serde = "1.0.15"
-serde_json = "1.0.3"
-glob = "0.2"
+regex = "0.2.6"
+lazy_static = "1.0.0"
+serde = "1.0.27"
+serde_json = "1.0.9"
+glob = "0.2.11"
frippy_derive = { path = "frippy_derive" }
unicode_names = { git = 'https://github.com/Jokler/unicode_names', branch = 'update-to-latest-unicode' }