diff options
| author | Jokler <jokler.contact@gmail.com> | 2018-02-24 15:35:37 +0100 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2018-02-24 15:35:37 +0100 |
| commit | 288eadd3c42352deba28cfe062e79e673cb5d577 (patch) | |
| tree | 2e30b0473b08691d7b384b41568cd68ffa48cbeb /Cargo.toml | |
| parent | 4e6c31fada410d6a156970a99c31760633d1b544 (diff) | |
| download | frippy-288eadd3c42352deba28cfe062e79e673cb5d577.tar.gz frippy-288eadd3c42352deba28cfe062e79e673cb5d577.zip | |
Update dependencies
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -17,14 +17,14 @@ doc = false mysql = ["diesel", "diesel_infer_schema", "diesel_migrations", "dotenv"] [dependencies] -irc = "0.13.2" +irc = "0.13.4" log = "0.4.1" time = "0.1.39" rlua = "0.12.2" -reqwest = "0.8.4" +reqwest = "0.8.5" select = "0.4.2" regex = "0.2.6" -lazy_static = "0.2.9" +lazy_static = "1.0.0" serde = "1.0.27" serde_json = "1.0.9" chrono = "0.4.0" @@ -38,22 +38,22 @@ branch = 'update-to-latest-unicode' [dependencies.diesel] -version = "1.0.0-rc1" +version = "1.1.1" optional = true features = ["mysql", "chrono"] [dependencies.diesel_infer_schema] -version = "1.0.0-rc1" +version = "1.1.0" optional = true features = ["mysql"] [dependencies.diesel_migrations] -version = "1.0.0-rc1" +version = "1.1.0" optional = true features = ["mysql"] [dependencies.dotenv] -version = "0.10.1" +version = "0.11.0" optional = true [dependencies.clippy] |
