aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This is 0.7.0v0.7.0Sven-Hendrik Haase2020-05-141-422/+430
|
* Merge pull request #297 from marawan31/add-zip-downloadSven-Hendrik Haase2020-05-141-0/+40
|\ | | | | Add zip download functionality for windows users
| * Add zip download functionality for windows usersmarawan ragab2020-05-031-0/+40
| |
* | Bump serde from 1.0.106 to 1.0.110dependabot-preview[bot]2020-05-111-18/+18
| | | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.106 to 1.0.110. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.106...v1.0.110) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #299 from svenstaro/dependabot/cargo/libflate-1.0.0Sven-Hendrik Haase2020-05-071-10/+10
|\ \ | | | | | | Bump libflate from 0.1.27 to 1.0.0
| * | Bump libflate from 0.1.27 to 1.0.0dependabot-preview[bot]2020-05-061-10/+10
| | | | | | | | | | | | | | | | | | | | | Bumps [libflate](https://github.com/sile/libflate) from 0.1.27 to 1.0.0. - [Release notes](https://github.com/sile/libflate/releases) - [Commits](https://github.com/sile/libflate/compare/0.1.27...1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Bump base64 from 0.12.0 to 0.12.1dependabot-preview[bot]2020-05-071-3/+3
|/ / | | | | | | | | | | | | | | Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/marshallpierce/rust-base64/releases) - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* / Bump failure from 0.1.7 to 0.1.8dependabot-preview[bot]2020-05-041-10/+10
|/ | | | | | | | Bumps [failure](https://github.com/rust-lang-nursery/failure) from 0.1.7 to 0.1.8. - [Release notes](https://github.com/rust-lang-nursery/failure/releases) - [Changelog](https://github.com/rust-lang-nursery/failure/blob/master/RELEASES.md) - [Commits](https://github.com/rust-lang-nursery/failure/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump simplelog from 0.7.5 to 0.7.6dependabot-preview[bot]2020-04-271-3/+3
| | | | | | | | Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.7.5 to 0.7.6. - [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/compare/v0.7.5...v0.7.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump structopt from 0.3.13 to 0.3.14dependabot-preview[bot]2020-04-231-6/+6
| | | | | | | | Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.13 to 0.3.14. - [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.13...v0.3.14) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump rstest from 0.6.2 to 0.6.3dependabot-preview[bot]2020-04-201-3/+3
| | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from 0.6.2 to 0.6.3. - [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.6.2...0.6.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump rstest from 0.6.1 to 0.6.2dependabot-preview[bot]2020-04-141-41/+41
| | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from 0.6.1 to 0.6.2. - [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.6.1...0.6.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump structopt from 0.3.12 to 0.3.13dependabot-preview[bot]2020-04-091-12/+12
| | | | | | | | Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.12 to 0.3.13. - [Release notes](https://github.com/TeXitoi/structopt/releases) - [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md) - [Commits](https://github.com/TeXitoi/structopt/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #288 from svenstaro/dependabot/cargo/serde-1.0.106Sven-Hendrik Haase2020-04-061-18/+18
|\ | | | | Bump serde from 1.0.105 to 1.0.106
| * Bump serde from 1.0.105 to 1.0.106dependabot-preview[bot]2020-04-061-18/+18
| | | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.105 to 1.0.106. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.105...v1.0.106) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Bump rstest from 0.6.0 to 0.6.1dependabot-preview[bot]2020-04-061-3/+3
|/ | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from 0.6.0 to 0.6.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.6.0...0.6.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump assert_cmd from 1.0.0 to 1.0.1dependabot-preview[bot]2020-04-021-16/+3
| | | | | | | | Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/assert-rs/assert_cmd/releases) - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v1.0.0...v1.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump simplelog from 0.7.4 to 0.7.5dependabot-preview[bot]2020-03-301-3/+3
| | | | | | | | Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.7.4 to 0.7.5. - [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/compare/v0.7.4...v0.7.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump assert_fs from 0.13.1 to 1.0.0dependabot-preview[bot]2020-03-271-3/+3
| | | | | | | | Bumps [assert_fs](https://github.com/assert-rs/assert_fs) from 0.13.1 to 1.0.0. - [Release notes](https://github.com/assert-rs/assert_fs/releases) - [Changelog](https://github.com/assert-rs/assert_fs/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_fs/commits/v1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump assert_cmd from 0.12.0 to 1.0.0dependabot-preview[bot]2020-03-271-3/+13
| | | | | | | | Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 0.12.0 to 1.0.0. - [Release notes](https://github.com/assert-rs/assert_cmd/releases) - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v0.12.0...v1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump structopt from 0.3.11 to 0.3.12dependabot-preview[bot]2020-03-191-6/+6
| | | | | | | | Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.11 to 0.3.12. - [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.11...v0.3.12) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump serde from 1.0.104 to 1.0.105dependabot-preview[bot]2020-03-191-19/+19
| | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.104 to 1.0.105. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.104...v1.0.105) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* This is 0.6.0v0.6.0Sven-Hendrik Haase2020-03-141-20/+20
|
* Bump reqwests to v0.10Sven-Hendrik Haase2020-03-111-136/+303
|
* Bump base64 from 0.11.0 to 0.12.0dependabot-preview[bot]2020-03-101-1/+7
| | | | | | | | Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/marshallpierce/rust-base64/releases) - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.11.0...v0.12.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump rstest to 0.6.0Sven-Hendrik Haase2020-03-091-3/+3
|
* Bump depsSven-Hendrik Haase2020-03-091-636/+711
|
* Bump structopt from 0.3.9 to 0.3.11dependabot-preview[bot]2020-03-091-6/+6
| | | | | | | | Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.9 to 0.3.11. - [Release notes](https://github.com/TeXitoi/structopt/releases) - [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md) - [Commits](https://github.com/TeXitoi/structopt/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump strum from 0.17.1 to 0.18.0dependabot-preview[bot]2020-03-091-3/+3
| | | | | | | | Bumps [strum](https://github.com/Peternator7/strum) from 0.17.1 to 0.18.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 failure from 0.1.6 to 0.1.7dependabot-preview[bot]2020-03-061-15/+15
| | | | | | | | Bumps [failure](https://github.com/rust-lang-nursery/failure) from 0.1.6 to 0.1.7. - [Release notes](https://github.com/rust-lang-nursery/failure/releases) - [Changelog](https://github.com/rust-lang-nursery/failure/blob/master/RELEASES.md) - [Commits](https://github.com/rust-lang-nursery/failure/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #254 from svenstaro/dependabot/cargo/rstest-0.5.3Sven-Hendrik Haase2020-03-011-3/+3
|\ | | | | Bump rstest from 0.5.2 to 0.5.3
| * Bump rstest from 0.5.2 to 0.5.3dependabot-preview[bot]2020-01-241-3/+3
| | | | | | | | | | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from 0.5.2 to 0.5.3. - [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.5.2...0.5.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | [Security] Bump http from 0.1.19 to 0.1.21dependabot-preview[bot]2020-02-271-10/+10
| | | | | | | | | | | | | | | | Bumps [http](https://github.com/hyperium/http) from 0.1.19 to 0.1.21. **This update includes security fixes.** - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/v0.1.21/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.1.19...v0.1.21) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #261 from svenstaro/dependabot/cargo/hex-0.4.2Sven-Hendrik Haase2020-02-271-3/+3
|\ \ | | | | | | Bump hex from 0.4.0 to 0.4.2
| * | Bump hex from 0.4.0 to 0.4.2dependabot-preview[bot]2020-02-191-3/+3
| | | | | | | | | | | | | | | | | | | | | Bumps [hex](https://github.com/KokaKiwi/rust-hex) from 0.4.0 to 0.4.2. - [Release notes](https://github.com/KokaKiwi/rust-hex/releases) - [Commits](https://github.com/KokaKiwi/rust-hex/compare/v0.4...v0.4.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Bump alphanumeric-sort from 1.0.11 to 1.0.12dependabot-preview[bot]2020-02-211-3/+3
|/ / | | | | | | | | | | | | Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.0.11 to 1.0.12. - [Release notes](https://github.com/magiclen/alphanumeric-sort/releases) - [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.0.11...v1.0.12) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* / Bump structopt from 0.3.8 to 0.3.9dependabot-preview[bot]2020-02-031-15/+15
|/ | | | | | | | Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.8 to 0.3.9. - [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.8...v0.3.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #247 from svenstaro/dependabot/cargo/sha2-0.8.1Sven-Hendrik Haase2020-01-231-3/+3
|\ | | | | Bump sha2 from 0.8.0 to 0.8.1
| * Bump sha2 from 0.8.0 to 0.8.1dependabot-preview[bot]2020-01-061-3/+3
| | | | | | | | | | | | | | Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.8.0...sha2-v0.8.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #251 from svenstaro/dependabot/cargo/port_check-0.1.5Sven-Hendrik Haase2020-01-231-3/+3
|\ \ | | | | | | Bump port_check from 0.1.3 to 0.1.5
| * | Bump port_check from 0.1.3 to 0.1.5dependabot-preview[bot]2020-01-171-3/+3
| | | | | | | | | | | | | | | | | | | | | Bumps [port_check](https://github.com/ufoscout/port-check-rs) from 0.1.3 to 0.1.5. - [Release notes](https://github.com/ufoscout/port-check-rs/releases) - [Commits](https://github.com/ufoscout/port-check-rs/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Bump structopt from 0.3.7 to 0.3.8dependabot-preview[bot]2020-01-201-6/+7
|/ / | | | | | | | | | | | | | | Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.7 to 0.3.8. - [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.7...v0.3.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* / Bump url from 2.1.0 to 2.1.1dependabot-preview[bot]2020-01-101-6/+6
|/ | | | | | | Bumps [url](https://github.com/servo/rust-url) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.1.0...v2.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump rstest from 0.5.1 to 0.5.2dependabot-preview[bot]2019-12-301-3/+3
| | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from 0.5.1 to 0.5.2. - [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.5.1...0.5.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #243 from svenstaro/dependabot/cargo/port_check-0.1.3Sven-Hendrik Haase2019-12-301-3/+3
|\ | | | | Bump port_check from 0.1.2 to 0.1.3
| * Bump port_check from 0.1.2 to 0.1.3dependabot-preview[bot]2019-12-301-3/+3
| | | | | | | | | | | | | | Bumps [port_check](https://github.com/ufoscout/port-check-rs) from 0.1.2 to 0.1.3. - [Release notes](https://github.com/ufoscout/port-check-rs/releases) - [Commits](https://github.com/ufoscout/port-check-rs/commits/0.1.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Bump structopt from 0.3.6 to 0.3.7dependabot-preview[bot]2019-12-301-6/+6
|/ | | | | | | | Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.6 to 0.3.7. - [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.6...v0.3.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump strum_macros from 0.16.0 to 0.17.1dependabot-preview[bot]2019-12-241-3/+3
| | | | | | | | Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.16.0 to 0.17.1. - [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 structopt from 0.3.5 to 0.3.6dependabot-preview[bot]2019-12-231-9/+46
| | | | | | | | Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.5 to 0.3.6. - [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.5...v0.3.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump strum from 0.16.0 to 0.17.1dependabot-preview[bot]2019-12-201-3/+3
| | | | | | | | Bumps [strum](https://github.com/Peternator7/strum) from 0.16.0 to 0.17.1. - [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>