diff options
| author | Jokler <jokler.contact@gmail.com> | 2018-09-19 18:43:17 +0200 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2018-09-19 18:43:17 +0200 |
| commit | a862046b0d34a2d23fdfa25d7bfb5dcc8c73dd45 (patch) | |
| tree | 18b9f8f19e57f57613ea6e6bef90fb5f59999660 /Cargo.toml | |
| parent | 66ea53eb077fce74d483fd60d0105d85654088bc (diff) | |
| download | frippy-a862046b0d34a2d23fdfa25d7bfb5dcc8c73dd45.tar.gz frippy-a862046b0d34a2d23fdfa25d7bfb5dcc8c73dd45.zip | |
Main: Update dependencies
This fixes builds for OpenSSL 1.1.1.
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"] |
