aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (cargo-release) version 0.15.0v0.15.0Sven-Hendrik Haase2021-08-271-1/+1
|
* Add TLS support via rustls (fixes #18)Sven-Hendrik Haase2021-08-271-1/+4
|
* Bump assert_cmd from 1.0.8 to 2.0.0dependabot[bot]2021-08-061-1/+1
| | | | | | | | | | | | | | | Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.8 to 2.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/v1.0.8...v2.0.0) --- updated-dependencies: - dependency-name: assert_cmd dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump rstest from 0.10.0 to 0.11.0dependabot[bot]2021-08-021-1/+1
| | | | | | | | | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from 0.10.0 to 0.11.0. - [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.10.0...0.11.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump strumSven-Hendrik Haase2021-06-011-2/+2
|
* Bump rstest from 0.9.0 to 0.10.0dependabot-preview[bot]2021-05-171-1/+1
| | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from 0.9.0 to 0.10.0. - [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.9.0...0.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump rstest from 0.8.0 to 0.9.0dependabot-preview[bot]2021-05-031-1/+1
| | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from 0.8.0 to 0.9.0. - [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.8.0...0.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump chrono-humanize from 0.1.2 to 0.2.1dependabot-preview[bot]2021-04-281-1/+1
| | | | | | | Bumps [chrono-humanize](https://gitlab.com/imp/chrono-humanize-rs) from 0.1.2 to 0.2.1. - [Release notes](https://gitlab.com/imp/chrono-humanize-rs/tags) - [Commits](https://gitlab.com/imp/chrono-humanize-rs/compare/0.1.2...0.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump rstest from 0.7.0 to 0.8.0dependabot-preview[bot]2021-04-261-1/+1
| | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from 0.7.0 to 0.8.0. - [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.7.0...0.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* (cargo-release) start next development iteration 0.14.1-alpha.0Sven-Hendrik Haase2021-04-181-1/+1
|
* (cargo-release) version 0.14.0v0.14.0Sven-Hendrik Haase2021-04-181-1/+1
|
* Patch mime_guess to stop Firefox from becoming confused (fixes #160)Sven-Hendrik Haase2021-04-181-0/+5
| | | | | This was a pretty weird one. Turns out that if Firefox attempts to a open a .gz file directly but the MIME type is set as application/x-gzip instead of the more correct application/gzip then the file will somehow corrupt. I suspect it's trying to double-decode the file.
* Group actix deps togetherSven-Hendrik Haase2021-04-181-5/+5
|
* Bump nanoid from 0.3.0 to 0.4.0dependabot-preview[bot]2021-04-071-1/+1
| | | | | | | | Bumps [nanoid](https://github.com/nikolay-govorov/nanoid) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/nikolay-govorov/nanoid/releases) - [Changelog](https://github.com/nikolay-govorov/nanoid/blob/master/CHANGELOG.md) - [Commits](https://github.com/nikolay-govorov/nanoid/compare/v0.3.0...v0.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* (cargo-release) start next development iteration 0.13.1-alpha.0Sven-Hendrik Haase2021-03-281-1/+1
|
* (cargo-release) version 0.13.0v0.13.0Sven-Hendrik Haase2021-03-281-1/+1
|
* Don't explicitly specify all the patch versionsSven-Hendrik Haase2021-03-281-14/+14
| | | | This should in theory allow us to have more overlaps between sub-dependencies and thus reduce binary size.
* Bump depsSven-Hendrik Haase2021-03-281-1/+1
|
* Refuse to start without explicit path if not attached to interactive terminalSven-Hendrik Haase2021-03-281-0/+1
|
* (cargo-release) start next development iteration 0.12.2-alpha.0Sven-Hendrik Haase2021-03-271-1/+1
|
* (cargo-release) version 0.12.1v0.12.1Sven-Hendrik Haase2021-03-271-1/+1
|
* Merge pull request #473 from svenstaro/dependabot/cargo/actix-web-httpauth-0.5.1Sven-Hendrik Haase2021-03-261-1/+1
|\ | | | | Bump actix-web-httpauth from 0.5.0 to 0.5.1
| * Bump actix-web-httpauth from 0.5.0 to 0.5.1dependabot-preview[bot]2021-03-261-1/+1
| | | | | | | | | | | | | | Bumps [actix-web-httpauth](https://github.com/actix/actix-extras) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/actix/actix-extras/releases) - [Commits](https://github.com/actix/actix-extras/compare/cors-0.5.0...cors-v0.5.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Bump rstest from 0.6.4 to 0.7.0dependabot-preview[bot]2021-03-261-1/+1
|/ | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from 0.6.4 to 0.7.0. - [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.4...0.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* (cargo-release) start next development iteration 0.12.1-alpha.0Sven-Hendrik Haase2021-03-201-1/+1
|
* (cargo-release) version 0.12.0v0.12.0Sven-Hendrik Haase2021-03-201-1/+1
|
* Switch from failure to thiserrorSven-Hendrik Haase2021-03-201-1/+1
|
* Bump pretty_assertions from 0.6.1 to 0.7.1dependabot-preview[bot]2021-03-091-1/+1
| | | | | | | | Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 0.6.1 to 0.7.1. - [Release notes](https://github.com/colin-kiegel/rust-pretty-assertions/releases) - [Changelog](https://github.com/colin-kiegel/rust-pretty-assertions/blob/main/CHANGELOG.md) - [Commits](https://github.com/colin-kiegel/rust-pretty-assertions/compare/v0.6.1...v0.7.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Ease some dependency restrictionsSven-Hendrik Haase2021-03-071-10/+10
|
* Bump hex from 0.4.2 to 0.4.3dependabot-preview[bot]2021-03-041-1/+1
| | | | | | | Bumps [hex](https://github.com/KokaKiwi/rust-hex) from 0.4.2 to 0.4.3. - [Release notes](https://github.com/KokaKiwi/rust-hex/releases) - [Commits](https://github.com/KokaKiwi/rust-hex/compare/v0.4.2...v0.4.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump zip from 0.5.10 to 0.5.11dependabot-preview[bot]2021-03-021-1/+1
| | | | | | | Bumps [zip](https://github.com/zip-rs/zip) from 0.5.10 to 0.5.11. - [Release notes](https://github.com/zip-rs/zip/releases) - [Commits](https://github.com/zip-rs/zip/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* (cargo-release) start next development iteration 0.11.1-alpha.0Sven-Hendrik Haase2021-02-281-1/+1
|
* (cargo-release) version 0.11.0v0.11.0Sven-Hendrik Haase2021-02-281-1/+1
|
* Multiple headers support for custom headersDean Li2021-02-271-0/+2
|
* Move the parsing header logic to args.rsDean Li2021-02-241-1/+1
|
* Allow set custom headers from CLIDean Li2021-02-241-0/+1
|
* Bump futures from 0.3.12 to 0.3.13dependabot-preview[bot]2021-02-231-1/+1
| | | | | | | | Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.12 to 0.3.13. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.12...0.3.13) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump tar from 0.4.32 to 0.4.33dependabot-preview[bot]2021-02-221-1/+1
| | | | | | | Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.32 to 0.4.33. - [Release notes](https://github.com/alexcrichton/tar-rs/releases) - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.32...0.4.33) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump zip from 0.5.9 to 0.5.10dependabot-preview[bot]2021-02-191-1/+1
| | | | | | | Bumps [zip](https://github.com/zip/zip-rs) from 0.5.9 to 0.5.10. - [Release notes](https://github.com/zip/zip-rs/releases) - [Commits](https://github.com/zip/zip-rs/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump chrono-humanize from 0.1.1 to 0.1.2dependabot-preview[bot]2021-02-031-1/+1
| | | | | | | Bumps [chrono-humanize](https://gitlab.com/imp/chrono-humanize-rs) from 0.1.1 to 0.1.2. - [Release notes](https://gitlab.com/imp/chrono-humanize-rs/tags) - [Commits](https://gitlab.com/imp/chrono-humanize-rs/compare/0.1.1...0.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump log from 0.4.13 to 0.4.14dependabot-preview[bot]2021-01-271-1/+1
| | | | | | | | Bumps [log](https://github.com/rust-lang/log) from 0.4.13 to 0.4.14. - [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.13...0.4.14) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump serde from 1.0.122 to 1.0.123dependabot-preview[bot]2021-01-261-1/+1
| | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.122 to 1.0.123. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.122...v1.0.123) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump tar from 0.4.30 to 0.4.32dependabot-preview[bot]2021-01-261-1/+1
| | | | | | | Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.30 to 0.4.32. - [Release notes](https://github.com/alexcrichton/tar-rs/releases) - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.30...0.4.32) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump serde from 1.0.120 to 1.0.122dependabot-preview[bot]2021-01-251-1/+1
| | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.120 to 1.0.122. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.120...v1.0.122) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump serde from 1.0.119 to 1.0.120dependabot-preview[bot]2021-01-201-1/+1
| | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.119 to 1.0.120. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.119...v1.0.120) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump futures from 0.3.10 to 0.3.11dependabot-preview[bot]2021-01-151-1/+1
| | | | | | | | Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.10 to 0.3.11. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.10...0.3.11) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump futures from 0.3.9 to 0.3.10dependabot-preview[bot]2021-01-141-1/+1
| | | | | | | | Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.9 to 0.3.10. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.9...0.3.10) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #429 from svenstaro/dependabot/cargo/log-0.4.13Sven-Hendrik Haase2021-01-131-1/+1
|\ | | | | Bump log from 0.4.12 to 0.4.13
| * Bump log from 0.4.12 to 0.4.13dependabot-preview[bot]2021-01-121-1/+1
| | | | | | | | | | | | | | | | Bumps [log](https://github.com/rust-lang/log) from 0.4.12 to 0.4.13. - [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.12...0.4.13) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Bump serde from 1.0.118 to 1.0.119dependabot-preview[bot]2021-01-121-1/+1
|/ | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.118 to 1.0.119. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.118...v1.0.119) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>