Commit Graph

652 Commits

Author SHA1 Message Date
Sven-Hendrik Haase
bb678fd1d5
(cargo-release) start next development iteration 0.16.1-alpha.0 2021-08-31 14:16:31 +02:00
Sven-Hendrik Haase
8aa809aec4
(cargo-release) version 0.16.0 2021-08-31 14:15:53 +02:00
Sven-Hendrik Haase
a2c3441d49
Bump deps 2021-08-30 19:11:11 +02:00
Ali MJ Al-Nasrawy
de31fa279f Update Cargo.lock 2021-08-30 07:02:23 +03:00
Sven-Hendrik Haase
21bc01feab
Switch from structopt to clap v3 2021-08-30 05:04:10 +02:00
Sven-Hendrik Haase
2f13999337
Bump lockfile 2021-08-29 00:34:37 +02:00
Sven-Hendrik Haase
b36ce7aa72
(cargo-release) start next development iteration 0.15.1-alpha.0 2021-08-27 05:07:03 +02:00
Sven-Hendrik Haase
f4453b7981
(cargo-release) version 0.15.0 2021-08-27 05:04:52 +02:00
Sven-Hendrik Haase
aad1c0ae68
Add TLS support via rustls (fixes #18) 2021-08-27 04:11:10 +02:00
Sven-Hendrik Haase
54cba78093
Upgrade deps 2021-08-25 18:26:46 +02:00
Sven-Hendrik Haase
0dbb5b55ee
Upgrade deps 2021-08-25 04:54:56 +02:00
Sven-Hendrik Haase
23df30be54
Upgrade qrcodegen (fixes #568) 2021-08-25 04:50:12 +02:00
dependabot[bot]
446b142e54
Bump serde from 1.0.128 to 1.0.129
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.128 to 1.0.129.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.128...v1.0.129)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-24 04:16:24 +00:00
Sven-Hendrik Haase
d8473acec4
Merge pull request #571 from svenstaro/dependabot/cargo/grass-0.10.7
Bump grass from 0.10.6 to 0.10.7
2021-08-24 04:27:37 +02:00
Sven-Hendrik Haase
ec0875f542
Merge pull request #573 from svenstaro/dependabot/cargo/httparse-1.5.1
Bump httparse from 1.4.1 to 1.5.1
2021-08-24 04:27:21 +02:00
dependabot[bot]
ad870bf84a
Bump serde from 1.0.127 to 1.0.128
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.127 to 1.0.128.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.127...v1.0.128)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-23 04:24:46 +00:00
dependabot[bot]
1970fe6699
Bump httparse from 1.4.1 to 1.5.1
Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.4.1 to 1.5.1.
- [Release notes](https://github.com/seanmonstar/httparse/releases)
- [Commits](https://github.com/seanmonstar/httparse/compare/v1.4.1...v1.5.1)

---
updated-dependencies:
- dependency-name: httparse
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 04:23:34 +00:00
dependabot[bot]
89db6f2eaf
Bump grass from 0.10.6 to 0.10.7
Bumps [grass](https://github.com/connorskees/grass) from 0.10.6 to 0.10.7.
- [Release notes](https://github.com/connorskees/grass/releases)
- [Changelog](https://github.com/connorskees/grass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/connorskees/grass/commits)

---
updated-dependencies:
- dependency-name: grass
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-16 04:27:37 +00:00
dependabot[bot]
d6f9f4a91c
Bump tar from 0.4.36 to 0.4.37
Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.36 to 0.4.37.
- [Release notes](https://github.com/alexcrichton/tar-rs/releases)
- [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.36...0.4.37)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-13 04:26:27 +00:00
dependabot[bot]
42f5bd36a9
Bump tar from 0.4.35 to 0.4.36
Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.35 to 0.4.36.
- [Release notes](https://github.com/alexcrichton/tar-rs/releases)
- [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.35...0.4.36)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-11 04:14:28 +00:00
dependabot[bot]
706196ea1d
Bump assert_cmd from 1.0.8 to 2.0.0
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-06 04:25:45 +00:00
Sven-Hendrik Haase
8b5d0e3985
Merge pull request #561 from svenstaro/dependabot/cargo/serde-1.0.127
Bump serde from 1.0.126 to 1.0.127
2021-08-02 13:49:34 +02:00
dependabot[bot]
29851d1bac
Bump serde from 1.0.126 to 1.0.127
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.126 to 1.0.127.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.126...v1.0.127)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-02 09:16:54 +00:00
dependabot[bot]
ddd2cbd271
Bump assert_fs from 1.0.2 to 1.0.3
Bumps [assert_fs](https://github.com/assert-rs/assert_fs) from 1.0.2 to 1.0.3.
- [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.2...v1.0.3)

---
updated-dependencies:
- dependency-name: assert_fs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-02 09:16:43 +00:00
Sven-Hendrik Haase
b9f6d6ef20
Merge pull request #560 from svenstaro/dependabot/cargo/bytesize-1.1.0
Bump bytesize from 1.0.1 to 1.1.0
2021-08-02 11:15:55 +02:00
Sven-Hendrik Haase
63f22608c6
Merge pull request #559 from svenstaro/dependabot/cargo/assert_cmd-1.0.8
Bump assert_cmd from 1.0.6 to 1.0.8
2021-08-02 11:15:31 +02:00
dependabot[bot]
d7ba2cf2df
Bump rstest from 0.10.0 to 0.11.0
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-08-02 04:29:42 +00:00
dependabot[bot]
bba58d8403
Bump bytesize from 1.0.1 to 1.1.0
Bumps [bytesize](https://github.com/hyunsik/bytesize) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/hyunsik/bytesize/releases)
- [Commits](https://github.com/hyunsik/bytesize/compare/release-1.0.1...v1.1.0)

---
updated-dependencies:
- dependency-name: bytesize
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-02 04:29:23 +00:00
dependabot[bot]
f917fe960a
Bump assert_cmd from 1.0.6 to 1.0.8
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.6 to 1.0.8.
- [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.6...v1.0.8)

---
updated-dependencies:
- dependency-name: assert_cmd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-02 04:29:13 +00:00
Sven-Hendrik Haase
b67558b940
Merge pull request #557 from svenstaro/dependabot/cargo/futures-0.3.16
Bump futures from 0.3.15 to 0.3.16
2021-07-26 08:50:55 +02:00
dependabot[bot]
61eacc570e
Bump grass from 0.10.5 to 0.10.6
Bumps [grass](https://github.com/connorskees/grass) from 0.10.5 to 0.10.6.
- [Release notes](https://github.com/connorskees/grass/releases)
- [Changelog](https://github.com/connorskees/grass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/connorskees/grass/commits)

---
updated-dependencies:
- dependency-name: grass
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-26 04:27:28 +00:00
dependabot[bot]
1fce8d0a17
Bump futures from 0.3.15 to 0.3.16
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.15 to 0.3.16.
- [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.15...0.3.16)

---
updated-dependencies:
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-26 04:27:21 +00:00
dependabot[bot]
e078d82511
Bump grass from 0.10.4 to 0.10.5
Bumps [grass](https://github.com/connorskees/grass) from 0.10.4 to 0.10.5.
- [Release notes](https://github.com/connorskees/grass/releases)
- [Changelog](https://github.com/connorskees/grass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/connorskees/grass/commits)

---
updated-dependencies:
- dependency-name: grass
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-12 04:28:04 +00:00
dependabot[bot]
22d41047ca
Bump thiserror from 1.0.25 to 1.0.26
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.25 to 1.0.26.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.25...1.0.26)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-05 04:26:52 +00:00
dependabot[bot]
c504d6199d
Bump assert_cmd from 1.0.5 to 1.0.6
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.5 to 1.0.6.
- [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.5...v1.0.6)

---
updated-dependencies:
- dependency-name: assert_cmd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-02 04:28:52 +00:00
Sven-Hendrik Haase
6245223aaf
Bump deps 2021-06-28 10:27:46 +02:00
Sven-Hendrik Haase
da029329d0
Merge pull request #540 from svenstaro/dependabot/cargo/strum_macros-0.21.1
Bump strum_macros from 0.21.0 to 0.21.1
2021-06-03 11:22:45 +02:00
dependabot-preview[bot]
ec8ce7fc7c
Bump assert_cmd from 1.0.4 to 1.0.5
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.4 to 1.0.5.
- [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.4...v1.0.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-06-03 04:17:46 +00:00
dependabot-preview[bot]
be3398f2e8
Bump strum_macros from 0.21.0 to 0.21.1
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.21.0 to 0.21.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>
2021-06-03 04:17:22 +00:00
Sven-Hendrik Haase
94af2db005
Bump strum 2021-06-01 08:14:24 +02:00
Sven-Hendrik Haase
36b8173241
Bump deps 2021-06-01 08:11:55 +02:00
dependabot-preview[bot]
a1080336bd
Bump tar from 0.4.33 to 0.4.35
Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.33 to 0.4.35.
- [Release notes](https://github.com/alexcrichton/tar-rs/releases)
- [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.33...0.4.35)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-28 04:16:41 +00:00
dependabot-preview[bot]
c273b3edc4
Bump thiserror from 1.0.24 to 1.0.25
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.24 to 1.0.25.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.24...1.0.25)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-24 04:15:54 +00:00
dependabot-preview[bot]
ed8c26e5a4
Bump rstest from 0.9.0 to 0.10.0
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-17 04:16:24 +00:00
dependabot-preview[bot]
f39f70e2f2
Merge pull request #531 from svenstaro/dependabot/cargo/assert_cmd-1.0.4 2021-05-13 04:42:31 +00:00
dependabot-preview[bot]
b04079ea6a
Bump assert_cmd from 1.0.3 to 1.0.4
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.3 to 1.0.4.
- [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.3...v1.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-13 04:15:44 +00:00
dependabot-preview[bot]
0d49265810
Bump serde from 1.0.125 to 1.0.126
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.125 to 1.0.126.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.125...v1.0.126)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-13 04:15:22 +00:00
Sven-Hendrik Haase
bbd16ef0d1
Merge pull request #527 from svenstaro/dependabot/cargo/futures-0.3.15
Bump futures from 0.3.14 to 0.3.15
2021-05-12 10:24:43 +02:00
dependabot-preview[bot]
d389068023
Bump sha2 from 0.9.4 to 0.9.5
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.4 to 0.9.5.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.4...sha2-v0.9.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-12 04:16:54 +00:00
dependabot-preview[bot]
58227837d7
Bump futures from 0.3.14 to 0.3.15
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.14 to 0.3.15.
- [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.14...0.3.15)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-12 04:16:31 +00:00
dependabot-preview[bot]
e23275f738
Bump httparse from 1.4.0 to 1.4.1
Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/seanmonstar/httparse/releases)
- [Commits](https://github.com/seanmonstar/httparse/compare/v1.4.0...v1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-11 04:16:09 +00:00
dependabot-preview[bot]
41960fd063
Bump url from 2.2.1 to 2.2.2
Bumps [url](https://github.com/servo/rust-url) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v2.2.1...v2.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-10 04:16:32 +00:00
dependabot-preview[bot]
4e71ce140a
Bump regex from 1.5.3 to 1.5.4
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.3 to 1.5.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.5.3...1.5.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-07 04:14:22 +00:00
dependabot-preview[bot]
9d75d60b44
Bump sha2 from 0.9.3 to 0.9.4
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.3 to 0.9.4.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.3...sha2-v0.9.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-06 04:16:58 +00:00
Sven-Hendrik Haase
efd6ab8358
Merge pull request #516 from svenstaro/dependabot/cargo/rstest-0.9.0
Bump rstest from 0.8.0 to 0.9.0
2021-05-03 11:27:18 +02:00
dependabot-preview[bot]
476b310166
Bump regex from 1.4.6 to 1.5.3
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.6 to 1.5.3.
- [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.6...1.5.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-03 04:15:43 +00:00
dependabot-preview[bot]
d158ea398e
Bump rstest from 0.8.0 to 0.9.0
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-05-03 04:15:21 +00:00
dependabot-preview[bot]
871a07d11c
Bump chrono-humanize from 0.1.2 to 0.2.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-28 13:16:54 +00:00
dependabot-preview[bot]
fad8046433
Bump rstest from 0.7.0 to 0.8.0
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-26 04:15:16 +00:00
dependabot-preview[bot]
d0fc7a774a
Merge pull request #504 from svenstaro/dependabot/cargo/regex-1.4.6 2021-04-23 04:38:08 +00:00
dependabot-preview[bot]
640ec0128d
Bump regex from 1.4.5 to 1.4.6
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.5 to 1.4.6.
- [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.5...1.4.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-23 04:18:01 +00:00
dependabot-preview[bot]
643a2f2895
Bump assert_fs from 1.0.1 to 1.0.2
Bumps [assert_fs](https://github.com/assert-rs/assert_fs) from 1.0.1 to 1.0.2.
- [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.1...v1.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-23 04:17:39 +00:00
dependabot-preview[bot]
5041e512bc
Bump alphanumeric-sort from 1.4.1 to 1.4.3
Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.4.1 to 1.4.3.
- [Release notes](https://github.com/magiclen/alphanumeric-sort/releases)
- [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.4.1...v1.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-22 04:16:53 +00:00
Sven-Hendrik Haase
13e0d512d3
(cargo-release) start next development iteration 0.14.1-alpha.0 2021-04-18 09:00:42 +02:00
Sven-Hendrik Haase
6024145ea5
(cargo-release) version 0.14.0 2021-04-18 09:00:05 +02:00
Sven-Hendrik Haase
65a1595be4
Patch mime_guess to stop Firefox from becoming confused (fixes #160)
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-18 08:29:34 +02:00
Sven-Hendrik Haase
8e54fc6aa4
Bump deps 2021-04-18 04:52:30 +02:00
dependabot-preview[bot]
3b72934e41
Bump pretty_assertions from 0.7.1 to 0.7.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-16 04:15:32 +00:00
dependabot-preview[bot]
5ccb471258
Bump reqwest from 0.11.2 to 0.11.3
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-13 04:16:03 +00:00
dependabot-preview[bot]
c27ece5813
Bump futures from 0.3.13 to 0.3.14
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-12 04:15:21 +00:00
Sven-Hendrik Haase
74d17585dc
Merge pull request #488 from svenstaro/dependabot/cargo/http-0.2.4
Bump http from 0.2.3 to 0.2.4
2021-04-08 09:11:38 +02:00
dependabot-preview[bot]
3550168a01
Bump http from 0.2.3 to 0.2.4
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-08 04:15:16 +00:00
dependabot-preview[bot]
c770b671fa
Bump httparse from 1.3.5 to 1.3.6
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-08 04:14:50 +00:00
dependabot-preview[bot]
fd50bff646
Bump nanoid from 0.3.0 to 0.4.0
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-04-07 04:16:30 +00:00
Sven-Hendrik Haase
62a20725ed
Bump deps 2021-03-30 01:59:57 +02:00
Sven-Hendrik Haase
4719779182
(cargo-release) start next development iteration 0.13.1-alpha.0 2021-03-28 23:17:00 +02:00
Sven-Hendrik Haase
ae54ca44f5
(cargo-release) version 0.13.0 2021-03-28 23:16:22 +02:00
Sven-Hendrik Haase
4f060be689
Don't explicitly specify all the patch versions
This should in theory allow us to have more overlaps between sub-dependencies and thus reduce binary size.
2021-03-28 22:52:12 +02:00
Sven-Hendrik Haase
9b278a471a
Bump deps 2021-03-28 22:46:32 +02:00
Sven-Hendrik Haase
906af15871
Refuse to start without explicit path if not attached to interactive terminal 2021-03-28 22:41:07 +02:00
Sven-Hendrik Haase
816d7653ef
(cargo-release) start next development iteration 0.12.2-alpha.0 2021-03-27 02:17:33 +01:00
Sven-Hendrik Haase
e9685c2289
(cargo-release) version 0.12.1 2021-03-27 02:16:21 +01:00
Sven-Hendrik Haase
de7200b632
Bump deps 2021-03-26 23:29:45 +01:00
dependabot-preview[bot]
da3dfca784
Merge pull request #475 from svenstaro/dependabot/cargo/serde-1.0.125 2021-03-26 10:08:39 +00:00
Sven-Hendrik Haase
5b72769e16
Merge pull request #473 from svenstaro/dependabot/cargo/actix-web-httpauth-0.5.1
Bump actix-web-httpauth from 0.5.0 to 0.5.1
2021-03-26 10:49:25 +01:00
dependabot-preview[bot]
e235243eca
Bump serde from 1.0.124 to 1.0.125
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-26 09:47:29 +00:00
dependabot-preview[bot]
45023b97f5
Bump actix-web-httpauth from 0.5.0 to 0.5.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-26 09:26:03 +00:00
dependabot-preview[bot]
c2f58f52bb
Bump rstest from 0.6.4 to 0.7.0
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-26 09:25:25 +00:00
Andy Freeland
4741c0815e Fix CI on Rust nightly by bumping standback
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-25 18:58:53 -07:00
Sven-Hendrik Haase
31b2ba47e7
(cargo-release) start next development iteration 0.12.1-alpha.0 2021-03-20 23:37:34 +01:00
Sven-Hendrik Haase
e43571de98
(cargo-release) version 0.12.0 2021-03-20 23:35:54 +01:00
Sven-Hendrik Haase
9edc6b3055
Switch from failure to thiserror 2021-03-20 23:32:25 +01:00
Sven-Hendrik Haase
f28903315a
Bump deps 2021-03-20 23:08:30 +01:00
dependabot-preview[bot]
d80b617482
Bump libflate from 1.0.3 to 1.0.4
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-17 04:14:48 +00:00
dependabot-preview[bot]
7388014019
Bump regex from 1.4.4 to 1.4.5
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-15 04:15:26 +00:00
dependabot-preview[bot]
7552057337
Bump regex from 1.4.3 to 1.4.4
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-12 04:15:46 +00:00
dependabot-preview[bot]
d6cf7880ec
Bump alphanumeric-sort from 1.4.0 to 1.4.1
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-11 04:14:29 +00:00
dependabot-preview[bot]
802dba7c6f
Bump reqwest from 0.11.1 to 0.11.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-10 04:14:50 +00:00
dependabot-preview[bot]
6df9b95d55
Bump pretty_assertions from 0.6.1 to 0.7.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-09 04:15:24 +00:00
Sven-Hendrik Haase
1888299cb6
Bump deps 2021-03-07 00:45:24 +01:00
dependabot-preview[bot]
e27091e394
Bump hex from 0.4.2 to 0.4.3
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-04 04:15:10 +00:00
dependabot-preview[bot]
a4b4c6cbb8
Bump zip from 0.5.10 to 0.5.11
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-03-02 04:16:06 +00:00
Sven-Hendrik Haase
4e8848cb71
(cargo-release) start next development iteration 0.11.1-alpha.0 2021-02-28 02:04:53 +01:00
Sven-Hendrik Haase
34f8aed3ec
(cargo-release) version 0.11.0 2021-02-28 02:04:18 +01:00
Sven-Hendrik Haase
f4ecbd5861
Bump deps 2021-02-28 01:37:36 +01:00
Dean Li
956ce204b4 Multiple headers support for custom headers 2021-02-27 15:44:16 +00:00
Dean Li
f1c8a55b7a Allow set custom headers from CLI 2021-02-24 21:33:42 +08:00
Sven-Hendrik Haase
0ddd36e64e
Bump deps 2021-02-23 14:41:42 +01:00
dependabot-preview[bot]
2c4ddae159
Bump futures from 0.3.12 to 0.3.13
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-23 04:15:51 +00:00
dependabot-preview[bot]
5a279c677a
Bump tar from 0.4.32 to 0.4.33
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-22 04:13:41 +00:00
Sven-Hendrik Haase
0380afdcf1
Merge pull request #450 from svenstaro/dependabot/cargo/reqwest-0.11.1
Bump reqwest from 0.11.0 to 0.11.1
2021-02-19 06:46:27 +01:00
dependabot-preview[bot]
a9ba0602a1
Bump reqwest from 0.11.0 to 0.11.1
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-19 05:25:34 +00:00
dependabot-preview[bot]
d52cd915ce
Bump url from 2.2.0 to 2.2.1
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-19 05:25:17 +00:00
dependabot-preview[bot]
84416dcb67
Bump zip from 0.5.9 to 0.5.10
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-19 05:09:47 +00:00
dependabot-preview[bot]
0a350c0a87
Bump chrono-humanize from 0.1.1 to 0.1.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-03 04:14:47 +00:00
dependabot-preview[bot]
e017ef4253
Merge pull request #443 from svenstaro/dependabot/cargo/assert_cmd-1.0.3 2021-02-02 04:44:42 +00:00
dependabot-preview[bot]
cc2b59db16
Bump assert_cmd from 1.0.2 to 1.0.3
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-02 04:14:38 +00:00
dependabot-preview[bot]
e1f4745b9d
Bump assert_fs from 1.0.0 to 1.0.1
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-02 04:14:15 +00:00
dependabot-preview[bot]
334be30996
Bump sha2 from 0.9.2 to 0.9.3
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>
2021-02-01 04:14:58 +00:00
dependabot-preview[bot]
9bdb07dcc7
Bump log from 0.4.13 to 0.4.14
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>
2021-01-27 04:15:31 +00:00
dependabot-preview[bot]
18ac4e3dcc
Bump serde from 1.0.122 to 1.0.123
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>
2021-01-26 08:36:56 +00:00
dependabot-preview[bot]
7de1cc7a57
Bump tar from 0.4.30 to 0.4.32
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>
2021-01-26 04:16:27 +00:00
dependabot-preview[bot]
44c6e764dc
Bump serde from 1.0.120 to 1.0.122
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>
2021-01-25 04:14:05 +00:00
dependabot-preview[bot]
d0f082eecd
Bump serde from 1.0.119 to 1.0.120
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>
2021-01-20 09:25:15 +00:00
Sven-Hendrik Haase
fc2b83e381
Bump deps 2021-01-15 20:55:56 +01:00
dependabot-preview[bot]
ccbe0b82d8
Bump futures from 0.3.10 to 0.3.11
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>
2021-01-15 04:14:42 +00:00
dependabot-preview[bot]
423bfd877e
Bump futures from 0.3.9 to 0.3.10
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>
2021-01-14 04:15:43 +00:00
Sven-Hendrik Haase
4093b85068
Merge pull request #429 from svenstaro/dependabot/cargo/log-0.4.13
Bump log from 0.4.12 to 0.4.13
2021-01-13 05:29:11 +01:00
dependabot-preview[bot]
49dd7e8450
Bump serde from 1.0.118 to 1.0.119
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>
2021-01-12 04:16:52 +00:00
dependabot-preview[bot]
df8061ba58
Bump log from 0.4.12 to 0.4.13
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>
2021-01-12 04:16:36 +00:00
dependabot-preview[bot]
a3b6716280
Bump maud from 0.22.1 to 0.22.2
Bumps [maud](https://github.com/lambda-fairy/maud) from 0.22.1 to 0.22.2.
- [Release notes](https://github.com/lambda-fairy/maud/releases)
- [Changelog](https://github.com/lambda-fairy/maud/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lambda-fairy/maud/compare/v0.22.1...v0.22.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-11 12:28:24 +00:00
Sven-Hendrik Haase
8c2aebb3d7
Merge pull request #428 from svenstaro/dependabot/cargo/futures-0.3.9
Bump futures from 0.3.8 to 0.3.9
2021-01-11 13:26:54 +01:00
dependabot-preview[bot]
12225371dd
Bump futures from 0.3.8 to 0.3.9
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.8 to 0.3.9.
- [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.8...0.3.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-11 04:15:15 +00:00
dependabot-preview[bot]
c8a56ed49a
Bump regex from 1.4.2 to 1.4.3
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.2 to 1.4.3.
- [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.2...1.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-11 04:14:30 +00:00
dependabot-preview[bot]
edbdad0f5e
Bump log from 0.4.11 to 0.4.12
Bumps [log](https://github.com/rust-lang/log) from 0.4.11 to 0.4.12.
- [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.11...0.4.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-08 04:15:16 +00:00
Sven-Hendrik Haase
ea53f2d62b
Bump reqwest to 0.11 2021-01-06 10:32:29 +01:00
Sven-Hendrik Haase
8ffb1d0253
(cargo-release) start next development iteration 0.10.5-alpha.0 2021-01-05 07:35:45 +01:00
Sven-Hendrik Haase
c2efbad21b
(cargo-release) version 0.10.4 2021-01-05 07:34:28 +01:00
Sven-Hendrik Haase
3c177a874d
Bump deps 2021-01-04 03:00:48 +01:00
Sven-Hendrik Haase
a702f15e28
Update deps 2020-12-28 05:35:20 +01:00
Sven-Hendrik Haase
c48882c17b
Bump all deps 2020-12-07 10:02:45 +01:00
dependabot-preview[bot]
7bf525584b
Bump actix-web from 3.3.1 to 3.3.2
Bumps [actix-web](https://github.com/actix/actix-web) from 3.3.1 to 3.3.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.3.1...web-v3.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-02 04:13:54 +00:00
dependabot-preview[bot]
6d101b144c
Bump structopt from 0.3.20 to 0.3.21
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.20 to 0.3.21.
- [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.20...v0.3.21)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-01 04:13:45 +00:00
dependabot-preview[bot]
5cd75b6ee7
Bump actix-web from 3.2.0 to 3.3.1
Bumps [actix-web](https://github.com/actix/actix-web) from 3.2.0 to 3.3.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.2.0...web-v3.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-30 04:13:47 +00:00
dependabot-preview[bot]
c38fa1b9dc
Bump actix-files from 0.4.0 to 0.4.1
Bumps [actix-files](https://github.com/actix/actix-web) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/v0.4.1/CHANGES.md)
- [Commits](https://github.com/actix/actix-web/compare/v0.4.0...v0.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-25 04:14:41 +00:00
dependabot-preview[bot]
1ce671a04c
Bump assert_cmd from 1.0.1 to 1.0.2
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.1 to 1.0.2.
- [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.1...v1.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-24 04:14:19 +00:00
dependabot-preview[bot]
5f598d5c83
Bump strum_macros from 0.19.4 to 0.20.1
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.19.4 to 0.20.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-11-23 08:30:26 +00:00
dependabot-preview[bot]
10bfbf4987
Bump strum from 0.19.5 to 0.20.0
Bumps [strum](https://github.com/Peternator7/strum) from 0.19.5 to 0.20.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)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-23 04:14:38 +00:00
dependabot-preview[bot]
895baee055
Bump reqwest from 0.10.8 to 0.10.9
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.8 to 0.10.9.
- [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.8...v0.10.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-20 04:13:59 +00:00
dependabot-preview[bot]
84ca2c07de
Bump grass from 0.10.3 to 0.10.4
Bumps [grass](https://github.com/connorskees/grass) from 0.10.3 to 0.10.4.
- [Release notes](https://github.com/connorskees/grass/releases)
- [Changelog](https://github.com/connorskees/grass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/connorskees/grass/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-17 04:15:13 +00:00
dependabot-preview[bot]
cb4fc8dd50
Bump futures from 0.3.7 to 0.3.8
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.7 to 0.3.8.
- [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.7...0.3.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-10 04:14:06 +00:00
Sven-Hendrik Haase
1a5548c5c2
(cargo-release) start next development iteration 0.10.4-alpha.0 2020-11-09 02:37:04 +01:00
Sven-Hendrik Haase
b3557ca1af
(cargo-release) version 0.10.3 2020-11-09 02:36:32 +01:00
Sven-Hendrik Haase
9a2790f9a8
(cargo-release) start next development iteration 0.10.3-alpha.0 2020-11-09 01:53:17 +01:00
Sven-Hendrik Haase
f26c62021a
(cargo-release) version 0.10.2 2020-11-09 01:52:41 +01:00
Sven-Hendrik Haase
6dade6bc05
(cargo-release) start next development iteration 0.10.2-alpha.0 2020-11-09 00:31:53 +01:00
Sven-Hendrik Haase
dd7d7142ed
(cargo-release) version 0.10.1 2020-11-09 00:31:16 +01:00
Sven-Hendrik Haase
eed5076a52
Now compiles on stable 2020-11-09 00:16:04 +01:00
Sven-Hendrik Haase
1cf33a9a4f
Bump deps 2020-11-03 20:15:45 +01:00
dependabot-preview[bot]
cd4a831930
Bump regex from 1.4.1 to 1.4.2
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.1 to 1.4.2.
- [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.1...1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-02 04:14:22 +00:00
dependabot-preview[bot]
3d5d37b1b6
Bump actix-web from 3.1.0 to 3.2.0
Bumps [actix-web](https://github.com/actix/actix-web) from 3.1.0 to 3.2.0.
- [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.1.0...web-v3.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-30 04:15:38 +00:00
dependabot-preview[bot]
a9bf332cd0
Bump futures from 0.3.6 to 0.3.7
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.6 to 0.3.7.
- [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.6...0.3.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-26 04:37:37 +00:00
dependabot-preview[bot]
3fb08f3444
Bump libflate from 1.0.2 to 1.0.3
Bumps [libflate](https://github.com/sile/libflate) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/sile/libflate/releases)
- [Commits](https://github.com/sile/libflate/compare/1.0.2...1.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-26 04:15:22 +00:00
dependabot-preview[bot]
47652f129f
Bump serde from 1.0.116 to 1.0.117
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.116 to 1.0.117.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.116...v1.0.117)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-16 04:17:24 +00:00
dependabot-preview[bot]
2c0a988a53
Bump regex from 1.4.0 to 1.4.1
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.0 to 1.4.1.
- [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.0...1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-14 04:16:23 +00:00
dependabot-preview[bot]
b2459656cb
Bump structopt from 0.3.19 to 0.3.20
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.19 to 0.3.20.
- [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.19...v0.3.20)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-13 04:15:47 +00:00
dependabot-preview[bot]
0bb18d6ccb
Bump regex from 1.3.9 to 1.4.0
Bumps [regex](https://github.com/rust-lang/regex) from 1.3.9 to 1.4.0.
- [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.3.9...1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-12 04:15:28 +00:00
dependabot-preview[bot]
634cf73d90
Bump structopt from 0.3.18 to 0.3.19
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.18 to 0.3.19.
- [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.18...v0.3.19)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-09 04:16:14 +00:00
dependabot-preview[bot]
4f69ca08a7
Bump strum_macros from 0.19.2 to 0.19.4
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.19.2 to 0.19.4.
- [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-10-08 04:33:31 +00:00
dependabot-preview[bot]
50f186a435
Bump strum from 0.19.2 to 0.19.5
Bumps [strum](https://github.com/Peternator7/strum) from 0.19.2 to 0.19.5.
- [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-10-08 04:17:29 +00:00
dependabot-preview[bot]
a5476d49a6
Bump actix-files from 0.3.0 to 0.4.0
Bumps [actix-files](https://github.com/actix/actix-web) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/v0.4.0/CHANGES.md)
- [Commits](https://github.com/actix/actix-web/compare/v0.3.0...v0.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-07 04:17:43 +00:00
dependabot-preview[bot]
9aa51cbfb8
Bump futures from 0.3.5 to 0.3.6
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.5 to 0.3.6.
- [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.5...0.3.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-06 04:17:21 +00:00
dependabot-preview[bot]
ad077ddefc
Bump actix-web from 3.0.2 to 3.1.0
Bumps [actix-web](https://github.com/actix/actix-web) from 3.0.2 to 3.1.0.
- [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.2...web-v3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-02 04:14:49 +00:00
Sven-Hendrik Haase
b43306ed52
(cargo-release) start next development iteration 0.10.1-alpha.0 2020-10-02 02:55:59 +02:00
Sven-Hendrik Haase
58da6c2994
(cargo-release) version 0.10.0 2020-10-02 02:55:17 +02:00
Sven-Hendrik Haase
39d7677f90
Merge pull request #380 from ahti/master
client-side color-scheme handling
2020-10-02 02:48:16 +02:00
dependabot-preview[bot]
58b4eb7cc2
Bump chrono from 0.4.18 to 0.4.19
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.18 to 0.4.19.
- [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.18...v0.4.19)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-01 04:15:45 +00:00
equal-l2
33a82e12dc Remove actix-rt 2020-10-01 01:42:42 +09:00
dependabot-preview[bot]
1bbaa01bcd
Bump chrono from 0.4.15 to 0.4.18
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.15 to 0.4.18.
- [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.15...v0.4.18)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-28 04:15:40 +00:00
Lukas Stabe
f8b74203b7 compile scss at build time 2020-09-26 23:07:24 +02:00
Lukas Stabe
4ad695eed6 [wip] client-side color-scheme handling 2020-09-25 05:24:56 +02:00
Sven-Hendrik Haase
2182305e9b
Bump deps 2020-09-25 04:25:54 +02:00
Sven-Hendrik Haase
f4c2d48c43
Bump deps 2020-09-24 05:38:37 +02:00
Sven-Hendrik Haase
13352ef425
Add embedded favicon (fixes #364) 2020-09-24 04:39:19 +02:00
Sven-Hendrik Haase
236a8ef597
(cargo-release) start next development iteration 0.9.1-alpha.0 2020-09-16 18:10:01 +02:00
Sven-Hendrik Haase
75ba2cd529
(cargo-release) version 0.9.0 2020-09-16 18:09:20 +02:00
Sven-Hendrik Haase
5d7e7a8afb
Merge pull request #376 from svenstaro/dependabot/cargo/chrono-humanize-0.1.1
Bump chrono-humanize from 0.0.11 to 0.1.1
2020-09-16 10:15:36 +02:00
dependabot-preview[bot]
d46455481e
Bump chrono-humanize from 0.0.11 to 0.1.1
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-16 04:16:52 +00:00
dependabot-preview[bot]
0fe1849c0e
Bump actix-web from 3.0.1 to 3.0.2
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-16 04:16:25 +00:00
dependabot-preview[bot]
ddb1810161
Bump actix-web from 3.0.0 to 3.0.1
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-14 04:15:01 +00:00
Sven-Hendrik Haase
54dde66a43
Upgrade to actix-web 3.0.0 2020-09-12 01:57:53 +02:00
Sven-Hendrik Haase
52f8b22696
Bump deps 2020-09-06 21:44:38 +02:00
dependabot-preview[bot]
02285dc274
Bump tar from 0.4.29 to 0.4.30
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-09-01 04:15:22 +00:00
Sven-Hendrik Haase
d8ca8c9686
Merge pull request #365 from svenstaro/dependabot/cargo/reqwest-0.10.8
Bump reqwest from 0.10.7 to 0.10.8
2020-08-27 02:13:38 +02:00
dependabot-preview[bot]
a8498e95e9
Bump structopt from 0.3.16 to 0.3.17
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-26 04:17:43 +00:00
dependabot-preview[bot]
b0534459dd
Bump reqwest from 0.10.7 to 0.10.8
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-26 04:17:22 +00:00
Sven-Hendrik Haase
68aaabf240
Bump lockfile 2020-08-25 01:16:34 +02:00
Sven-Hendrik Haase
e0fe926870
Fix double-escaping (fixes #354) 2020-08-25 01:15:27 +02:00
Sven-Hendrik Haase
03ac26ce35
Bump some deps 2020-08-24 22:23:12 +02:00
dependabot-preview[bot]
ebcf5c3a35
Bump chrono from 0.4.13 to 0.4.15
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-17 04:14:14 +00:00
dependabot-preview[bot]
72935513e0
Bump serde from 1.0.114 to 1.0.115
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-11 04:15:36 +00:00
dependabot-preview[bot]
2a84a8228b
Bump strum_macros from 0.19.1 to 0.19.2
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-07 10:22:03 +00:00
dependabot-preview[bot]
6ffb10b680
Bump strum from 0.19.1 to 0.19.2
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-07 04:15:27 +00:00
dependabot-preview[bot]
7251137945
Bump structopt from 0.3.15 to 0.3.16
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-06 04:15:22 +00:00
dependabot-preview[bot]
077b93efe2
Bump strum_macros from 0.18.0 to 0.19.1
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-03 08:42:48 +00:00
dependabot-preview[bot]
4893792638
Bump strum from 0.18.0 to 0.19.1
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-08-03 04:15:57 +00:00
dependabot-preview[bot]
36a1388edd
Bump alphanumeric-sort from 1.3.3 to 1.4.0
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-31 04:14:35 +00:00
dependabot-preview[bot]
757250c54f
Bump alphanumeric-sort from 1.3.2 to 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-29 04:13:36 +00:00
dependabot-preview[bot]
f289a3a44f
Bump reqwest from 0.10.6 to 0.10.7
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-27 04:13:47 +00:00
Sven-Hendrik Haase
69d9bfa379
Bump deps 2020-07-22 23:46:16 +02:00
Sven-Hendrik Haase
a7935003d4
Remove dependency on openssl 2020-07-22 01:15:57 +02:00
Sven-Hendrik Haase
b5a3a8a373
(cargo-release) start next development iteration 0.8.1-alpha.0 2020-07-22 00:31:49 +02:00
Sven-Hendrik Haase
bb8ea509c2
(cargo-release) version 0.8.0 2020-07-22 00:31:49 +02:00
Sven-Hendrik Haase
bea5e06cc8
Update all the deps 2020-07-21 19:42:12 +02:00
Sven-Hendrik Haase
e41fd492aa
Merge pull request #331 from svenstaro/dependabot/cargo/select-0.5.0
Bump select from 0.4.3 to 0.5.0
2020-07-21 11:07:50 +02:00
dependabot-preview[bot]
821963eb1a
Bump chrono from 0.4.11 to 0.4.13
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-21 00:51:26 +00:00
dependabot-preview[bot]
2a4634cb56
Merge pull request #328 from svenstaro/dependabot/cargo/alphanumeric-sort-1.3.2 2020-07-21 00:49:37 +00:00
dependabot-preview[bot]
b38bd67a6b
Bump alphanumeric-sort from 1.3.0 to 1.3.2
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-21 00:09:34 +00:00
dependabot-preview[bot]
acd23720a9
Bump select from 0.4.3 to 0.5.0
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-21 00:09:24 +00:00
dependabot-preview[bot]
bcb2aa310a
Bump libflate from 1.0.1 to 1.0.2
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-21 00:09:17 +00:00
dependabot-preview[bot]
71433d97e2
Bump log from 0.4.8 to 0.4.11
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-16 04:12:39 +00:00
wyhaya
205a5a4cc4
Add generate QR code (#330)
* Add generate QR code
* Add --qrcode option
2020-07-05 16:34:43 +02:00
Isaac Parker
aa503c46c3 Bind to random port when port 0 specified 2020-06-28 14:03:31 -06:00
Sven-Hendrik Haase
b340f364d8
Update nanoid to 0.3 2020-06-26 16:18:01 +02:00
Sven-Hendrik Haase
ba8dbf969c
Update maud to 0.22.0 2020-06-26 11:51:25 +02:00
Sven-Hendrik Haase
ffd26a7da6
Update sha2 to 0.9 2020-06-26 11:50:20 +02:00
Sven-Hendrik Haase
20c59892fa
Bump lockfile 2020-06-26 11:43:29 +02:00
Sven-Hendrik Haase
d2cd43a871
Merge pull request #309 from svenstaro/dependabot/cargo/simplelog-0.8.0
Bump simplelog from 0.7.6 to 0.8.0
2020-05-23 13:07:57 +02:00
dependabot-preview[bot]
4b79744d4e
Bump alphanumeric-sort from 1.0.12 to 1.0.13
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-22 04:13:37 +00:00
dependabot-preview[bot]
9d1a1b76e1
Bump tar from 0.4.26 to 0.4.27
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-21 04:13:45 +00:00
dependabot-preview[bot]
3c78674b2f
Bump simplelog from 0.7.6 to 0.8.0
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-18 04:14:01 +00:00
Sven-Hendrik Haase
1cd898efbe
This is 0.7.0 2020-05-15 01:49:05 +02:00
Sven-Hendrik Haase
e1ed1a807c
Merge pull request #297 from marawan31/add-zip-download
Add zip download functionality for windows users
2020-05-14 05:47:54 +02:00
dependabot-preview[bot]
1c9ffb4c8b
Bump serde from 1.0.106 to 1.0.110
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-11 04:13:26 +00:00
Sven-Hendrik Haase
048eff5ec3
Merge pull request #299 from svenstaro/dependabot/cargo/libflate-1.0.0
Bump libflate from 0.1.27 to 1.0.0
2020-05-07 07:41:06 +02:00
dependabot-preview[bot]
a450e91f21
Bump base64 from 0.12.0 to 0.12.1
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-07 04:13:48 +00:00
dependabot-preview[bot]
b1a480d0f1
Bump libflate from 0.1.27 to 1.0.0
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-06 04:14:14 +00:00
dependabot-preview[bot]
907cfa4129
Bump failure from 0.1.7 to 0.1.8
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-04 04:13:46 +00:00
marawan ragab
dd1684f1aa Add zip download functionality for windows users 2020-05-03 19:26:21 -04:00
dependabot-preview[bot]
f23a66242d
Bump simplelog from 0.7.5 to 0.7.6
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-27 04:13:00 +00:00
dependabot-preview[bot]
185d4db890
Bump structopt from 0.3.13 to 0.3.14
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-23 04:14:40 +00:00
dependabot-preview[bot]
802b0ea4e8
Bump rstest from 0.6.2 to 0.6.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>
2020-04-20 04:12:59 +00:00
dependabot-preview[bot]
c58160338b
Bump rstest from 0.6.1 to 0.6.2
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>
2020-04-14 04:12:53 +00:00
dependabot-preview[bot]
b485e1fdfa
Bump structopt from 0.3.12 to 0.3.13
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>
2020-04-09 04:13:24 +00:00
Sven-Hendrik Haase
a4330db869
Merge pull request #288 from svenstaro/dependabot/cargo/serde-1.0.106
Bump serde from 1.0.105 to 1.0.106
2020-04-06 07:39:18 +02:00
dependabot-preview[bot]
7b5ba09750
Bump serde from 1.0.105 to 1.0.106
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>
2020-04-06 04:13:34 +00:00
dependabot-preview[bot]
6a2b251fce
Bump rstest from 0.6.0 to 0.6.1
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>
2020-04-06 04:13:11 +00:00
dependabot-preview[bot]
2d336eccb8
Bump assert_cmd from 1.0.0 to 1.0.1
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>
2020-04-02 04:12:35 +00:00
dependabot-preview[bot]
c8468eaf6b
Bump simplelog from 0.7.4 to 0.7.5
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>
2020-03-30 04:13:13 +00:00
dependabot-preview[bot]
c6753e868b
Bump assert_fs from 0.13.1 to 1.0.0
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>
2020-03-27 04:43:59 +00:00