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
dependabot[bot]
7738478200
Bump const_format from 0.2.28 to 0.2.30
...
Bumps [const_format](https://github.com/rodrimati1992/const_format_crates ) from 0.2.28 to 0.2.30.
- [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>
2022-10-11 12:11:34 +00:00
dependabot[bot]
51af13debb
Merge pull request #786 from lycheeverse/dependabot/cargo/const_format-0.2.28
2022-10-10 12:25:41 +00:00
dependabot[bot]
6c19e9d1d3
Merge pull request #788 from lycheeverse/dependabot/cargo/wiremock-0.5.15
2022-10-10 12:25:20 +00:00
dependabot[bot]
c49689bd59
Merge pull request #787 from lycheeverse/dependabot/cargo/serde_json-1.0.86
2022-10-10 12:24:56 +00:00
dependabot[bot]
f1f6d02e0b
Bump wiremock from 0.5.14 to 0.5.15
...
Bumps [wiremock](https://github.com/LukeMathWalker/wiremock-rs ) from 0.5.14 to 0.5.15.
- [Release notes](https://github.com/LukeMathWalker/wiremock-rs/releases )
- [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/LukeMathWalker/wiremock-rs/compare/v0.5.14...v0.5.15 )
---
updated-dependencies:
- dependency-name: wiremock
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-10 12:17:21 +00:00
dependabot[bot]
aa508155f7
Bump serde_json from 1.0.85 to 1.0.86
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.85 to 1.0.86.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.85...v1.0.86 )
---
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-10 12:17:14 +00:00
dependabot[bot]
e139e5db3b
Bump const_format from 0.2.26 to 0.2.28
...
Bumps [const_format](https://github.com/rodrimati1992/const_format_crates ) from 0.2.26 to 0.2.28.
- [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>
2022-10-10 12:17:07 +00:00
dependabot[bot]
9a48252267
Merge pull request #785 from lycheeverse/dependabot/cargo/tracing-subscriber-0.3.16
2022-10-07 12:16:54 +00:00
dependabot[bot]
b46f7e7cd8
Bump tracing-subscriber from 0.3.15 to 0.3.16
...
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing ) from 0.3.15 to 0.3.16.
- [Release notes](https://github.com/tokio-rs/tracing/releases )
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.15...tracing-subscriber-0.3.16 )
---
updated-dependencies:
- dependency-name: tracing-subscriber
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-07 12:10:00 +00:00
dependabot[bot]
cecc80a8ba
Merge pull request #779 from lycheeverse/dependabot/cargo/console-0.15.2
2022-09-29 12:21:08 +00:00
dependabot[bot]
e1df944596
Bump console from 0.15.1 to 0.15.2
...
Bumps [console](https://github.com/console-rs/console ) from 0.15.1 to 0.15.2.
- [Release notes](https://github.com/console-rs/console/releases )
- [Changelog](https://github.com/console-rs/console/blob/master/CHANGELOG.md )
- [Commits](https://github.com/console-rs/console/compare/0.15.1...0.15.2 )
---
updated-dependencies:
- dependency-name: console
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-29 12:14:23 +00:00
dependabot[bot]
cf8e4704b7
Bump thiserror from 1.0.36 to 1.0.37 ( #776 )
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.36 to 1.0.37.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.36...1.0.37 )
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
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-09-28 15:43:25 +02:00
dependabot[bot]
b1c1e6e953
Merge pull request #777 from lycheeverse/dependabot/cargo/tokio-1.21.2
2022-09-28 12:21:06 +00:00
dependabot[bot]
8b35408fc6
Bump tokio from 1.21.1 to 1.21.2
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.21.1 to 1.21.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.21.1...tokio-1.21.2 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-28 12:14:00 +00:00
dependabot[bot]
49808b394c
Merge pull request #773 from lycheeverse/dependabot/cargo/serde-1.0.145
2022-09-27 16:26:54 +00:00
dependabot[bot]
8ef443f2bc
Merge pull request #774 from lycheeverse/dependabot/cargo/thiserror-1.0.36
2022-09-27 16:26:19 +00:00
dependabot[bot]
010e5a56ad
Merge pull request #775 from lycheeverse/dependabot/cargo/openssl-sys-0.9.76
2022-09-27 16:25:26 +00:00
dependabot[bot]
eb325f5e5a
Bump serde from 1.0.144 to 1.0.145
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.144 to 1.0.145.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.144...v1.0.145 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-27 16:19:47 +00:00