Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/lycheeverse/lychee

⚡ Fast, async, stream-based link checker written in Rust. Finds broken URLs and mail addresses inside Markdown, HTML, reStructuredText, websites and more!
https://github.com/lycheeverse/lychee

Bump hyper from 0.14.24 to 0.14.25

Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.24 to 0.14.25.
- [Release notes](http...

ff087cbed3ea129f05ab0f096f8081cb6fe003f7 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix nested URL extraction in verbatim elements (#988)

Skipping URLs in verbatim elements didn't take nested
elements into consideration, which were n...

55797071b0f1a79fe6afa58e8d91ef2c30c9192d authored over 1 year ago by Matthias Endler <[email protected]>
Better retry handling (#981)

Previously, lychee would blindly retry all requests,
no matter if the request error was transie...

2255ad9286a245b57a01f899be2b4fed82e3fb37 authored over 1 year ago by Matthias Endler <[email protected]>
Fix `--max-redirects` (#987)

Having more than the max number of redirects
caused lychee to abort the requests, but did not
...

30e2a2b62bbca0c56ea22bbc7100d8466b6bd0cc authored over 1 year ago by Matthias Endler <[email protected]>
Bump typed-builder from 0.13.0 to 0.14.0

Bumps [typed-builder](https://github.com/idanarye/rust-typed-builder) from 0.13.0 to 0.14.0.
- [...

ac189306ef74a2e41f4f771ab6b42b6e0e30848b authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #982 from lycheeverse/dependabot/cargo/serde-1.0.154

add15af2aada17181a2ed0fc3050bad802805e94 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump serde from 1.0.153 to 1.0.154

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.153 to 1.0.154.
- [Release notes](http...

7ffb9eac1032a493e6d9e3a4ec4337351e345985 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump typed-builder from 0.12.0 to 0.13.0

Bumps [typed-builder](https://github.com/idanarye/rust-typed-builder) from 0.12.0 to 0.13.0.
- [...

12f3dcbc6d97d7c87e2cab46e278a325b9931ebc authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #980 from lycheeverse/dependabot/cargo/serde-1.0.153

688d864671086e2ccb373c574645e311fdab319b authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump serde from 1.0.152 to 1.0.153

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.152 to 1.0.153.
- [Release notes](http...

a511793c5ca047bab818a1f8c0370ba3baa352ed authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update FUNDING.yml

fea200b5127c0bc6374c4715eb4d06d2b6696f8c authored over 1 year ago by Matthias Endler <[email protected]>
Merge pull request #979 from lycheeverse/dependabot/cargo/csv-1.2.1

684668f78085642b8dac8c427cd601b2e6b6cbbc authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump csv from 1.2.0 to 1.2.1

Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.2.0 to 1.2.1.
- [Release notes](https...

ce7d99d88ce0d83a67aa15dcdac138ad670191a4 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #976 from lycheeverse/dependabot/cargo/thiserror-1.0.39

46ed6f45ad4eb60c727f6ec6e876e0f9bba00619 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #977 from lycheeverse/dependabot/cargo/serde_json-1.0.94

e8b4df4afcd10bad7940544cc70d2853be8a82ea authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump serde_json from 1.0.93 to 1.0.94

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.93 to 1.0.94.
- [Release notes](ht...

244f013f220d581dedbd305aa38f6b4959563263 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump thiserror from 1.0.38 to 1.0.39

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.38 to 1.0.39.
- [Release notes]...

d17624e0faf1779ab59429f2960ee322a7d716a9 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add new test config, which covers all tests

08d71e619674cb583b206b7718167b392a78d234 authored over 1 year ago by Matthias <[email protected]>
Add missing test- and linting flags

b4cc843f33a5768bb1b30547f217f02a6498c796 authored over 1 year ago by Matthias Endler <[email protected]>
Excluded URLs are no longer cached

See https://github.com/lycheeverse/lychee/pull/692

4306150e562038e73ff25304ecd400dd1c30c024 authored over 1 year ago by Matthias <[email protected]>
Fix tests after `address` is no longer a verbatim element

388bd2067336b749928de8637147c7129c1940cd authored over 1 year ago by Matthias <[email protected]>
Fix url input handling without scheme

59ddc1e27d2575f141ca7ea4f0d437400598217e authored over 1 year ago by Matthias <[email protected]>
Ignore remap test

https://github.com/robinst/linkify/pull/58

9b75da60a619ed8fbfbce17753079518738e927a authored over 1 year ago by Matthias <[email protected]>
Don't ignore file-not-found errors when loading config

This is no longer necessary ever since https://github.com/lycheeverse/lychee/commit/712bdfa8cbd5...

387766322d7538d89be10b704f2b2c775d23f6a1 authored over 1 year ago by Matthias <[email protected]>
Temporarily move to `criterion/master`, which supports nextest

91c8bc3ef5ed5b7650c73e9ca373d119f027f1ae authored over 1 year ago by Matthias <[email protected]>
Fix CLI tests

ac13e5d16e1fa1e060bc62a9a6381e3b41b810de authored over 1 year ago by Matthias <[email protected]>
Split up quirks and skip twitter check

It's flaky on Github

c9edb7f8097c1247589ceeeeffbc06c0c930f5de authored over 1 year ago by Matthias <[email protected]>
Explicit quirks output for test

51628213d608f8c044d820833bc4070841fd92ea authored over 1 year ago by Matthias <[email protected]>
Custom config handling to spot errors when passing invalid config and ignoring errors loading missing default conf

9eb3149a696ffd17a77bb8f5c8b522cb5442b677 authored over 1 year ago by Matthias <[email protected]>
fix url output

46d238ba93c0e0ad05f7361506a0f50f4aa21ba9 authored over 1 year ago by Matthias <[email protected]>
update help message

49d1d3accbefe6430043534438de3f516a1c8a5c authored over 1 year ago by Matthias <[email protected]>
Revert "Don't ignore file-not-found errors when loading config"

This reverts commit 9ade4502a27cb3776c5fb39cdad7666ab854a373.

6c133493e9f8a93941b76d40d8c42434c359a4d5 authored over 1 year ago by Matthias <[email protected]>
Ignore config smoketest output report file

08466ad59b9770663486509ecb88f15e8ab241c4 authored over 1 year ago by Matthias <[email protected]>
Add test for missing and example config file and helper methods

19976cd9e748811f59911a6fa4bd2c405e0d1cc0 authored over 1 year ago by Matthias <[email protected]>
disable all features flag (breaks example domain tests)

257ecd7bc0d62cae69b10af05a08db0602b6dcaa authored over 1 year ago by Matthias <[email protected]>
Use nextest for make test

c47f0b8c53bc25d32db1e240c1a174e9babd9dab authored over 1 year ago by Matthias <[email protected]>
Put lycheecache tests into separate subfolders to avoid race

86f13609e67b7629c631005e94c270c3f05e0e82 authored over 1 year ago by Matthias <[email protected]>
Fix expected json output

1f62590a027ee6e49d54171aa53edf6aad8e8d74 authored over 1 year ago by Matthias <[email protected]>
Ignored URLs don't lead to failing exit code

17937537f811f58e823ac714d21959027705dca9 authored over 1 year ago by Matthias <[email protected]>
Fix `test_skip_cache_unsupported`

c549213bfe92f80b13d7a50ba52673b533e6f86c authored over 1 year ago by Matthias <[email protected]>
Split up test

09d0064e698965ef45a9958a32e32b3a06958863 authored over 1 year ago by Matthias <[email protected]>
Multiple arguments get handled differently in clap in comparison to structopt

We should document that change

e125d45a8e09f301747338a8db6f7f610c8cd4e3 authored over 1 year ago by Matthias <[email protected]>
Fix cache test

f64c60aac003e571c1a56851992a3274685a508b authored over 1 year ago by Matthias <[email protected]>
fix multiple_exclude_files test

a7f7b989efc8b4644313291f5279c12ed8186815 authored over 1 year ago by Matthias <[email protected]>
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...

74ce563c5d93f4066d38ff5423ebf86c9d3866d6 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #973 from lycheeverse/dependabot/cargo/clap-4.1.8

c177507772192ef6b33a460c2dac73641033e86a authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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://git...

85ae5cf1de3be630ea5079f03c0dc3976cd29af5 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update 'verbose' in lychee TOML example to be Verbosity instead of boolean (#971)

Co-authored-by: Lucy Voigt <[email protected]>

ea037549349bc9dca5001df68dcfceac60896584 authored over 1 year ago by Lucy Voigt <[email protected]>
Merge pull request #969 from lycheeverse/dependabot/cargo/clap-4.1.7

458c10205e9622b1f15978c562de7bb5e631cb3f authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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://git...

4f130b4979393e6e55f812b99673e009d7619a66 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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](...

bed7dc7310d1b78afe9fa0d2195948293323d949 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update verbosity docs

Thanks to @MichaIng for mentioning the issue and providing a fix.

7e0b9e2c68118202ad75ffd3de0e113c5d5b7137 authored over 1 year ago by Matthias <[email protected]>
Customize verbosity (#956)

7874195bbbe17badaa0a380df3fc94959b87cffd authored over 1 year ago by Matthias Endler <[email protected]>
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 not...

1350a0bdf6d4cd57e80314b23b178de385268206 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update name of Arch package (#959)

bd30e0d739bea8511f7aae7d7fa3092d963be2c8 authored over 1 year ago by Daniel M. Capella <[email protected]>
Fix cached 200 status code handling (#958)

* Fix cached 200 status code handling

Assert that code 200 never needs to be explicitly accepte...

b653a0a1ecd5cfd34f23151acfb7ab933d71985a authored over 1 year ago by Matthias Endler <[email protected]>
Bump to v0.11.0 (#957)

123742a8b413d9c67300d3d5578b8e9cdd8304a9 authored over 1 year ago by Matthias Endler <[email protected]>
Merge pull request #955 from lycheeverse/dependabot/cargo/async-stream-0.3.4

7e6fd1ba175cb0a6be429097ddd27ca64a910d3e authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix lint

5558531babb8671cf45ac09475c2e509d42e2d18 authored over 1 year ago by Matthias <[email protected]>
Merge pull request #954 from lycheeverse/dependabot/cargo/tokio-stream-0.1.12

08c4d658563998b29195ed0ed6ebc626d23cdf93 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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]...

fb1e820a604941fe43657c2d47c3ab4d2f650278 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #953 from lycheeverse/dependabot/cargo/http-0.2.9

8d05e5a3db05ee7ede56b3edb9d3840977f4acc6 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 n...

7bd1d5a6fd1436594b5478449f45d01d36165d48 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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://gi...

98247cd86413ea7f55fb59c0f6190bd3b170523c authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #952 from lycheeverse/dependabot/cargo/clap-4.1.6

32087931ab54f232dbfed463958f7a4db2d260bf authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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://git...

626b2a5b2d844bff8e4f00bdc7bd496579ac6b23 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #951 from lycheeverse/dependabot/cargo/once_cell-1.17.1

6de97d659c6299b7e5854e89422d8ae1b17c3dd3 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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]...

e5ad976c68ac99e80beb9f2553d4d530358b6196 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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](http...

340e093f0bbf212ab69b33df5b92b013cd703d0c authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix typos (#944)

Found via `codespell -S fixtures -L crate,reacher,t`

9fa1d732f7d145f58df3fccf68fa7527ede90ba9 authored over 1 year ago by Kian-Meng Ang <[email protected]>
Merge pull request #946 from lycheeverse/dependabot/cargo/serde_json-1.0.93

550f3a0088ef73072ac0c5fee01acd477fd60070 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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](ht...

a3c9e94beb45f2388f1020bc4791ec6801cf1551 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #945 from lycheeverse/dependabot/cargo/toml-0.7.2

1f64eed75d8b44d225aa48c3b69ffef02b27a31d authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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://git...

cb9622c4110197a83e77688bfcf6c204c2cfa2bb authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #943 from lycheeverse/dependabot/cargo/serde_json-1.0.92

02b566a0cd5a3c5971ffa849a4c070d43d77dc11 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #942 from lycheeverse/dependabot/cargo/anyhow-1.0.69

a1cb736b7d143bc68f8b17d7e1507f9c47c2c336 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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](ht...

c3dad91356ba4112aae51f98d23693ff0618f3d3 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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...

096f5b61cd6dbcac86d19920ae805bb1aea64076 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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://gi...

6b79242c84e120c206ceed6f7e0b92a28f140872 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #937 from lycheeverse/dependabot/cargo/futures-0.3.26

05bb15f3a63755d291209e8519b66c60a66f2156 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #938 from lycheeverse/dependabot/cargo/toml-0.7.1

3d51b56a1a72850098a74c72357c0f28ef998240 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump toml from 0.7.0 to 0.7.1

Bumps [toml](https://github.com/toml-rs/toml) from 0.7.0 to 0.7.1.
- [Release notes](https://git...

709aac2a015e94bd8a03fda9b36237d9c42aa541 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump futures from 0.3.25 to 0.3.26

Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.25 to 0.3.26.
- [Release notes...

128e19d5677dd206e0d8cbc3ede65f6c29bed18a authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump toml from 0.5.11 to 0.7.0 (#933)

* Bump toml from 0.5.11 to 0.7.0

Bumps [toml](https://github.com/toml-rs/toml) from 0.5.11 to...

d8e4940dbe11815d2a2c8dccea2be04255355c75 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump typed-builder from 0.11.0 to 0.12.0 (#934)

* Bump typed-builder from 0.11.0 to 0.12.0

Bumps [typed-builder](https://github.com/idanarye/...

0a2cd324d524662244b65ddcbbc6369e3997da83 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump tokio from 1.24.2 to 1.25.0 (#935)

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.2 to 1.25.0.
- [Release notes](https...

7de4e3f0f0aae66bb7d66c99ba9d1c386b92c919 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Introduce new let...else syntax (#936)

9837699b79feec49939c4805adcad315fb20a5f3 authored over 1 year ago by Matthias Endler <[email protected]>
Merge pull request #930 from lycheeverse/dependabot/cargo/clap-4.1.4

06b0f27b74bbe3937e44c8b5dec13ee62284ba3a authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump clap from 4.1.3 to 4.1.4

Bumps [clap](https://github.com/clap-rs/clap) from 4.1.3 to 4.1.4.
- [Release notes](https://git...

c08ce1dc1a2ff5132f5892845565d287bffe31c3 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #928 from lycheeverse/dependabot/cargo/clap-4.1.3

bab1a9999e67f439eee85f4ce18f7f35f29e5af9 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump clap from 4.1.1 to 4.1.3

Bumps [clap](https://github.com/clap-rs/clap) from 4.1.1 to 4.1.3.
- [Release notes](https://git...

98ee0610df3c6a8e9c1f0493ae7a582c5ee03c70 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ci: update checkout action to v3 (#927)

Co-authored-by: Lucius Hu <[email protected]>

7abbaa218a312e45810a7622b6ef7fcb9594939c authored over 1 year ago by Lucius Hu <[email protected]>
Merge pull request #925 from lycheeverse/dependabot/cargo/reqwest-0.11.14

22546a35ba613f1fb74de67493a5b28ade98f49c authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #924 from lycheeverse/dependabot/cargo/toml-0.5.11

1e2bbe01cf7eeb98726e73caf4d43fe447494d5c authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump reqwest from 0.11.13 to 0.11.14

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.13 to 0.11.14.
- [Release note...

70260f4c238eae2392b4c869d672c9d64b6b17b4 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump toml from 0.5.10 to 0.5.11

Bumps [toml](https://github.com/toml-rs/toml) from 0.5.10 to 0.5.11.
- [Release notes](https://g...

d7bb7ea60e772716851e5bc945b4dfdf03e92868 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #923 from lycheeverse/dependabot/cargo/tokio-1.24.2

48d388e6d322ea76b1806d48b8776de7676ddb77 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump tokio from 1.24.1 to 1.24.2

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.1 to 1.24.2.
- [Release notes](https:...

3612d20fb796a4f238284a976ee2c446bccd286d authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #916 from lycheeverse/dependabot/cargo/indicatif-0.17.3

20f708608a99e9f2ed4bb5ebe4510aad959ba1dc authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump indicatif from 0.17.2 to 0.17.3

Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.2 to 0.17.3.
- [Release not...

314e3875445681a211a43bbca329b1805687a140 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>