Matthias
388bd20673
Fix tests after address is no longer a verbatim element
2023-03-03 12:13:09 +01:00
Matthias
17937537f8
Ignored URLs don't lead to failing exit code
2023-03-03 12:13:09 +01:00
Matthias
c549213bfe
Fix test_skip_cache_unsupported
2023-03-03 12:13:09 +01:00
Matthias
f64c60aac0
Fix cache test
2023-03-03 12:13:09 +01:00
Matthias
09d0064e69
Split up test
2023-03-03 12:13:09 +01:00
Matthias
9b75da60a6
Ignore remap test
...
https://github.com/robinst/linkify/pull/58
2023-03-03 12:13:09 +01:00
Matthias
4306150e56
Excluded URLs are no longer cached
...
See https://github.com/lycheeverse/lychee/pull/692
2023-03-03 12:13:09 +01:00
Matthias
a7f7b989ef
fix multiple_exclude_files test
2023-03-03 12:13:09 +01:00
Matthias
46d238ba93
fix url output
2023-03-03 12:13:09 +01:00
Matthias
e125d45a8e
Multiple arguments get handled differently in clap in comparison to structopt
...
We should document that change
2023-03-03 12:13:09 +01:00
Matthias
59ddc1e27d
Fix url input handling without scheme
2023-03-03 12:13:09 +01:00
Matthias
1f62590a02
Fix expected json output
2023-03-03 12:13:09 +01:00
Matthias
91c8bc3ef5
Temporarily move to criterion/master, which supports nextest
2023-03-03 12:13:09 +01:00
Matthias Endler
b4cc843f33
Add missing test- and linting flags
2023-03-03 12:13:09 +01:00
Matthias
ac13e5d16e
Fix CLI tests
2023-03-03 12:13:09 +01:00
dependabot[bot]
74ce563c5d
Bump tokio from 1.25.0 to 1.26.0 ( #974 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.25.0 to 1.26.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.25.0...tokio-1.26.0 )
---
updated-dependencies:
- dependency-name: tokio
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-03-02 17:06:33 +01:00
dependabot[bot]
c177507772
Merge pull request #973 from lycheeverse/dependabot/cargo/clap-4.1.8
2023-03-01 13:10:50 +00:00
dependabot[bot]
85ae5cf1de
Bump clap from 4.1.7 to 4.1.8
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.1.7 to 4.1.8.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.1.7...v4.1.8 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-01 13:00:44 +00:00
Lucy Voigt
ea03754934
Update 'verbose' in lychee TOML example to be Verbosity instead of boolean ( #971 )
...
Co-authored-by: Lucy Voigt <lvoigt@launchdarkly.com>
2023-02-28 22:51:20 +01:00
dependabot[bot]
458c10205e
Merge pull request #969 from lycheeverse/dependabot/cargo/clap-4.1.7
2023-02-28 13:02:25 +00:00
dependabot[bot]
4f130b4979
Bump clap from 4.1.6 to 4.1.7
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.1.6...v4.1.7 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-28 12:58:39 +00:00
dependabot[bot]
bed7dc7310
Bump tempfile from 3.3.0 to 3.4.0 ( #967 )
...
Bumps [tempfile](https://github.com/Stebalien/tempfile ) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/Stebalien/tempfile/releases )
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS )
- [Commits](https://github.com/Stebalien/tempfile/commits )
---
updated-dependencies:
- dependency-name: tempfile
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-02-27 15:58:26 +01:00
Matthias
7e0b9e2c68
Update verbosity docs
...
Thanks to @MichaIng for mentioning the issue and providing a fix.
2023-02-25 15:44:43 +01:00
Matthias Endler
7874195bbb
Customize verbosity ( #956 )
2023-02-24 23:53:09 +01:00
dependabot[bot]
1350a0bdf6
Bump path-clean from 0.1.0 to 1.0.1 ( #962 )
...
Bumps [path-clean](https://github.com/danreeves/path-clean ) from 0.1.0 to 1.0.1.
- [Release notes](https://github.com/danreeves/path-clean/releases )
- [Commits](https://github.com/danreeves/path-clean/commits )
---
updated-dependencies:
- dependency-name: path-clean
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-24 15:54:36 +01:00
Daniel M. Capella
bd30e0d739
Update name of Arch package ( #959 )
2023-02-23 10:31:44 +01:00
Matthias Endler
b653a0a1ec
Fix cached 200 status code handling ( #958 )
...
* Fix cached 200 status code handling
Assert that code 200 never needs to be explicitly accepted for cached response
to match the behavior of uncached checks
* Bump version to v0.11.1
2023-02-23 00:25:53 +01:00
Matthias Endler
123742a8b4
Bump to v0.11.0 ( #957 )
2023-02-22 21:35:38 +01:00
dependabot[bot]
7e6fd1ba17
Merge pull request #955 from lycheeverse/dependabot/cargo/async-stream-0.3.4
2023-02-22 20:10:56 +00:00
Matthias
5558531bab
Fix lint
2023-02-22 21:05:49 +01:00
dependabot[bot]
08c4d65856
Merge pull request #954 from lycheeverse/dependabot/cargo/tokio-stream-0.1.12
2023-02-20 12:31:36 +00:00
dependabot[bot]
fb1e820a60
Bump tokio-stream from 0.1.11 to 0.1.12
...
Bumps [tokio-stream](https://github.com/tokio-rs/tokio ) from 0.1.11 to 0.1.12.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.11...tokio-stream-0.1.12 )
---
updated-dependencies:
- dependency-name: tokio-stream
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-20 12:26:17 +00:00
dependabot[bot]
8d05e5a3db
Merge pull request #953 from lycheeverse/dependabot/cargo/http-0.2.9
2023-02-20 12:24:55 +00:00
dependabot[bot]
7bd1d5a6fd
Bump async-stream from 0.3.3 to 0.3.4
...
Bumps [async-stream](https://github.com/tokio-rs/async-stream ) from 0.3.3 to 0.3.4.
- [Release notes](https://github.com/tokio-rs/async-stream/releases )
- [Commits](https://github.com/tokio-rs/async-stream/compare/v0.3.3...v0.3.4 )
---
updated-dependencies:
- dependency-name: async-stream
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-20 12:17:39 +00:00
dependabot[bot]
98247cd864
Bump http from 0.2.8 to 0.2.9
...
Bumps [http](https://github.com/hyperium/http ) from 0.2.8 to 0.2.9.
- [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.8...v0.2.9 )
---
updated-dependencies:
- dependency-name: http
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-20 12:17:04 +00:00
dependabot[bot]
32087931ab
Merge pull request #952 from lycheeverse/dependabot/cargo/clap-4.1.6
2023-02-16 13:02:35 +00:00
dependabot[bot]
626b2a5b2d
Bump clap from 4.1.4 to 4.1.6
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.1.4 to 4.1.6.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.1.4...v4.1.6 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-16 12:58:04 +00:00
dependabot[bot]
6de97d659c
Merge pull request #951 from lycheeverse/dependabot/cargo/once_cell-1.17.1
2023-02-15 13:03:24 +00:00
dependabot[bot]
e5ad976c68
Bump once_cell from 1.17.0 to 1.17.1
...
Bumps [once_cell](https://github.com/matklad/once_cell ) from 1.17.0 to 1.17.1.
- [Release notes](https://github.com/matklad/once_cell/releases )
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md )
- [Commits](https://github.com/matklad/once_cell/compare/v1.17.0...v1.17.1 )
---
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-02-15 12:58:23 +00:00
dependabot[bot]
340e093f0b
Bump csv from 1.1.6 to 1.2.0 ( #950 )
...
Bumps [csv](https://github.com/BurntSushi/rust-csv ) from 1.1.6 to 1.2.0.
- [Release notes](https://github.com/BurntSushi/rust-csv/releases )
- [Commits](https://github.com/BurntSushi/rust-csv/compare/1.1.6...1.2.0 )
---
updated-dependencies:
- dependency-name: csv
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-02-14 15:08:48 +01:00
Kian-Meng Ang
9fa1d732f7
Fix typos ( #944 )
...
Found via `codespell -S fixtures -L crate,reacher,t`
2023-02-09 15:32:16 +01:00
dependabot[bot]
550f3a0088
Merge pull request #946 from lycheeverse/dependabot/cargo/serde_json-1.0.93
2023-02-09 12:06:56 +00:00
dependabot[bot]
a3c9e94beb
Bump serde_json from 1.0.92 to 1.0.93
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.92 to 1.0.93.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.92...v1.0.93 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-09 12:02:13 +00:00
dependabot[bot]
1f64eed75d
Merge pull request #945 from lycheeverse/dependabot/cargo/toml-0.7.2
2023-02-08 12:06:19 +00:00
dependabot[bot]
cb9622c411
Bump toml from 0.7.1 to 0.7.2
...
Bumps [toml](https://github.com/toml-rs/toml ) from 0.7.1 to 0.7.2.
- [Release notes](https://github.com/toml-rs/toml/releases )
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.1...toml-v0.7.2 )
---
updated-dependencies:
- dependency-name: toml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-08 12:01:51 +00:00
dependabot[bot]
02b566a0cd
Merge pull request #943 from lycheeverse/dependabot/cargo/serde_json-1.0.92
2023-02-06 12:08:12 +00:00
dependabot[bot]
a1cb736b7d
Merge pull request #942 from lycheeverse/dependabot/cargo/anyhow-1.0.69
2023-02-06 12:07:09 +00:00
dependabot[bot]
c3dad91356
Bump serde_json from 1.0.91 to 1.0.92
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.91 to 1.0.92.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.91...v1.0.92 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-06 12:03:49 +00:00
dependabot[bot]
096f5b61cd
Bump anyhow from 1.0.68 to 1.0.69
...
Bumps [anyhow](https://github.com/dtolnay/anyhow ) from 1.0.68 to 1.0.69.
- [Release notes](https://github.com/dtolnay/anyhow/releases )
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.68...1.0.69 )
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-06 12:03:30 +00:00
dependabot[bot]
6b79242c84
Bump uuid from 1.2.2 to 1.3.0 ( #939 )
...
Bumps [uuid](https://github.com/uuid-rs/uuid ) from 1.2.2 to 1.3.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases )
- [Commits](https://github.com/uuid-rs/uuid/compare/1.2.2...1.3.0 )
---
updated-dependencies:
- dependency-name: uuid
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-02-01 21:21:16 +01:00