update dependencies
This commit is contained in:
parent
45031b505f
commit
1c870b58e4
@ -1,11 +1,11 @@
|
|||||||
[package]
|
[package]
|
||||||
name="tenquestionmarks"
|
name="tenquestionmarks"
|
||||||
version="0.0.3"
|
version="0.0.4"
|
||||||
authors=["Adrian Malacoda <adrian.malacoda@monarch-pass.net>"]
|
authors=["Adrian Malacoda <adrian.malacoda@monarch-pass.net>"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
hlua = "0.4.1"
|
hlua = "0.4.1"
|
||||||
discord = "0.8.0"
|
discord = { git = "https://github.com/tinaun/discord-rs", branch = "async_internals" }
|
||||||
toml = "0.4.5"
|
toml = "0.4.5"
|
||||||
crossbeam = "0.3.2"
|
crossbeam = "0.3.2"
|
||||||
rand = "0.4.2"
|
rand = "0.4.2"
|
||||||
@ -13,10 +13,10 @@ log = "0.4.1"
|
|||||||
env_logger = "0.5.3"
|
env_logger = "0.5.3"
|
||||||
transformable_channels = "0.1.1"
|
transformable_channels = "0.1.1"
|
||||||
time = "0.1"
|
time = "0.1"
|
||||||
regex = "0.2"
|
regex = "^1"
|
||||||
multimap = "0.4.0"
|
multimap = "0.4.0"
|
||||||
notify = "4.0.0"
|
notify = "4.0.0"
|
||||||
irc = "0.11.8" # latest version which supports old openssl version (required by discord)
|
irc = "0.13.5"
|
||||||
thread_local = "0.3"
|
thread_local = "0.3"
|
||||||
pvn = { git = "http://gitlab.monarch-pass.net/malacoda/pvn.git" }
|
pvn = { git = "http://gitlab.monarch-pass.net/malacoda/pvn.git" }
|
||||||
echobox = { git = "http://gitlab.monarch-pass.net/malacoda/echobox.git" }
|
echobox = { git = "http://gitlab.monarch-pass.net/malacoda/echobox.git" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user