aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-10-26(cargo-release) version 0.18.0v0.18.0Sven-Hendrik Haase1-1/+1
2021-10-26Upgrade to Rust 2021 editionSven-Hendrik Haase1-2/+1
2021-10-18Update clapSven-Hendrik Haase1-2/+2
2021-10-11Bump strum_macros from 0.21.1 to 0.22.0dependabot[bot]1-1/+1
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.21.1 to 0.22.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) --- updated-dependencies: - dependency-name: strum_macros dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-10-11Bump strum from 0.21.0 to 0.22.0dependabot[bot]1-1/+1
Bumps [strum](https://github.com/Peternator7/strum) from 0.21.0 to 0.22.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) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-09-29Bump pretty_assertions from 0.7.2 to 1.0.0dependabot[bot]1-1/+1
Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 0.7.2 to 1.0.0. - [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.7.2...v1.0.0) --- updated-dependencies: - dependency-name: pretty_assertions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2021-09-04(cargo-release) start next development iteration 0.17.1-alpha.0Sven-Hendrik Haase1-1/+1
2021-09-04(cargo-release) version 0.17.0v0.17.0Sven-Hendrik Haase1-1/+1
2021-08-31Simplify custom headersAli MJ Al-Nasrawy1-1/+0
Signed-off-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com>
2021-08-31(cargo-release) start next development iteration 0.16.1-alpha.0Sven-Hendrik Haase1-1/+1
2021-08-31(cargo-release) version 0.16.0v0.16.0Sven-Hendrik Haase1-1/+1
2021-08-30Show IP addresses of all local interfacesAli MJ Al-Nasrawy1-0/+1
.. when binding to wildcard addresses (:: or 0.0.0.0) * Remove local variable `interfaces` because it is no longer used multiple times.
2021-08-30Fix default binding behaviourAli MJ Al-Nasrawy1-0/+1
On some platforms, binding to to both "::" and "0.0.0.0" at the same time is not allowed because "::" may already accepts ipv4 connections. For other platforms, binding to both is necessary to support ipv4 and ipv6. This platform-specific behaviour is due to the variation in the default value for the socket option "IPV6_ONLY". Fix this by always setting the "IPv6_ONLY" sockopt to true!
2021-08-30Switch from structopt to clap v3Sven-Hendrik Haase1-1/+2
2021-08-28migrate to actix-web v4.0-betaAli MJ Al-Nasrawy1-6/+6
2021-08-28Switch TLS conditional compilation to featureSven-Hendrik Haase1-4/+5
2021-08-27Conditionally enable TLS only on supported platformsSven-Hendrik Haase1-1/+9
2021-08-27(cargo-release) start next development iteration 0.15.1-alpha.0Sven-Hendrik Haase1-1/+1
2021-08-27(cargo-release) version 0.15.0v0.15.0Sven-Hendrik Haase1-1/+1
2021-08-27Add TLS support via rustls (fixes #18)Sven-Hendrik Haase1-1/+4
2021-08-06Bump assert_cmd from 1.0.8 to 2.0.0dependabot[bot]1-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>
2021-08-02Bump rstest from 0.10.0 to 0.11.0dependabot[bot]1-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>
2021-06-01Bump strumSven-Hendrik Haase1-2/+2
2021-05-17Bump rstest from 0.9.0 to 0.10.0dependabot-preview[bot]1-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>
2021-05-03Bump rstest from 0.8.0 to 0.9.0dependabot-preview[bot]1-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>
2021-04-28Bump chrono-humanize from 0.1.2 to 0.2.1dependabot-preview[bot]1-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>
2021-04-26Bump rstest from 0.7.0 to 0.8.0dependabot-preview[bot]1-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>
2021-04-18(cargo-release) start next development iteration 0.14.1-alpha.0Sven-Hendrik Haase1-1/+1
2021-04-18(cargo-release) version 0.14.0v0.14.0Sven-Hendrik Haase1-1/+1
2021-04-18Patch mime_guess to stop Firefox from becoming confused (fixes #160)Sven-Hendrik Haase1-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.
2021-04-18Group actix deps togetherSven-Hendrik Haase1-5/+5
2021-04-07Bump nanoid from 0.3.0 to 0.4.0dependabot-preview[bot]1-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>
2021-03-28(cargo-release) start next development iteration 0.13.1-alpha.0Sven-Hendrik Haase1-1/+1
2021-03-28(cargo-release) version 0.13.0v0.13.0Sven-Hendrik Haase1-1/+1
2021-03-28Don't explicitly specify all the patch versionsSven-Hendrik Haase1-14/+14
This should in theory allow us to have more overlaps between sub-dependencies and thus reduce binary size.
2021-03-28Bump depsSven-Hendrik Haase1-1/+1
2021-03-28Refuse to start without explicit path if not attached to interactive terminalSven-Hendrik Haase1-0/+1
2021-03-27(cargo-release) start next development iteration 0.12.2-alpha.0Sven-Hendrik Haase1-1/+1
2021-03-27(cargo-release) version 0.12.1v0.12.1Sven-Hendrik Haase1-1/+1
2021-03-26Bump actix-web-httpauth from 0.5.0 to 0.5.1dependabot-preview[bot]1-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>
2021-03-26Bump rstest from 0.6.4 to 0.7.0dependabot-preview[bot]1-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>
2021-03-20(cargo-release) start next development iteration 0.12.1-alpha.0Sven-Hendrik Haase1-1/+1
2021-03-20(cargo-release) version 0.12.0v0.12.0Sven-Hendrik Haase1-1/+1
2021-03-20Switch from failure to thiserrorSven-Hendrik Haase1-1/+1
2021-03-09Bump pretty_assertions from 0.6.1 to 0.7.1dependabot-preview[bot]1-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>
2021-03-07Ease some dependency restrictionsSven-Hendrik Haase1-10/+10
2021-03-04Bump hex from 0.4.2 to 0.4.3dependabot-preview[bot]1-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>
2021-03-02Bump zip from 0.5.10 to 0.5.11dependabot-preview[bot]1-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>
2021-02-28(cargo-release) start next development iteration 0.11.1-alpha.0Sven-Hendrik Haase1-1/+1
2021-02-28(cargo-release) version 0.11.0v0.11.0Sven-Hendrik Haase1-1/+1