aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock (unfollow)
Commit message (Collapse)AuthorFilesLines
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-2/+1
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-18Bump depsSven-Hendrik Haase1-63/+72
2021-04-16Bump pretty_assertions from 0.7.1 to 0.7.2dependabot-preview[bot]1-2/+2
Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 0.7.1 to 0.7.2. - [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.1...v0.7.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-13Bump reqwest from 0.11.2 to 0.11.3dependabot-preview[bot]1-2/+2
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.2 to 0.11.3. - [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.11.2...v0.11.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-12Bump futures from 0.3.13 to 0.3.14dependabot-preview[bot]1-18/+18
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.13 to 0.3.14. - [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.13...0.3.14) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-08Bump http from 0.2.3 to 0.2.4dependabot-preview[bot]1-2/+2
Bumps [http](https://github.com/hyperium/http) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.3...v0.2.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-08Bump httparse from 1.3.5 to 1.3.6dependabot-preview[bot]1-2/+2
Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.3.5 to 1.3.6. - [Release notes](https://github.com/seanmonstar/httparse/releases) - [Commits](https://github.com/seanmonstar/httparse/compare/v1.3.5...v1.3.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-07Bump nanoid from 0.3.0 to 0.4.0dependabot-preview[bot]1-148/+12
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-29Bump depsSven-Hendrik Haase1-18/+18
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-9/+8
This should in theory allow us to have more overlaps between sub-dependencies and thus reduce binary size.
2021-03-28Bump depsSven-Hendrik Haase1-12/+12
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 depsSven-Hendrik Haase1-36/+52
2021-03-26Bump serde from 1.0.124 to 1.0.125dependabot-preview[bot]1-4/+4
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.124 to 1.0.125. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.124...v1.0.125) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-26Bump actix-web-httpauth from 0.5.0 to 0.5.1dependabot-preview[bot]1-15/+7
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-7/+49
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-26Fix CI on Rust nightly by bumping standbackAndy Freeland1-2/+2
https://github.com/jhpratt/standback/releases/tag/v0.2.17 Previously building would fail with: ``` error[E0432]: unresolved import `core::task::Wake` Error: --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/standback-0.2.16/src/lib.rs:520:13 | 520 | pub use core::task::Wake; | ^^^^^^^^^^^^---- | | | | | help: a similar name exists in the module (notice the capitalization): `wake` | no `Wake` in `task` error: aborting due to previous error Error: aborting due to previous error For more information about this error, try `rustc --explain E0432`. error: could not compile `standback` Error: could not compile `standback` ```
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-93/+2
2021-03-20Bump depsSven-Hendrik Haase1-68/+68
2021-03-17Bump libflate from 1.0.3 to 1.0.4dependabot-preview[bot]1-2/+2
Bumps [libflate](https://github.com/sile/libflate) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/sile/libflate/releases) - [Commits](https://github.com/sile/libflate/compare/1.0.3...1.0.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-15Bump regex from 1.4.4 to 1.4.5dependabot-preview[bot]1-2/+2
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.4 to 1.4.5. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.4.4...1.4.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-12Bump regex from 1.4.3 to 1.4.4dependabot-preview[bot]1-3/+2
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.3 to 1.4.4. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.4.3...1.4.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-11Bump alphanumeric-sort from 1.4.0 to 1.4.1dependabot-preview[bot]1-2/+2
Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/magiclen/alphanumeric-sort/releases) - [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.4.0...v1.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-10Bump reqwest from 0.11.1 to 0.11.2dependabot-preview[bot]1-2/+2
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.1 to 0.11.2. - [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.11.1...v0.11.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-09Bump pretty_assertions from 0.6.1 to 0.7.1dependabot-preview[bot]1-5/+20
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-06Bump depsSven-Hendrik Haase1-31/+31
2021-03-04Bump hex from 0.4.2 to 0.4.3dependabot-preview[bot]1-2/+2
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-2/+2
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
2021-02-28Bump depsSven-Hendrik Haase1-70/+32
2021-02-27Multiple headers support for custom headersDean Li1-0/+2
2021-02-24Allow set custom headers from CLIDean Li1-0/+1
2021-02-23Bump depsSven-Hendrik Haase1-157/+178
2021-02-23Bump futures from 0.3.12 to 0.3.13dependabot-preview[bot]1-21/+18
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>
2021-02-22Bump tar from 0.4.32 to 0.4.33dependabot-preview[bot]1-2/+2
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>
2021-02-19Bump reqwest from 0.11.0 to 0.11.1dependabot-preview[bot]1-2/+2
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.0 to 0.11.1. - [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.11.0...v0.11.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-19Bump url from 2.2.0 to 2.2.1dependabot-preview[bot]1-2/+2
Bumps [url](https://github.com/servo/rust-url) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.2.0...v2.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-19Bump zip from 0.5.9 to 0.5.10dependabot-preview[bot]1-2/+2
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>
2021-02-03Bump chrono-humanize from 0.1.1 to 0.1.2dependabot-preview[bot]1-2/+2
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>
2021-02-02Bump assert_cmd from 1.0.2 to 1.0.3dependabot-preview[bot]1-2/+14
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.2 to 1.0.3. - [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.2...v1.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-02Bump assert_fs from 1.0.0 to 1.0.1dependabot-preview[bot]1-4/+5
Bumps [assert_fs](https://github.com/assert-rs/assert_fs) from 1.0.0 to 1.0.1. - [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/compare/v1.0.0...v1.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-01Bump sha2 from 0.9.2 to 0.9.3dependabot-preview[bot]1-2/+2
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.2...sha2-v0.9.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>