aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump alphanumeric-sort from 1.3.3 to 1.4.0dependabot-preview[bot]2020-07-311-3/+3
| | | | | | | Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.3.3 to 1.4.0. - [Release notes](https://github.com/magiclen/alphanumeric-sort/releases) - [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.3.3...v1.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump alphanumeric-sort from 1.3.2 to 1.3.3dependabot-preview[bot]2020-07-291-3/+3
| | | | | | | Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/magiclen/alphanumeric-sort/releases) - [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.3.2...v1.3.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump reqwest from 0.10.6 to 0.10.7dependabot-preview[bot]2020-07-271-16/+23
| | | | | | | | Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.6 to 0.10.7. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.10.6...v0.10.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump depsSven-Hendrik Haase2020-07-221-17/+17
|
* Remove dependency on opensslSven-Hendrik Haase2020-07-211-128/+82
|
* (cargo-release) start next development iteration 0.8.1-alpha.0Sven-Hendrik Haase2020-07-211-1/+1
|
* (cargo-release) version 0.8.0Sven-Hendrik Haase2020-07-211-1/+1
|
* Update all the depsSven-Hendrik Haase2020-07-211-1349/+373
|
* Merge pull request #331 from svenstaro/dependabot/cargo/select-0.5.0Sven-Hendrik Haase2020-07-211-48/+74
|\ | | | | Bump select from 0.4.3 to 0.5.0
| * Bump select from 0.4.3 to 0.5.0dependabot-preview[bot]2020-07-211-48/+74
| | | | | | | | | | | | | | Bumps [select](https://github.com/utkarshkukreti/select.rs) from 0.4.3 to 0.5.0. - [Release notes](https://github.com/utkarshkukreti/select.rs/releases) - [Commits](https://github.com/utkarshkukreti/select.rs/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Bump chrono from 0.4.11 to 0.4.13dependabot-preview[bot]2020-07-211-6/+6
| | | | | | | | | | | | | | | | Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.11 to 0.4.13. - [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.11...v0.4.13) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #328 from svenstaro/dependabot/cargo/alphanumeric-sort-1.3.2dependabot-preview[bot]2020-07-211-3/+3
|\ \
| * | Bump alphanumeric-sort from 1.3.0 to 1.3.2dependabot-preview[bot]2020-07-211-3/+3
| |/ | | | | | | | | | | | | Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.3.0 to 1.3.2. - [Release notes](https://github.com/magiclen/alphanumeric-sort/releases) - [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.3.0...v1.3.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* / Bump libflate from 1.0.1 to 1.0.2dependabot-preview[bot]2020-07-211-3/+3
|/ | | | | | | Bumps [libflate](https://github.com/sile/libflate) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/sile/libflate/releases) - [Commits](https://github.com/sile/libflate/compare/1.0.1...1.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump log from 0.4.8 to 0.4.11dependabot-preview[bot]2020-07-161-43/+43
| | | | | | | | Bumps [log](https://github.com/rust-lang/log) from 0.4.8 to 0.4.11. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.8...0.4.11) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Add generate QR code (#330)wyhaya2020-07-051-0/+7
| | | | * Add generate QR code * Add --qrcode option
* Bind to random port when port 0 specifiedIsaac Parker2020-06-281-0/+1
|
* Update nanoid to 0.3Sven-Hendrik Haase2020-06-261-17/+4
|
* Update maud to 0.22.0Sven-Hendrik Haase2020-06-261-202/+327
|
* Update sha2 to 0.9Sven-Hendrik Haase2020-06-261-1/+54
|
* Bump lockfileSven-Hendrik Haase2020-06-261-421/+570
|
* Merge pull request #309 from svenstaro/dependabot/cargo/simplelog-0.8.0Sven-Hendrik Haase2020-05-231-83/+8
|\ | | | | Bump simplelog from 0.7.6 to 0.8.0
| * Bump simplelog from 0.7.6 to 0.8.0dependabot-preview[bot]2020-05-181-83/+8
| | | | | | | | | | | | | | | | Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.7.6 to 0.8.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/compare/v0.7.6...v0.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Bump alphanumeric-sort from 1.0.12 to 1.0.13dependabot-preview[bot]2020-05-221-3/+3
| | | | | | | | | | | | | | Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.0.12 to 1.0.13. - [Release notes](https://github.com/magiclen/alphanumeric-sort/releases) - [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.0.12...v1.0.13) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Bump tar from 0.4.26 to 0.4.27dependabot-preview[bot]2020-05-211-3/+3
|/ | | | | | | Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.26 to 0.4.27. - [Release notes](https://github.com/alexcrichton/tar-rs/releases) - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.26...0.4.27) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* 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>