aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge pull request #213 from svenstaro/dependabot/cargo/serde-1.0.102dependabot-preview[bot]2019-10-282-16/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Bump serde from 1.0.101 to 1.0.102dependabot-preview[bot]2019-10-282-16/+16
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.101 to 1.0.102. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.101...v1.0.102) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Bump depsSven-Hendrik Haase2019-10-231-108/+110
| | | |
* | | | Merge pull request #211 from ciarant/masterSven-Hendrik Haase2019-10-211-0/+5
|\ \ \ \ | | | | | | | | | | Add instructions on how to install via Homebrew on OSX
| * | | | Fix typoCiaran Treanor2019-10-211-1/+1
| | | | |
| * | | | Add instructions on how to install via Homebrew on OSXCiaran Treanor2019-10-181-0/+5
|/ / / /
* | | | Bump depsSven-Hendrik Haase2019-10-141-107/+108
| | | |
* | | | Merge pull request #207 from svenstaro/dependabot/cargo/structopt-0.3.3Sven-Hendrik Haase2019-10-111-6/+6
|\ \ \ \ | | | | | | | | | | Bump structopt from 0.3.2 to 0.3.3
| * | | | Bump structopt from 0.3.2 to 0.3.3dependabot-preview[bot]2019-10-111-6/+6
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/TeXitoi/structopt/releases) - [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md) - [Commits](https://github.com/TeXitoi/structopt/compare/v0.3.2...v0.3.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #206 from svenstaro/dependabot/cargo/reqwest-0.9.22Sven-Hendrik Haase2019-10-101-3/+3
|\ \ \ \ | | | | | | | | | | Bump reqwest from 0.9.21 to 0.9.22
| * | | | Bump reqwest from 0.9.21 to 0.9.22dependabot-preview[bot]2019-10-101-3/+3
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.9.21 to 0.9.22. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/v0.9.22/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.9.21...v0.9.22) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #205 from svenstaro/dependabot/cargo/rstest-0.4.1Sven-Hendrik Haase2019-10-082-7/+17
|\ \ \ \ | | | | | | | | | | Bump rstest from 0.3.0 to 0.4.1
| * | | | Bump rstest from 0.3.0 to 0.4.1dependabot-preview[bot]2019-10-082-7/+17
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from 0.3.0 to 0.4.1. - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](https://github.com/la10736/rstest/compare/0.3.0...0.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #204 from svenstaro/dependabot/cargo/reqwest-0.9.21Sven-Hendrik Haase2019-10-081-3/+3
|\ \ \ \ | | | | | | | | | | Bump reqwest from 0.9.20 to 0.9.21
| * | | | Bump reqwest from 0.9.20 to 0.9.21dependabot-preview[bot]2019-10-031-3/+3
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.9.20 to 0.9.21. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/v0.9.21/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.9.20...v0.9.21) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Don't use verbose for travis and also add --lockedSven-Hendrik Haase2019-10-011-2/+2
| | | |
* | | | Bump nightlySven-Hendrik Haase2019-10-011-1/+1
| | | |
* | | | Bump depsSven-Hendrik Haase2019-09-301-28/+28
| | | |
* | | | Bump nightly to latest known goodSven-Hendrik Haase2019-09-301-1/+1
| | | |
* | | | Make clippy happySven-Hendrik Haase2019-09-301-3/+5
| | | |
* | | | Improve logging behaviorSven-Hendrik Haase2019-09-271-4/+12
| | | | | | | | | | | | | | | | It will now fall back to basic logging if no proper terminal is attached as opposed to just failing silently.
* | | | Add .dockerignore fileSven-Hendrik Haase2019-09-271-0/+1
| | | |
* | | | Bump depsSven-Hendrik Haase2019-09-251-60/+78
| |_|/ |/| |
* | | Actually make use of pretty_assertionsSven-Hendrik Haase2019-09-214-37/+30
| | |
* | | Remove explicit clap dependency in favor of structopt's re-exported versionSven-Hendrik Haase2019-09-214-4/+2
| | |
* | | Bump Cargo.lockSven-Hendrik Haase2019-09-211-104/+101
| | |
* | | Merge pull request #199 from svenstaro/dependabot/cargo/structopt-0.3.2Sven-Hendrik Haase2019-09-201-6/+6
|\ \ \ | | | | | | | | Bump structopt from 0.3.1 to 0.3.2
| * | | Bump structopt from 0.3.1 to 0.3.2dependabot-preview[bot]2019-09-191-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/TeXitoi/structopt/releases) - [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md) - [Commits](https://github.com/TeXitoi/structopt/compare/v0.3.1...v0.3.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #198 from svenstaro/dependabot/cargo/hex-0.4.0Sven-Hendrik Haase2019-09-202-4/+4
|\ \ \ \ | | | | | | | | | | Bump hex from 0.3.2 to 0.4.0
| * | | | Bump hex from 0.3.2 to 0.4.0dependabot-preview[bot]2019-09-192-4/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [hex](https://github.com/KokaKiwi/rust-hex) from 0.3.2 to 0.4.0. - [Release notes](https://github.com/KokaKiwi/rust-hex/releases) - [Commits](https://github.com/KokaKiwi/rust-hex/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #201 from svenstaro/dependabot/cargo/strum_macros-0.16.0Sven-Hendrik Haase2019-09-202-7/+7
|\ \ \ \ | |/ / / |/| | | Bump strum_macros from 0.15.0 to 0.16.0
| * | | Bump strum_macros from 0.15.0 to 0.16.0dependabot-preview[bot]2019-09-192-7/+7
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #200 from svenstaro/dependabot/cargo/strum-0.16.0Sven-Hendrik Haase2019-09-192-4/+4
|\ \ \ | | | | | | | | Bump strum from 0.15.0 to 0.16.0
| * | | Bump strum from 0.15.0 to 0.16.0dependabot-preview[bot]2019-09-192-4/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [strum](https://github.com/Peternator7/strum) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #197 from svenstaro/dependabot/cargo/simplelog-0.7.3Sven-Hendrik Haase2019-09-171-3/+3
|\ \ \ | | | | | | | | Bump simplelog from 0.7.2 to 0.7.3
| * | | Bump simplelog from 0.7.2 to 0.7.3dependabot-preview[bot]2019-09-171-3/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/drakulix/simplelog.rs/releases) - [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/drakulix/simplelog.rs/commits/v0.7.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #196 from svenstaro/dependabot/cargo/serde-1.0.101dependabot-preview[bot]2019-09-172-16/+16
|\ \ \
| * | | Bump serde from 1.0.100 to 1.0.101dependabot-preview[bot]2019-09-172-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.100 to 1.0.101. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.100...v1.0.101) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #195 from svenstaro/dependabot/cargo/alphanumeric-sort-1.0.11dependabot-preview[bot]2019-09-172-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Bump alphanumeric-sort from 1.0.10 to 1.0.11dependabot-preview[bot]2019-09-172-4/+4
|/ / / | | | | | | | | | | | | | | | | | | Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.0.10 to 1.0.11. - [Release notes](https://github.com/magiclen/alphanumeric-sort/releases) - [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.0.10...v1.0.11) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #194 from svenstaro/dependabot/cargo/alphanumeric-sort-1.0.10dependabot-preview[bot]2019-09-162-4/+4
|\ \ \
| * | | Bump alphanumeric-sort from 1.0.7 to 1.0.10dependabot-preview[bot]2019-09-162-4/+4
|/ / / | | | | | | | | | | | | | | | | | | Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.0.7 to 1.0.10. - [Release notes](https://github.com/magiclen/alphanumeric-sort/releases) - [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.0.7...v1.0.10) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #193 from svenstaro/dependabot/cargo/simplelog-0.7.2Sven-Hendrik Haase2019-09-131-3/+3
|\ \ \ | | | | | | | | Bump simplelog from 0.7.1 to 0.7.2
| * | | Bump simplelog from 0.7.1 to 0.7.2dependabot-preview[bot]2019-09-131-3/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/drakulix/simplelog.rs/releases) - [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/drakulix/simplelog.rs/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Update Docker shieldSven-Hendrik Haase2019-09-121-1/+1
| | |
* | | Merge pull request #190 from svenstaro/dependabot/cargo/structopt-0.3.1Sven-Hendrik Haase2019-09-091-6/+6
|\ \ \ | | | | | | | | Bump structopt from 0.3.0 to 0.3.1
| * | | Bump structopt from 0.3.0 to 0.3.1dependabot-preview[bot]2019-09-091-6/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/TeXitoi/structopt/releases) - [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md) - [Commits](https://github.com/TeXitoi/structopt/compare/v0.3.0...v0.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #191 from svenstaro/dependabot/cargo/serde-1.0.100dependabot-preview[bot]2019-09-092-16/+16
|\ \ \ | |_|/ |/| |
| * | Bump serde from 1.0.99 to 1.0.100dependabot-preview[bot]2019-09-092-16/+16
|/ / | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.99 to 1.0.100. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.99...v1.0.100) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #188 from svenstaro/dependabot/cargo/futures-0.1.29Sven-Hendrik Haase2019-09-062-45/+45
|\ \ | | | | | | Bump futures from 0.1.28 to 0.1.29