Commit graph

1281 commits

Author SHA1 Message Date
dependabot[bot]
4bbbe2392d
Bump log from 0.4.18 to 0.4.19
Bumps [log](https://github.com/rust-lang/log) from 0.4.18 to 0.4.19.
- [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.18...0.4.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 12:59:44 +00:00
dependabot[bot]
6171e5236d
Merge pull request #1103 from lycheeverse/dependabot/cargo/serde-1.0.164 2023-06-08 13:05:07 +00:00
dependabot[bot]
b9c1e878fa
Bump serde from 1.0.163 to 1.0.164
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.163 to 1.0.164.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.163...v1.0.164)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-08 12:59:02 +00:00
dependabot[bot]
d4afb9bfd9
Merge pull request #1102 from lycheeverse/dependabot/cargo/wiremock-0.5.19 2023-06-07 13:04:31 +00:00
dependabot[bot]
8077c897cb
Bump wiremock from 0.5.18 to 0.5.19
Bumps [wiremock](https://github.com/LukeMathWalker/wiremock-rs) from 0.5.18 to 0.5.19.
- [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/LukeMathWalker/wiremock-rs/compare/v0.5.18...v0.5.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-07 12:58:22 +00:00
dependabot[bot]
503a23065f
Merge pull request #1098 from lycheeverse/dependabot/cargo/regex-1.8.4 2023-06-06 13:06:03 +00:00
dependabot[bot]
44073b2c1d
Bump regex from 1.8.3 to 1.8.4
Bumps [regex](https://github.com/rust-lang/regex) from 1.8.3 to 1.8.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.8.3...1.8.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 13:00:18 +00:00
dependabot[bot]
7dd5d1e275
Merge pull request #1095 from lycheeverse/dependabot/cargo/indicatif-0.17.5 2023-06-05 13:03:46 +00:00
dependabot[bot]
e2ec478adb
Bump indicatif from 0.17.4 to 0.17.5
Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.4 to 0.17.5.
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](https://github.com/console-rs/indicatif/compare/0.17.4...0.17.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-05 12:58:49 +00:00
dependabot[bot]
5d3972ecc4
Bump octocrab from 0.23.0 to 0.24.0 (#1091)
Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](https://github.com/XAMPPRocky/octocrab/compare/v0.23.0...v0.24.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-02 20:03:02 +02:00
dependabot[bot]
25113c81d9
Merge pull request #1092 from lycheeverse/dependabot/cargo/tabled-0.12.1 2023-06-02 13:03:16 +00:00
dependabot[bot]
4773b2b71d
Bump tabled from 0.12.0 to 0.12.1
Bumps [tabled](https://github.com/zhiburt/tabled) from 0.12.0 to 0.12.1.
- [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zhiburt/tabled/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-02 12:57:44 +00:00
Matthias Endler
5ce77e1202
Don't cache unknown status codes (#1090)
Unknown status codes should be skipped and not cached by default. The reason is that we don't know if they are valid or not and even if they are invalid, we don't know if they will be valid in the future.
2023-06-02 02:46:20 +02:00
Matthias
649ab227d3 Add check duration to compact format 2023-06-01 18:31:41 +02:00
Matthias Endler
3c3051a7f0
Remove inaccurate details in compact view (#1088) 2023-06-01 16:55:30 +02:00
dependabot[bot]
cbda328129
Merge pull request #1084 from lycheeverse/dependabot/cargo/log-0.4.18 2023-06-01 13:21:38 +00:00
dependabot[bot]
ac9b8ffc6e
Merge pull request #1082 from lycheeverse/dependabot/cargo/once_cell-1.17.2 2023-06-01 13:21:22 +00:00
dependabot[bot]
a4b41760ee
Bump log from 0.4.17 to 0.4.18
Bumps [log](https://github.com/rust-lang/log) from 0.4.17 to 0.4.18.
- [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.17...0.4.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 13:14:34 +00:00
dependabot[bot]
dc4adc5d62
Bump once_cell from 1.17.1 to 1.17.2
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.1 to 1.17.2.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.17.1...v1.17.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 13:14:34 +00:00
dependabot[bot]
322044f92d
Merge pull request #1083 from lycheeverse/dependabot/cargo/tokio-1.28.2 2023-06-01 13:13:22 +00:00
dependabot[bot]
85d2ce9365
Bump tokio from 1.28.1 to 1.28.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.1 to 1.28.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.28.1...tokio-1.28.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 13:06:41 +00:00
dependabot[bot]
2a98d16b79
Merge pull request #1087 from lycheeverse/dependabot/cargo/csv-1.2.2 2023-06-01 13:04:55 +00:00
dependabot[bot]
81fb0ceea9
Bump csv from 1.2.1 to 1.2.2
Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.2.1 to 1.2.2.
- [Commits](https://github.com/BurntSushi/rust-csv/compare/1.2.1...1.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 12:57:51 +00:00
dependabot[bot]
f56d8bcdf0
Merge pull request #1081 from lycheeverse/dependabot/cargo/indicatif-0.17.4 2023-05-30 13:14:46 +00:00
dependabot[bot]
b458f7c59e
Bump indicatif from 0.17.3 to 0.17.4
Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.3 to 0.17.4.
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](https://github.com/console-rs/indicatif/compare/0.17.3...0.17.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-30 13:07:30 +00:00
dependabot[bot]
3197394f9f
Merge pull request #1085 from lycheeverse/dependabot/cargo/openssl-sys-0.9.88 2023-05-30 13:05:56 +00:00
dependabot[bot]
9d9cb9fcc5
Merge pull request #1086 from lycheeverse/dependabot/cargo/const_format-0.2.31 2023-05-30 13:04:44 +00:00
dependabot[bot]
db30a8cd5f
Bump const_format from 0.2.30 to 0.2.31
Bumps [const_format](https://github.com/rodrimati1992/const_format_crates) from 0.2.30 to 0.2.31.
- [Release notes](https://github.com/rodrimati1992/const_format_crates/releases)
- [Changelog](https://github.com/rodrimati1992/const_format_crates/blob/master/Changelog.md)
- [Commits](https://github.com/rodrimati1992/const_format_crates/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-30 12:58:20 +00:00
dependabot[bot]
67668e097f
Bump openssl-sys from 0.9.87 to 0.9.88
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.87 to 0.9.88.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.87...openssl-sys-v0.9.88)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-30 12:58:01 +00:00
dependabot[bot]
78894f9398
Merge pull request #1080 from lycheeverse/dependabot/cargo/regex-1.8.3 2023-05-26 13:04:11 +00:00
dependabot[bot]
00e529a1b0
Bump regex from 1.8.2 to 1.8.3
Bumps [regex](https://github.com/rust-lang/regex) from 1.8.2 to 1.8.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.8.2...1.8.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-26 12:57:47 +00:00
Levi Zim
9b0a06e1a9
test(client): make exponential_backoff better (#1079)
This test is still flaky on riscv64 boards after #1049.

It turns out that building the client might take 59ms,
which should not be counted.
2023-05-26 13:32:28 +02:00
dependabot[bot]
0fc833c094
Merge pull request #1078 from lycheeverse/dependabot/cargo/regex-1.8.2 2023-05-23 13:05:13 +00:00
dependabot[bot]
96b5df61ee
Bump regex from 1.8.1 to 1.8.2
Bumps [regex](https://github.com/rust-lang/regex) from 1.8.1 to 1.8.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.8.1...1.8.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 12:57:59 +00:00
dependabot[bot]
af370b9fd4
Bump toml from 0.7.3 to 0.7.4 (#1072)
Bumps [toml](https://github.com/toml-rs/toml) from 0.7.3 to 0.7.4.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.3...toml-v0.7.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 13:32:03 +02:00
dependabot[bot]
8706eef3d3
Bump octocrab from 0.22.0 to 0.23.0 (#1075)
Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](https://github.com/XAMPPRocky/octocrab/compare/v0.22.0...v0.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 13:31:11 +02:00
dependabot[bot]
46db8105b9
Merge pull request #1077 from lycheeverse/dependabot/cargo/pulldown-cmark-0.9.3 2023-05-22 10:43:24 +00:00
dependabot[bot]
9f6e06c858
Merge pull request #1076 from lycheeverse/dependabot/cargo/console-0.15.7 2023-05-22 10:42:44 +00:00
dependabot[bot]
d63ed15a66
Bump pulldown-cmark from 0.9.2 to 0.9.3
Bumps [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) from 0.9.2 to 0.9.3.
- [Release notes](https://github.com/raphlinus/pulldown-cmark/releases)
- [Commits](https://github.com/raphlinus/pulldown-cmark/compare/v0.9.2...v0.9.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-22 10:38:22 +00:00
dependabot[bot]
6faadc5e76
Bump console from 0.15.6 to 0.15.7
Bumps [console](https://github.com/console-rs/console) from 0.15.6 to 0.15.7.
- [Changelog](https://github.com/console-rs/console/blob/master/CHANGELOG.md)
- [Commits](https://github.com/console-rs/console/compare/0.15.6...0.15.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-22 10:37:57 +00:00
Dariusz Porowski
7a35a655d2
Alpine Docker Image Support (#1074) 2023-05-22 12:36:22 +02:00
Orhun Parmaksız
6a356bf87d
Add metadata for cargo-binstall (#1073) 2023-05-20 23:34:00 +02:00
dependabot[bot]
6ecfde971b
Merge pull request #1071 from lycheeverse/dependabot/cargo/console-0.15.6 2023-05-18 13:04:32 +00:00
dependabot[bot]
3a09a82559
Bump console from 0.15.5 to 0.15.6
Bumps [console](https://github.com/console-rs/console) from 0.15.5 to 0.15.6.
- [Changelog](https://github.com/console-rs/console/blob/master/CHANGELOG.md)
- [Commits](https://github.com/console-rs/console/compare/0.15.5...0.15.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-18 12:58:13 +00:00
dependabot[bot]
6a45d9193e
Merge pull request #1070 from lycheeverse/dependabot/cargo/reqwest-0.11.18 2023-05-17 13:04:03 +00:00
dependabot[bot]
33f5d73d27
Bump reqwest from 0.11.17 to 0.11.18
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.17 to 0.11.18.
- [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.17...v0.11.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-17 12:57:38 +00:00
Matthias Endler
2b08c250be
Prettier colors and progress bar (#1069)
I've experimented a bit with the colors and these are the ones I
(currently) like best. The loader is taken from Python.
See https://stackoverflow.com/a/73724672
and 68224905f5/rich/progress_bar.py (LL70C16-L70C16)
2023-05-17 14:35:26 +02:00
dependabot[bot]
530a30e00d
Bump octocrab from 0.21.0 to 0.22.0 (#1068)
Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.21.0 to 0.22.0.
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](https://github.com/XAMPPRocky/octocrab/compare/v0.21.0...v0.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-16 15:22:54 +02:00
dependabot[bot]
4e43c36b6f
Merge pull request #1067 from lycheeverse/dependabot/cargo/uuid-1.3.3 2023-05-15 13:03:37 +00:00
dependabot[bot]
ce5a2fc8e2
Bump uuid from 1.3.2 to 1.3.3
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.3.2...1.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 12:58:03 +00:00