elastic-rs / elastic

An Elasticsearch REST API client for Rust
Apache License 2.0
253 stars 40 forks source link

Update dependencies #384

Closed mwilliammyers closed 5 years ago

mwilliammyers commented 5 years ago

Update all dependencies that do not have breaking changes.

Close #383

mwilliammyers commented 5 years ago

Here is the output of cargo outdated -R after this PR:

elastic_derive
================
Name                    Project  Compat  Latest  Kind    Platform
----                    -------  ------  ------  ----    --------
nom                     3.2.1    ---     5.0.1   Normal  ---
quote                   0.3.15   ---     1.0.2   Normal  ---
serde_derive_internals  0.15.1   ---     0.24.1  Normal  ---
syn                     0.11.11  ---     1.0.5   Normal  ---

generate_requests
================
Name   Project  Compat  Latest  Kind    Platform
----   -------  ------  ------  ----    --------
quote  0.3.15   ---     1.0.2   Normal  ---
syn    0.11.11  ---     1.0.5   Normal  --- 

Hopefully I will tackle updating the rest soon; my project is currently building 4 copies of syn and each one takes forever to build 😆