diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 26 |
1 files changed, 15 insertions, 11 deletions
@@ -23,33 +23,37 @@ mysql = [ ] [dependencies] -irc = "0.13.5" -log = "0.4.2" +log = "0.4.5" time = "0.1.40" humantime = "1.1.1" -rlua = "0.13.0" -reqwest = "0.8.6" -regex = "1.0.0" -lazy_static = "1.0.1" -serde = "1.0.67" -serde_json = "1.0.22" -chrono = "0.4.3" +rlua = "0.14.2" +reqwest = "0.9.0" +regex = "1.0.5" +lazy_static = "1.1.0" +serde = "1.0.79" +serde_json = "1.0.27" +chrono = "0.4.6" glob = "0.2.11" circular-queue = "0.2.0" -failure = "0.1.1" +failure = "0.1.2" htmlescape = "0.3.1" antidote = "1.0.0" log4rs = "0.8.0" frippy_derive = { path = "frippy_derive" } +# TODO Use crates.io again, as soon as OpenSSL 1.1.1 is supported +[dependencies.irc] +git = 'https://github.com/aatxe/irc/' +branch = 'develop' + [dependencies.unicode_names] git = 'https://github.com/Jokler/unicode_names' branch = 'update-to-latest-unicode' [dependencies.diesel] -version = "1.3.2" +version = "1.3.3" optional = true features = ["mysql", "chrono"] |
