diff options
| author | Jokler <jokler.contact@gmail.com> | 2019-07-06 01:32:12 +0200 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2019-07-06 01:32:12 +0200 |
| commit | 9e427d9063a5d0180b8acc8705c3c2d7b0c01bcc (patch) | |
| tree | d259160f21a78dcb5252b3078559a6b48b35dd28 /Cargo.toml | |
| parent | 04b9e31fab4ac5725d47f9b500743db3461cd9df (diff) | |
| download | frippy-9e427d9063a5d0180b8acc8705c3c2d7b0c01bcc.tar.gz frippy-9e427d9063a5d0180b8acc8705c3c2d7b0c01bcc.zip | |
Main: Update dependencies and remove clippy plugin
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 38 |
1 files changed, 17 insertions, 21 deletions
@@ -23,48 +23,44 @@ mysql = [ [dependencies] irc = "0.13.6" -log = "0.4.5" -time = "0.1.40" -humantime = "1.1.1" -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" +log = "0.4.6" +time = "0.1.42" +humantime = "1.2.0" +rlua = "0.16.3" +reqwest = "0.9.18" +regex = "1.1.8" +lazy_static = "1.3.0" +serde = "1.0.94" +serde_json = "1.0.40" +chrono = "0.4.7" +glob = "0.3.0" circular-queue = "0.2.0" -failure = "0.1.2" +failure = "0.1.5" htmlescape = "0.3.1" antidote = "1.0.0" -log4rs = "0.8.0" +log4rs = "0.8.3" frippy_derive = { path = "frippy_derive" } -rand = "0.5.5" +rand = "0.7.0" [dependencies.unicode_names] git = 'https://github.com/Jokler/unicode_names' branch = 'update-to-latest-unicode' [dependencies.diesel] -version = "1.3.3" +version = "1.4.2" optional = true features = ["mysql", "chrono"] [dependencies.diesel_migrations] -version = "1.3.0" +version = "1.4.0" optional = true features = ["mysql"] [dependencies.r2d2] -version = "0.8.2" +version = "0.8.5" optional = true [dependencies.r2d2-diesel] version = "1.0.0" optional = true - -[dependencies.clippy] -version = "0.0.212" -optional = true |
