lychee/lychee-lib/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
..
basic_auth feat: add support for basic auth per URI (#1110) 2023-06-26 12:06:24 +02:00
chain Extend compact format (#1497) 2024-09-09 18:33:18 +02:00
checker Add support for relative links (#1489) 2024-10-26 04:07:37 +02:00
extract Bump the dependencies group across 1 directory with 21 updates (#1643) 2025-02-24 14:18:06 +01:00
filter Fix new clippy lints (#1625) 2025-02-06 14:51:44 +01:00
quirks Add quirks support for youtube-nocookie.com and youtube embed URLs (#1563) 2024-11-08 06:15:26 +01:00
types Add support for custom file extensions in link checking. (#1559) 2025-03-02 17:47:05 +01:00
utils Bump the dependencies group with 4 updates (#1664) 2025-03-24 16:30:44 +01:00
client.rs Add support for relative links (#1489) 2024-10-26 04:07:37 +02:00
collector.rs Add support for custom file extensions in link checking. (#1559) 2025-03-02 17:47:05 +01:00
lib.rs Add support for custom file extensions in link checking. (#1559) 2025-03-02 17:47:05 +01:00
remap.rs Extend compact format (#1497) 2024-09-09 18:33:18 +02:00
retry.rs Fix new clippy lints (#1625) 2025-02-06 14:51:44 +01:00
test_utils.rs Add support for relative links (#1489) 2024-10-26 04:07:37 +02:00