aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump rstest from 0.3.0 to 0.4.1dependabot-preview[bot]2019-10-081-1/+1
| | | | | | | | 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>
* Remove explicit clap dependency in favor of structopt's re-exported versionSven-Hendrik Haase2019-09-211-1/+0
|
* Merge pull request #198 from svenstaro/dependabot/cargo/hex-0.4.0Sven-Hendrik Haase2019-09-201-1/+1
|\ | | | | Bump hex from 0.3.2 to 0.4.0
| * Bump hex from 0.3.2 to 0.4.0dependabot-preview[bot]2019-09-191-1/+1
| | | | | | | | | | | | | | 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>
* | Bump strum_macros from 0.15.0 to 0.16.0dependabot-preview[bot]2019-09-191-1/+1
|/ | | | | | | | 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>
* Bump strum from 0.15.0 to 0.16.0dependabot-preview[bot]2019-09-191-1/+1
| | | | | | | | 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 #196 from svenstaro/dependabot/cargo/serde-1.0.101dependabot-preview[bot]2019-09-171-1/+1
|\
| * Bump serde from 1.0.100 to 1.0.101dependabot-preview[bot]2019-09-171-1/+1
| | | | | | | | | | | | | | 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>
* | Bump alphanumeric-sort from 1.0.10 to 1.0.11dependabot-preview[bot]2019-09-171-1/+1
|/ | | | | | | 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>
* Bump alphanumeric-sort from 1.0.7 to 1.0.10dependabot-preview[bot]2019-09-161-1/+1
| | | | | | | 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>
* Bump serde from 1.0.99 to 1.0.100dependabot-preview[bot]2019-09-091-1/+1
| | | | | | | 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>
* Bump futures from 0.1.28 to 0.1.29dependabot-preview[bot]2019-09-061-1/+1
| | | | | | | | Bumps [futures](https://github.com/rust-lang-nursery/futures-rs) from 0.1.28 to 0.1.29. - [Release notes](https://github.com/rust-lang-nursery/futures-rs/releases) - [Changelog](https://github.com/rust-lang-nursery/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang-nursery/futures-rs/compare/0.1.28...0.1.29) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump chrono from 0.4.8 to 0.4.9dependabot-preview[bot]2019-09-041-1/+1
| | | | | | | | Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.8 to 0.4.9. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/commits/v0.4.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Upgrade to structopt 0.3Sven-Hendrik Haase2019-09-031-1/+1
|
* Bump chrono from 0.4.7 to 0.4.8dependabot-preview[bot]2019-09-021-1/+1
| | | | | | | | Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.7 to 0.4.8. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump simplelog from 0.6.0 to 0.7.0dependabot-preview[bot]2019-08-211-1/+1
| | | | | | | | Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.6.0 to 0.7.0. - [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>
* Merge pull request #176 from svenstaro/dependabot/cargo/percent-encoding-2.1.0dependabot-preview[bot]2019-08-191-1/+1
|\
| * Bump percent-encoding from 2.0.0 to 2.1.0dependabot-preview[bot]2019-08-191-1/+1
| | | | | | | | | | | | | | Bumps [percent-encoding](https://github.com/servo/rust-url) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/percent-encoding-v2.0.0...percent-encoding-v2.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Bump url from 2.0.0 to 2.1.0dependabot-preview[bot]2019-08-191-1/+1
|/ | | | | | | Bumps [url](https://github.com/servo/rust-url) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.0.0...v2.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump serde from 1.0.98 to 1.0.99dependabot-preview[bot]2019-08-191-1/+1
| | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.98 to 1.0.99. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.98...v1.0.99) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Remove command-line-interface categorySven-Hendrik Haase2019-08-071-1/+1
| | | | This is not a lib for helping with CLI stuff. :)
* Bump libflate from 0.1.25 to 0.1.26dependabot-preview[bot]2019-08-051-1/+1
| | | | | | | Bumps [libflate](https://github.com/sile/libflate) from 0.1.25 to 0.1.26. - [Release notes](https://github.com/sile/libflate/releases) - [Commits](https://github.com/sile/libflate/compare/0.1.25...0.1.26) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #170 from svenstaro/dependabot/cargo/log-0.4.8Sven-Hendrik Haase2019-07-291-1/+1
|\ | | | | Bump log from 0.4.7 to 0.4.8
| * Bump log from 0.4.7 to 0.4.8dependabot-preview[bot]2019-07-291-1/+1
| | | | | | | | | | | | | | | | Bumps [log](https://github.com/rust-lang/log) from 0.4.7 to 0.4.8. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #172 from svenstaro/dependabot/cargo/alphanumeric-sort-1.0.7dependabot-preview[bot]2019-07-291-1/+1
|\ \ | |/ |/|
| * Bump alphanumeric-sort from 1.0.6 to 1.0.7dependabot-preview[bot]2019-07-291-1/+1
| | | | | | | | | | | | | | Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/magiclen/alphanumeric-sort/releases) - [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.0.6...v1.0.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Bump serde from 1.0.97 to 1.0.98dependabot-preview[bot]2019-07-291-1/+1
|/ | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.97 to 1.0.98. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.97...v1.0.98) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Update to url 2.0Sven-Hendrik Haase2019-07-251-1/+1
|
* Upgrade percent-encoding to 2.0Sven-Hendrik Haase2019-07-251-1/+1
|
* Bump serde from 1.0.94 to 1.0.97dependabot-preview[bot]2019-07-251-1/+1
| | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.94 to 1.0.97. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.94...v1.0.97) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Fix testsSven-Hendrik Haase2019-07-241-0/+1
|
* Bump log from 0.4.6 to 0.4.7dependabot-preview[bot]2019-07-111-1/+1
| | | | | | | | Bumps [log](https://github.com/rust-lang/log) from 0.4.6 to 0.4.7. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.6...0.4.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump libflate from 0.1.24 to 0.1.25dependabot-preview[bot]2019-07-031-1/+1
| | | | | | | Bumps [libflate](https://github.com/sile/libflate) from 0.1.24 to 0.1.25. - [Release notes](https://github.com/sile/libflate/releases) - [Commits](https://github.com/sile/libflate/compare/0.1.24...0.1.25) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump maud from 0.20.0 to 0.21.0dependabot-preview[bot]2019-07-021-1/+1
| | | | | | | | Bumps [maud](https://github.com/lfairy/maud) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/lfairy/maud/releases) - [Changelog](https://github.com/lfairy/maud/blob/master/CHANGELOG.md) - [Commits](https://github.com/lfairy/maud/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Use rstest 0.3Sven-Hendrik Haase2019-06-281-1/+1
|
* Bump serde from 1.0.93 to 1.0.94dependabot-preview[bot]2019-06-281-1/+1
| | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.93 to 1.0.94. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.93...v1.0.94) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #150 from svenstaro/dependabot/cargo/futures-0.1.28Sven-Hendrik Haase2019-06-271-1/+1
|\ | | | | Bump futures from 0.1.27 to 0.1.28
| * Bump futures from 0.1.27 to 0.1.28dependabot-preview[bot]2019-06-271-1/+1
| | | | | | | | | | | | | | | | Bumps [futures](https://github.com/rust-lang-nursery/futures-rs) from 0.1.27 to 0.1.28. - [Release notes](https://github.com/rust-lang-nursery/futures-rs/releases) - [Changelog](https://github.com/rust-lang-nursery/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang-nursery/futures-rs/compare/0.1.27...0.1.28) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Bump structopt from 0.2.16 to 0.2.18dependabot-preview[bot]2019-06-271-1/+1
|/ | | | | | | | Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.2.16 to 0.2.18. - [Release notes](https://github.com/TeXitoi/structopt/releases) - [Changelog](https://github.com/TeXitoi/structopt/blob/v0.2.18/CHANGELOG.md) - [Commits](https://github.com/TeXitoi/structopt/compare/v0.2.16...v0.2.18) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #144 from svenstaro/dependabot/cargo/chrono-0.4.7Sven-Hendrik Haase2019-06-251-1/+1
|\ | | | | Bump chrono from 0.4.6 to 0.4.7
| * Bump chrono from 0.4.6 to 0.4.7dependabot-preview[bot]2019-06-251-1/+1
| | | | | | | | | | | | | | | | Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.6 to 0.4.7. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.6...v0.4.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Bump libflate from 0.1.23 to 0.1.24dependabot-preview[bot]2019-06-251-1/+1
|/ | | | | | | Bumps [libflate](https://github.com/sile/libflate) from 0.1.23 to 0.1.24. - [Release notes](https://github.com/sile/libflate/releases) - [Commits](https://github.com/sile/libflate/compare/0.1.23...0.1.24) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* This is 0.5.0Sven-Hendrik Haase2019-06-241-1/+1
|
* Update simplelog to 0.6Sven-Hendrik Haase2019-06-241-1/+1
|
* Update depsSven-Hendrik Haase2019-06-141-1/+1
|
* Bump structopt from 0.2.16 to 0.2.17dependabot-preview[bot]2019-06-031-1/+1
| | | | | | Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.2.16 to 0.2.17. - [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.2.16...v0.2.17)
* Bump serde from 1.0.91 to 1.0.92dependabot-preview[bot]2019-06-031-1/+1
| | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.91 to 1.0.92. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.91...v1.0.92)
* Bump structopt from 0.2.15 to 0.2.16dependabot-preview[bot]2019-05-301-1/+1
| | | | | | Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.2.15 to 0.2.16. - [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.2.15...v0.2.16)
* Bump libflate from 0.1.22 to 0.1.23dependabot-preview[bot]2019-05-281-1/+1
| | | | | Bumps [libflate](https://github.com/sile/libflate) from 0.1.22 to 0.1.23. - [Release notes](https://github.com/sile/libflate/releases) - [Commits](https://github.com/sile/libflate/compare/0.1.22...0.1.23)
* Bump futures from 0.1.26 to 0.1.27dependabot[bot]2019-05-131-1/+1
| | | | | | | | Bumps [futures](https://github.com/rust-lang-nursery/futures-rs) from 0.1.26 to 0.1.27. - [Release notes](https://github.com/rust-lang-nursery/futures-rs/releases) - [Changelog](https://github.com/rust-lang-nursery/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang-nursery/futures-rs/compare/0.1.26...0.1.27) Signed-off-by: dependabot[bot] <support@dependabot.com>