aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2018-03-31 00:22:22 +0200
committerJokler <jokler.contact@gmail.com>2018-03-31 00:22:22 +0200
commit4624f7e153769fa97401f5e906c6d17cf1127083 (patch)
tree5f3935b4f549448682183d66747bdb43a543f8a0 /Cargo.toml
parentd9e0dcbeff3cbd63992a60895c7567430ce333d7 (diff)
downloadfrippy-4624f7e153769fa97401f5e906c6d17cf1127083.tar.gz
frippy-4624f7e153769fa97401f5e906c6d17cf1127083.zip
Update Irc crate to fix a userlist bug
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ff6c273..6149e97 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,7 @@ mysql = [
]
[dependencies]
-irc = "0.13.4"
+irc = "0.13"
log = "0.4.1"
time = "0.1.39"
humantime = "1.1.0"