aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-16(cargo-release) version 0.9.0v0.9.0Sven-Hendrik Haase1-1/+1
2020-09-16Bump chrono-humanize from 0.0.11 to 0.1.1dependabot-preview[bot]1-2/+2
Bumps [chrono-humanize](https://gitlab.com/imp/chrono-humanize-rs) from 0.0.11 to 0.1.1. - [Release notes](https://gitlab.com/imp/chrono-humanize-rs/tags) - [Commits](https://gitlab.com/imp/chrono-humanize-rs/compare/0.0.11...0.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-16Bump actix-web from 3.0.1 to 3.0.2dependabot-preview[bot]1-6/+6
Bumps [actix-web](https://github.com/actix/actix-web) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/web-v3.0.1...web-v3.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-14Bump actix-web from 3.0.0 to 3.0.1dependabot-preview[bot]1-6/+6
Bumps [actix-web](https://github.com/actix/actix-web) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/web-v3.0.0...web-v3.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-11Upgrade to actix-web 3.0.0Sven-Hendrik Haase1-98/+493
2020-09-06Bump depsSven-Hendrik Haase1-18/+22
2020-09-01Bump tar from 0.4.29 to 0.4.30dependabot-preview[bot]1-2/+2
Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.29 to 0.4.30. - [Release notes](https://github.com/alexcrichton/tar-rs/releases) - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.29...0.4.30) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-26Bump structopt from 0.3.16 to 0.3.17dependabot-preview[bot]1-4/+4
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.16 to 0.3.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.3.16...v0.3.17) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-26Bump reqwest from 0.10.7 to 0.10.8dependabot-preview[bot]1-2/+2
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.7 to 0.10.8. - [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.7...v0.10.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-24Bump lockfileSven-Hendrik Haase1-1132/+1132
2020-08-24Fix double-escaping (fixes #354)Sven-Hendrik Haase1-7/+0
2020-08-24Bump some depsSven-Hendrik Haase1-230/+215
2020-08-17Bump chrono from 0.4.13 to 0.4.15dependabot-preview[bot]1-6/+6
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.13 to 0.4.15. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.13...v0.4.15) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-11Bump serde from 1.0.114 to 1.0.115dependabot-preview[bot]1-17/+17
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.114 to 1.0.115. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.114...v1.0.115) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-07Bump strum_macros from 0.19.1 to 0.19.2dependabot-preview[bot]1-3/+3
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.19.1 to 0.19.2. - [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>
2020-08-07Bump strum from 0.19.1 to 0.19.2dependabot-preview[bot]1-3/+3
Bumps [strum](https://github.com/Peternator7/strum) from 0.19.1 to 0.19.2. - [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>
2020-08-06Bump structopt from 0.3.15 to 0.3.16dependabot-preview[bot]1-6/+6
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.15 to 0.3.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/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-03Bump strum_macros from 0.18.0 to 0.19.1dependabot-preview[bot]1-3/+3
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.18.0 to 0.19.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>
2020-08-03Bump strum from 0.18.0 to 0.19.1dependabot-preview[bot]1-3/+3
Bumps [strum](https://github.com/Peternator7/strum) from 0.18.0 to 0.19.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>
2020-07-31Bump alphanumeric-sort from 1.3.3 to 1.4.0dependabot-preview[bot]1-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>
2020-07-29Bump alphanumeric-sort from 1.3.2 to 1.3.3dependabot-preview[bot]1-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>
2020-07-27Bump reqwest from 0.10.6 to 0.10.7dependabot-preview[bot]1-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>
2020-07-22Bump depsSven-Hendrik Haase1-17/+17
2020-07-21Remove dependency on opensslSven-Hendrik Haase1-128/+82
2020-07-21(cargo-release) start next development iteration 0.8.1-alpha.0Sven-Hendrik Haase1-1/+1
2020-07-21(cargo-release) version 0.8.0Sven-Hendrik Haase1-1/+1
2020-07-21Update all the depsSven-Hendrik Haase1-1349/+373
2020-07-21Bump chrono from 0.4.11 to 0.4.13dependabot-preview[bot]1-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>
2020-07-21Bump alphanumeric-sort from 1.3.0 to 1.3.2dependabot-preview[bot]1-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>
2020-07-21Bump select from 0.4.3 to 0.5.0dependabot-preview[bot]1-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>
2020-07-21Bump libflate from 1.0.1 to 1.0.2dependabot-preview[bot]1-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>
2020-07-16Bump log from 0.4.8 to 0.4.11dependabot-preview[bot]1-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>
2020-07-05Add generate QR code (#330)wyhaya1-0/+7
* Add generate QR code * Add --qrcode option
2020-06-28Bind to random port when port 0 specifiedIsaac Parker1-0/+1
2020-06-26Update nanoid to 0.3Sven-Hendrik Haase1-17/+4
2020-06-26Update maud to 0.22.0Sven-Hendrik Haase1-202/+327
2020-06-26Update sha2 to 0.9Sven-Hendrik Haase1-1/+54
2020-06-26Bump lockfileSven-Hendrik Haase1-421/+570
2020-05-22Bump alphanumeric-sort from 1.0.12 to 1.0.13dependabot-preview[bot]1-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>
2020-05-21Bump tar from 0.4.26 to 0.4.27dependabot-preview[bot]1-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>
2020-05-18Bump simplelog from 0.7.6 to 0.8.0dependabot-preview[bot]1-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>
2020-05-14This is 0.7.0v0.7.0Sven-Hendrik Haase1-422/+430
2020-05-11Bump serde from 1.0.106 to 1.0.110dependabot-preview[bot]1-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>
2020-05-07Bump base64 from 0.12.0 to 0.12.1dependabot-preview[bot]1-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>
2020-05-06Bump libflate from 0.1.27 to 1.0.0dependabot-preview[bot]1-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>
2020-05-04Bump failure from 0.1.7 to 0.1.8dependabot-preview[bot]1-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>
2020-05-03Add zip download functionality for windows usersmarawan ragab1-0/+40
2020-04-27Bump simplelog from 0.7.5 to 0.7.6dependabot-preview[bot]1-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>
2020-04-23Bump structopt from 0.3.13 to 0.3.14dependabot-preview[bot]1-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>
2020-04-20Bump rstest from 0.6.2 to 0.6.3dependabot-preview[bot]1-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>