update all dependencies to latest version. Need to wait for discord-rs to update though
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@@ -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"
|
||||
|
Reference in New Issue
Block a user