dependabot[bot]
d4df6d5172
Merge pull request #830 from lycheeverse/dependabot/cargo/clap-4.0.24
2022-11-15 12:15:07 +00:00
dependabot[bot]
24f0b365f6
Merge pull request #829 from lycheeverse/dependabot/cargo/uuid-1.2.2
2022-11-15 12:13:52 +00:00
dependabot[bot]
87dd87b9c5
Bump clap from 4.0.23 to 4.0.24
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.0.23 to 4.0.24.
- [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.0.23...v4.0.24 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-15 12:02:26 +00:00
dependabot[bot]
5d80c7c3a0
Bump uuid from 1.2.1 to 1.2.2
...
Bumps [uuid](https://github.com/uuid-rs/uuid ) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/uuid-rs/uuid/releases )
- [Commits](https://github.com/uuid-rs/uuid/compare/1.2.1...1.2.2 )
---
updated-dependencies:
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-15 12:02:14 +00:00
dependabot[bot]
e845fc67b1
Merge pull request #827 from lycheeverse/dependabot/cargo/predicates-2.1.3
2022-11-14 12:14:57 +00:00
dependabot[bot]
c02e4eff17
Merge pull request #828 from lycheeverse/dependabot/cargo/clap-4.0.23
2022-11-14 12:14:07 +00:00
dependabot[bot]
35f85df357
Bump clap from 4.0.22 to 4.0.23
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.0.22 to 4.0.23.
- [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.0.22...v4.0.23 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 12:02:48 +00:00
dependabot[bot]
c12756e48d
Bump predicates from 2.1.2 to 2.1.3
...
Bumps [predicates](https://github.com/assert-rs/predicates-rs ) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/assert-rs/predicates-rs/releases )
- [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/assert-rs/predicates-rs/compare/v2.1.2...v2.1.3 )
---
updated-dependencies:
- dependency-name: predicates
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 12:02:31 +00:00
dependabot[bot]
2ce1a9ae06
Bump clap from 3.2.23 to 4.0.22 ( #813 )
...
* Bump clap from 3.2.23 to 4.0.22
Bumps [clap](https://github.com/clap-rs/clap ) from 3.2.23 to 4.0.22.
- [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/v3.2.23...v4.0.22 )
* The `headers` option got renamed to `header` to align with the rest
of the options, which are singular.
* The short option for `header` (`-h`) was removed to avoid a conflict with
help (`lychee -h`).
* Update and simplify readme check
Co-authored-by: Matthias <matthias-endler@gmx.net>
2022-11-13 21:10:32 +01:00
Matthias
fbf0e9faea
Fix typo
2022-11-13 13:50:11 +01:00
Petr Ruzicka
6bb5525abb
Add note about lychee.toml and exclude_path to README.md ( #823 )
...
Fix #822
2022-11-11 18:27:26 +01:00
dependabot[bot]
39704272f8
Merge pull request #817 from lycheeverse/dependabot/cargo/indicatif-0.17.2
2022-11-09 12:14:50 +00:00
dependabot[bot]
96c5595187
Bump indicatif from 0.17.1 to 0.17.2
...
Bumps [indicatif](https://github.com/console-rs/indicatif ) from 0.17.1 to 0.17.2.
- [Release notes](https://github.com/console-rs/indicatif/releases )
- [Commits](https://github.com/console-rs/indicatif/compare/0.17.1...0.17.2 )
---
updated-dependencies:
- dependency-name: indicatif
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-09 12:02:24 +00:00
Matthias
9927cc5702
Wait for crates.io publication
...
crates.io sometimes takes a bit until new releases
are available through the API.
This can break the binary release because it depends
on the lychee binary. Therefore let's wait a bit
instead of immediately publishing to reduce
the risk that this is happening.
2022-11-09 00:23:45 +01:00
Matthias
0e929f9b4c
Bump version
2022-11-08 23:48:21 +01:00
Matthias
765f7adb12
Don't check example mail addresses by default ( #815 )
...
This was an oversight so far that became apparent after our
recent fix for email addreses with query params
(e.g. `test@example.com ?subject=test`).
The parsing of email addresses has improved and so we detect
more mail addresses, but we didn't check if they belonged
to an example domain, causing false-positive checks.
2022-11-08 23:46:32 +01:00
Matthias
287624691b
Move back to cargo publish ( #814 )
2022-11-08 17:11:09 +01:00
Matthias
8a17b9e5c8
Add back execution of CI pipeline on tags
2022-11-08 12:41:48 +01:00
Matthias
35ccfb87c3
Add support for dumping links to file ( #810 )
2022-11-08 00:33:16 +01:00
Matthias
5ebb3fff6e
Bump Version ( #811 )
2022-11-06 00:21:00 +01:00
Matthias
d61105edbb
Fix parsing error of email addresses with query params ( #809 )
...
Email addresses with query parameters often get used in
contact forms on websites. They can also be found in
other documents like Markdown.
A common use-case is to add a subject line to the email
as a parameter e.g. `mailto:mail@example.com?subject="Hello"`.
Previously we handled such cases incorrectly by recognizing
them as files. The reason was that our email parsing was too strict
to allow for that use-case.
With `email_address` we switched to a more permissive parser.
Note that this does not affect the actual address email checking,
as this is still done `check-if-email-exists`, which has more strict
check functionality.
2022-11-05 23:40:33 +01:00
Matthias
264af23822
Improve wording
2022-11-05 17:25:44 +01:00
dependabot[bot]
da108489de
Bump once_cell from 1.15.0 to 1.16.0 ( #806 )
...
Bumps [once_cell](https://github.com/matklad/once_cell ) from 1.15.0 to 1.16.0.
- [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.15.0...v1.16.0 )
---
updated-dependencies:
- dependency-name: once_cell
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-05 14:19:28 +01:00
dependabot[bot]
b6eb96b9ad
Bump typed-builder from 0.10.0 to 0.11.0 ( #807 )
...
Bumps [typed-builder](https://github.com/idanarye/rust-typed-builder ) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/idanarye/rust-typed-builder/releases )
- [Changelog](https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md )
- [Commits](https://github.com/idanarye/rust-typed-builder/commits )
---
updated-dependencies:
- dependency-name: typed-builder
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-05 14:19:13 +01:00
Matthias
9315aa0a8a
Update badge name
2022-11-03 11:12:24 +01:00
Matthias
cc1b1ce25d
Rename rust.yml to ci.yml
2022-11-03 11:11:40 +01:00
dependabot[bot]
7470a9bcff
Merge pull request #805 from lycheeverse/dependabot/cargo/clap-3.2.23
2022-10-25 12:23:39 +00:00
dependabot[bot]
21d35cfa81
Bump clap from 3.2.22 to 3.2.23
...
Bumps [clap](https://github.com/clap-rs/clap ) from 3.2.22 to 3.2.23.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.23/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.22...v3.2.23 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-25 12:14:58 +00:00
Jakub Wilk
ffb57fa202
Fix syntax highlighting in README ( #792 )
...
The help message was highlighted as if it was a gitignore file.
Let's disable this spurious syntax highlighting.
2022-10-24 15:59:04 +02:00
dependabot[bot]
40bef97466
Bump cached from 0.39.0 to 0.40.0 ( #803 )
...
Bumps [cached](https://github.com/jaemk/cached ) from 0.39.0 to 0.40.0.
- [Release notes](https://github.com/jaemk/cached/releases )
- [Changelog](https://github.com/jaemk/cached/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jaemk/cached/commits )
---
updated-dependencies:
- dependency-name: cached
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-24 15:57:58 +02:00
dependabot[bot]
662dfcb715
Merge pull request #802 from lycheeverse/dependabot/cargo/serde-1.0.147
2022-10-24 12:19:58 +00:00
dependabot[bot]
cc7d2a61d7
Merge pull request #804 from lycheeverse/dependabot/cargo/openssl-sys-0.9.77
2022-10-24 12:19:06 +00:00
dependabot[bot]
a43df74dba
Bump openssl-sys from 0.9.76 to 0.9.77
...
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl ) from 0.9.76 to 0.9.77.
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.76...openssl-sys-v0.9.77 )
---
updated-dependencies:
- dependency-name: openssl-sys
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 12:11:05 +00:00
dependabot[bot]
d7e7bd6dcb
Bump serde from 1.0.146 to 1.0.147
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.146 to 1.0.147.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.146...v1.0.147 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 12:10:47 +00:00
dependabot[bot]
4d31fb777d
Bump uuid from 1.1.2 to 1.2.1 ( #789 )
...
Bumps [uuid](https://github.com/uuid-rs/uuid ) from 1.1.2 to 1.2.1.
- [Release notes](https://github.com/uuid-rs/uuid/releases )
- [Commits](https://github.com/uuid-rs/uuid/compare/1.1.2...1.2.1 )
---
updated-dependencies:
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-23 12:20:54 +02:00
dependabot[bot]
8644dfbb85
Bump tabled from 0.8.0 to 0.10.0 ( #793 )
...
Bumps [tabled](https://github.com/zhiburt/tabled ) from 0.8.0 to 0.10.0.
- [Release notes](https://github.com/zhiburt/tabled/releases )
- [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-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-23 12:17:43 +02:00
Andy Grunwald
a67b513238
Extend description of "--exclude" to also exclude email addresses, not only URLs ( #801 )
2022-10-23 12:17:20 +02:00
dependabot[bot]
8cc0aa1dc4
Merge pull request #797 from lycheeverse/dependabot/cargo/assert_cmd-2.0.5
2022-10-21 12:19:31 +00:00
dependabot[bot]
23b5161eb3
Merge pull request #798 from lycheeverse/dependabot/cargo/anyhow-1.0.66
2022-10-21 12:19:02 +00:00
dependabot[bot]
69330de20b
Merge pull request #796 from lycheeverse/dependabot/cargo/serde-1.0.146
2022-10-21 12:17:22 +00:00
dependabot[bot]
feee8c1e14
Bump anyhow from 1.0.65 to 1.0.66
...
Bumps [anyhow](https://github.com/dtolnay/anyhow ) from 1.0.65 to 1.0.66.
- [Release notes](https://github.com/dtolnay/anyhow/releases )
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.65...1.0.66 )
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-21 12:10:51 +00:00
dependabot[bot]
d6600fbabd
Bump assert_cmd from 2.0.4 to 2.0.5
...
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd ) from 2.0.4 to 2.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/v2.0.4...v2.0.5 )
---
updated-dependencies:
- dependency-name: assert_cmd
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-21 12:10:39 +00:00
dependabot[bot]
4a29713af4
Bump serde from 1.0.145 to 1.0.146
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.145 to 1.0.146.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.145...v1.0.146 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-21 12:10:35 +00:00
dependabot[bot]
38cbaf1af2
Merge pull request #795 from lycheeverse/dependabot/cargo/serde_json-1.0.87
2022-10-20 12:26:14 +00:00
dependabot[bot]
53f8bd3462
Bump serde_json from 1.0.86 to 1.0.87
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.86 to 1.0.87.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.86...v1.0.87 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-20 12:18:15 +00:00
dependabot[bot]
7e053e4699
Merge pull request #794 from lycheeverse/dependabot/cargo/futures-0.3.25
2022-10-20 12:17:01 +00:00
dependabot[bot]
b98711f990
Bump futures from 0.3.24 to 0.3.25
...
Bumps [futures](https://github.com/rust-lang/futures-rs ) from 0.3.24 to 0.3.25.
- [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.24...0.3.25 )
---
updated-dependencies:
- dependency-name: futures
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-20 12:09:14 +00:00
dependabot[bot]
733e5856aa
Merge pull request #791 from lycheeverse/dependabot/cargo/tokio-stream-0.1.11
2022-10-12 12:17:46 +00:00
dependabot[bot]
8f153b19a9
Bump tokio-stream from 0.1.10 to 0.1.11
...
Bumps [tokio-stream](https://github.com/tokio-rs/tokio ) from 0.1.10 to 0.1.11.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.10...tokio-stream-0.1.11 )
---
updated-dependencies:
- dependency-name: tokio-stream
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-12 12:11:09 +00:00
dependabot[bot]
8c09968a42
Merge pull request #790 from lycheeverse/dependabot/cargo/const_format-0.2.30
2022-10-11 12:19:17 +00:00