lychee/lychee-bin/src
dependabot[bot] c5dfb45c9d
Bump the dependencies group with 4 updates (#1664)
* Bump the dependencies group with 4 updates

Bumps the dependencies group with 4 updates: [log](https://github.com/rust-lang/log), [reqwest](https://github.com/seanmonstar/reqwest), [tempfile](https://github.com/Stebalien/tempfile) and [typed-builder](https://github.com/idanarye/rust-typed-builder).


Updates `log` from 0.4.26 to 0.4.27
- [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.26...0.4.27)

Updates `reqwest` from 0.12.14 to 0.12.15
- [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.12.14...v0.12.15)

Updates `tempfile` from 3.19.0 to 3.19.1
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.19.0...v3.19.1)

Updates `typed-builder` from 0.20.1 to 0.21.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/compare/v0.20.1...v0.21.0)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typed-builder
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix lint

* fix two more lints

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias <matthias@endler.dev>
2025-03-24 16:30:44 +01:00
..
archive Respect timeout when retrieving archived link (#1526) 2024-10-12 21:49:50 +02:00
commands Bump the dependencies group with 4 updates (#1664) 2025-03-24 16:30:44 +01:00
formatters Format Markdown URLs with <> instead of []() (#1638) 2025-02-24 22:20:46 +01:00
cache.rs Add documentation 2022-06-21 10:03:31 +02:00
client.rs renamed base to base_url (fixes #1607) (#1629) 2025-02-16 01:41:32 +01:00
main.rs Bump the dependencies group with 4 updates (#1664) 2025-03-24 16:30:44 +01:00
options.rs Add support for custom file extensions in link checking. (#1559) 2025-03-02 17:47:05 +01:00
parse.rs Allow header values that contain equal signs (#1647) 2025-03-20 22:48:50 +01:00
stats.rs Rename fail_map to error_map for improved clarity in response statistics (#1560) 2024-11-08 09:02:33 +01:00
time.rs Add caching functionality (v2) (#443) 2022-01-14 15:25:51 +01:00
verbosity.rs feat(clap): show help menu on no args as well (#1458) 2024-06-25 11:03:56 +02:00