update all dependencies to latest version. Need to wait for discord-rs to update though

This commit is contained in:
Adrian Malacoda
2018-02-18 16:29:30 -06:00
parent 0b289b6956
commit 3614c7eb5d
14 changed files with 40 additions and 40 deletions

View File

@@ -1,16 +1,16 @@
[package]
name="tenquestionmarks"
version="0.0.2"
version="0.0.3"
authors=["Adrian Malacoda <adrian.malacoda@monarch-pass.net>"]
[dependencies]
hlua = "0.3"
hlua = "0.4.1"
discord = "0.8.0"
toml = "0.2.1"
crossbeam = "0.2"
rand = "0.3"
log = "0.3.6"
env_logger = "0.4.0"
toml = "0.4.5"
crossbeam = "0.3.2"
rand = "0.4.2"
log = "0.4.1"
env_logger = "0.5.3"
transformable_channels = "0.1.1"
time = "0.1"
regex = "0.2"