Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use standard error for error output #990

Merged
merged 1 commit into from
Apr 11, 2023
Merged

Use standard error for error output #990

merged 1 commit into from
Apr 11, 2023

Conversation

mre
Copy link
Member

@mre mre commented Mar 11, 2023

Fixes #984

From https://doc.rust-lang.org/book/ch12-06-writing-to-stderr-instead-of-stdout.html:

Command line programs are expected to send error messages to the standard error stream so we can still see error messages on the screen even if we redirect the standard output stream to a file. Our program is not currently well-behaved: we’re about to see that it saves the error message output to a file instead!

@mre
Copy link
Member Author

mre commented Mar 11, 2023

@thomas-zahner fyi. Can you compile lychee from this branch and report if everything works as expected? 🙏

@mre mre mentioned this pull request Mar 11, 2023
@thomas-zahner
Copy link
Member

@mre Yes, my use-case now works as expected, thank you for addressing it so quickly. I assume you will also take a look at the failing tests.

@mre mre force-pushed the stderr branch 2 times, most recently from 8ae6fc2 to 4649e9c Compare March 13, 2023 11:02
Fixes #984

From https://doc.rust-lang.org/book/ch12-06-writing-to-stderr-instead-of-stdout.html:

> Command line programs are expected to send error messages to the standard error stream so we can still see error messages on the screen even if we redirect the standard output stream to a file. Our program is not currently well-behaved: we’re about to see that it saves the error message output to a file instead!
@mre
Copy link
Member Author

mre commented Apr 11, 2023

@thomas-zahner, sorry that this wasn't merged yet. I have a question before I merge. Can you have a look? 🙏

@mre mre merged commit 0e97f57 into master Apr 11, 2023
@mre mre deleted the stderr branch April 11, 2023 21:43
thomas-zahner pushed a commit to thomas-zahner/lychee that referenced this pull request May 7, 2023
commit fe24ba7
Author: Matthias Endler <matthias@endler.dev>
Date:   Sat May 6 00:47:32 2023 +0200

    Add check duration (in seconds) to report (lycheeverse#1064)

commit 35e34aa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri May 5 16:02:39 2023 +0200

    Bump tokio from 1.27.0 to 1.28.0 (lycheeverse#1056)

    Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.27.0 to 1.28.0.
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.27.0...tokio-1.28.0)

    ---
    updated-dependencies:
    - dependency-name: tokio
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 8f889a1
Merge: 0dc38fa 1e0aebb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri May 5 13:03:30 2023 +0000

    Merge pull request lycheeverse#1062 from lycheeverse/dependabot/cargo/serde-1.0.162

commit 1e0aebb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri May 5 12:57:40 2023 +0000

    Bump serde from 1.0.160 to 1.0.162

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.160 to 1.0.162.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.160...1.0.162)

    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

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

commit 0dc38fa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon May 1 15:16:04 2023 +0200

    Bump octocrab from 0.20.0 to 0.21.0 (lycheeverse#1060)

    Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.20.0 to 0.21.0.
    - [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
    - [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
    - [Commits](XAMPPRocky/octocrab@v0.20.0...v0.21.0)

    ---
    updated-dependencies:
    - dependency-name: octocrab
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 247be22
Merge: c7c49d4 745345f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon May 1 13:05:29 2023 +0000

    Merge pull request lycheeverse#1061 from lycheeverse/dependabot/cargo/anyhow-1.0.71

commit c7c49d4
Merge: 589b54e eb04932
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon May 1 13:04:02 2023 +0000

    Merge pull request lycheeverse#1059 from lycheeverse/dependabot/cargo/reqwest-0.11.17

commit 589b54e
Merge: bb4e8c0 9e016d1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon May 1 13:03:13 2023 +0000

    Merge pull request lycheeverse#1058 from lycheeverse/dependabot/cargo/uuid-1.3.2

commit 745345f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon May 1 13:01:12 2023 +0000

    Bump anyhow from 1.0.70 to 1.0.71

    Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.70 to 1.0.71.
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](dtolnay/anyhow@1.0.70...1.0.71)

    ---
    updated-dependencies:
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

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

commit eb04932
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon May 1 12:59:30 2023 +0000

    Bump reqwest from 0.11.16 to 0.11.17

    Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.16 to 0.11.17.
    - [Release notes](https://github.com/seanmonstar/reqwest/releases)
    - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
    - [Commits](seanmonstar/reqwest@v0.11.16...v0.11.17)

    ---
    updated-dependencies:
    - dependency-name: reqwest
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

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

commit 9e016d1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon May 1 12:59:00 2023 +0000

    Bump uuid from 1.3.1 to 1.3.2

    Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.3.1 to 1.3.2.
    - [Release notes](https://github.com/uuid-rs/uuid/releases)
    - [Commits](uuid-rs/uuid@1.3.1...1.3.2)

    ---
    updated-dependencies:
    - dependency-name: uuid
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

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

commit bb4e8c0
Merge: e9812e4 0c0bb1e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Apr 26 13:04:20 2023 +0000

    Merge pull request lycheeverse#1057 from lycheeverse/dependabot/cargo/tokio-stream-0.1.14

commit 0c0bb1e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Apr 26 12:58:17 2023 +0000

    Bump tokio-stream from 0.1.12 to 0.1.14

    Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.12 to 0.1.14.
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Changelog](https://github.com/tokio-rs/tokio/blob/tokio-0.1.14/CHANGELOG.md)
    - [Commits](tokio-rs/tokio@tokio-stream-0.1.12...tokio-0.1.14)

    ---
    updated-dependencies:
    - dependency-name: tokio-stream
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

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

commit e9812e4
Author: Matthias <matthias-endler@gmx.net>
Date:   Tue Apr 25 17:54:57 2023 +0200

    Change back to `macos-latest` as there don't seem to be any bigger workers available right now

commit ea077a2
Author: Matthias <matthias-endler@gmx.net>
Date:   Tue Apr 25 15:49:04 2023 +0200

    Switch to new macOS workers

    https://github.blog/changelog/2023-04-24-github-actions-faster-macos-runners-are-now-available-in-open-public-beta/

commit 48453a9
Merge: 58d6d41 47c5426
Author: Matthias <matthias-endler@gmx.net>
Date:   Tue Apr 25 15:24:01 2023 +0200

    Merge branch 'master' of github.com:lycheeverse/lychee

commit 58d6d41
Author: Matthias <matthias-endler@gmx.net>
Date:   Tue Apr 25 15:23:59 2023 +0200

    Add debug build

commit 3a59423
Author: Matthias <matthias-endler@gmx.net>
Date:   Tue Apr 25 15:22:30 2023 +0200

    Revert back to old release pipeline

commit 47c5426
Merge: f9f2d7b 789b78e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Apr 25 13:04:50 2023 +0000

    Merge pull request lycheeverse#1055 from lycheeverse/dependabot/cargo/openssl-sys-0.9.87

commit 789b78e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Apr 25 12:58:32 2023 +0000

    Bump openssl-sys from 0.9.86 to 0.9.87

    Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.86 to 0.9.87.
    - [Release notes](https://github.com/sfackler/rust-openssl/releases)
    - [Commits](sfackler/rust-openssl@openssl-sys-v0.9.86...openssl-sys-v0.9.87)

    ---
    updated-dependencies:
    - dependency-name: openssl-sys
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

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

commit f9f2d7b
Author: Matthias <matthias-endler@gmx.net>
Date:   Tue Apr 25 13:35:44 2023 +0200

    Don't try to upload release binaries on `workflow_dispatch`

commit 942ce29
Author: Matthias Endler <matthias@endler.dev>
Date:   Tue Apr 25 13:31:10 2023 +0200

    Create on-demand binaries (useful for debugging) (lycheeverse#1054)

commit 49adfd0
Merge: 436a235 417dabb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Apr 24 13:04:58 2023 +0000

    Merge pull request lycheeverse#1053 from lycheeverse/dependabot/cargo/tracing-subscriber-0.3.17

commit 417dabb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Apr 24 13:00:01 2023 +0000

    Bump tracing-subscriber from 0.3.16 to 0.3.17

    Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.16 to 0.3.17.
    - [Release notes](https://github.com/tokio-rs/tracing/releases)
    - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.16...tracing-subscriber-0.3.17)

    ---
    updated-dependencies:
    - dependency-name: tracing-subscriber
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

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

commit 436a235
Author: Levi Zim <rsworktech@outlook.com>
Date:   Sat Apr 22 04:27:38 2023 +0800

    perform a warm up request in test_exponential_backoff (lycheeverse#1049)

    Perform a warm-up request to ensure the lazy regexes in
    `lychee-lib/src/quirks/mod.rs` are compiled.
    On some platforms, this can take some time(approx. 110ms),
    which should not be counted in the test.

commit 251a1d4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Apr 21 22:26:21 2023 +0200

    Bump regex from 1.7.3 to 1.8.1 (lycheeverse#1051)

    Bumps [regex](https://github.com/rust-lang/regex) from 1.7.3 to 1.8.1.
    - [Release notes](https://github.com/rust-lang/regex/releases)
    - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/regex@1.7.3...1.8.1)

    ---
    updated-dependencies:
    - dependency-name: regex
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 5bbd749
Merge: a7ddcac eaf43ab
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Apr 21 13:08:00 2023 +0000

    Merge pull request lycheeverse#1050 from lycheeverse/dependabot/cargo/openssl-sys-0.9.86

commit eaf43ab
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Apr 21 12:57:46 2023 +0000

    Bump openssl-sys from 0.9.85 to 0.9.86

    Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.85 to 0.9.86.
    - [Release notes](https://github.com/sfackler/rust-openssl/releases)
    - [Commits](sfackler/rust-openssl@openssl-sys-v0.9.85...openssl-sys-v0.9.86)

    ---
    updated-dependencies:
    - dependency-name: openssl-sys
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

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

commit a7ddcac
Author: Matthias <matthias-endler@gmx.net>
Date:   Mon Apr 17 23:24:11 2023 +0200

    prepare for release

commit 6a72f81
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Apr 17 23:14:24 2023 +0200

    Bump octocrab from 0.19.0 to 0.20.0 (lycheeverse#1045)

    * Bump octocrab from 0.19.0 to 0.20.0

    Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.19.0 to 0.20.0.
    - [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
    - [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/XAMPPRocky/octocrab/compare/octocrab@0.19.0...v0.20.0)

    ---
    updated-dependencies:
    - dependency-name: octocrab
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

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

    * impl RetryExt for http::Error

    ---------

    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@gmx.net>

commit 465159c
Merge: 177d7d6 7ed18a8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Apr 14 13:13:16 2023 +0000

    Merge pull request lycheeverse#1044 from lycheeverse/dependabot/cargo/assert_cmd-2.0.11

commit 7ed18a8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Apr 14 13:06:53 2023 +0000

    Bump assert_cmd from 2.0.10 to 2.0.11

    Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.10 to 2.0.11.
    - [Release notes](https://github.com/assert-rs/assert_cmd/releases)
    - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)
    - [Commits](assert-rs/assert_cmd@v2.0.10...v2.0.11)

    ---
    updated-dependencies:
    - dependency-name: assert_cmd
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

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

commit 177d7d6
Merge: b6f57f8 e12bbaa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Apr 14 13:05:50 2023 +0000

    Merge pull request lycheeverse#1042 from lycheeverse/dependabot/cargo/hyper-0.14.26

commit b6f57f8
Merge: df11509 8832123
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Apr 14 13:05:16 2023 +0000

    Merge pull request lycheeverse#1043 from lycheeverse/dependabot/cargo/predicates-3.0.3

commit 8832123
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Apr 14 12:58:51 2023 +0000

    Bump predicates from 3.0.2 to 3.0.3

    Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 3.0.2 to 3.0.3.
    - [Release notes](https://github.com/assert-rs/predicates-rs/releases)
    - [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md)
    - [Commits](assert-rs/predicates-rs@v3.0.2...v3.0.3)

    ---
    updated-dependencies:
    - dependency-name: predicates
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

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

commit e12bbaa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Apr 14 12:58:29 2023 +0000

    Bump hyper from 0.14.25 to 0.14.26

    Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.25 to 0.14.26.
    - [Release notes](https://github.com/hyperium/hyper/releases)
    - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.26/CHANGELOG.md)
    - [Commits](hyperium/hyper@v0.14.25...v0.14.26)

    ---
    updated-dependencies:
    - dependency-name: hyper
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

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

commit df11509
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Apr 13 15:17:12 2023 +0200

    Bump tabled from 0.10.0 to 0.11.1 (lycheeverse#1039)

    * Bump tabled from 0.10.0 to 0.11.1

    Bumps [tabled](https://github.com/zhiburt/tabled) from 0.10.0 to 0.11.1.
    - [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>

    * update tabled imports

    ---------

    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@gmx.net>
    Co-authored-by: Matthias Endler <matthias@endler.dev>

commit d50ecd4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Apr 13 15:05:20 2023 +0200

    Bump cached from 0.42.0 to 0.43.0 (lycheeverse#1036)

    Bumps [cached](https://github.com/jaemk/cached) from 0.42.0 to 0.43.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>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit c0005f6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Apr 13 15:05:04 2023 +0200

    Bump serde_json from 1.0.95 to 1.0.96 (lycheeverse#1038)

    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.95 to 1.0.96.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.95...v1.0.96)

    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 64a3641
Author: Matthias Endler <matthias@endler.dev>
Date:   Wed Apr 12 00:56:15 2023 +0200

    Build new Docker image on push to `master`

commit 6c24a22
Author: Matthias Endler <matthias@endler.dev>
Date:   Wed Apr 12 00:54:13 2023 +0200

    set latest tag for default branch

commit 0e97f57
Author: Matthias Endler <matthias@endler.dev>
Date:   Tue Apr 11 23:43:33 2023 +0200

    Use standard error for error output (lycheeverse#990)

    Fixes lycheeverse#984

    From https://doc.rust-lang.org/book/ch12-06-writing-to-stderr-instead-of-stdout.html:

    > Command line programs are expected to send error messages to the standard error stream so we can still see error messages on the screen even if we redirect the standard output stream to a file. Our program is not currently well-behaved: we’re about to see that it saves the error message output to a file instead!

commit 36f229b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Apr 11 17:50:36 2023 +0200

    Bump strum from 0.23.0 to 0.24.1 (lycheeverse#1022)

    Bumps [strum](https://github.com/Peternator7/strum) from 0.23.0 to 0.24.1.
    - [Release notes](https://github.com/Peternator7/strum/releases)
    - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/Peternator7/strum/commits)

    ---
    updated-dependencies:
    - dependency-name: strum
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 10e98c0
Merge: 0e0173b 822e4a8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Apr 11 14:44:18 2023 +0000

    Merge pull request lycheeverse#1032 from lycheeverse/dependabot/cargo/async-stream-0.3.5

commit 0e0173b
Merge: e475777 6f7beab
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Apr 11 14:43:37 2023 +0000

    Merge pull request lycheeverse#1035 from lycheeverse/dependabot/cargo/serde-1.0.160

commit 6f7beab
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Apr 11 14:38:03 2023 +0000

    Bump serde from 1.0.159 to 1.0.160

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.159 to 1.0.160.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.159...v1.0.160)

    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

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

commit 822e4a8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Apr 11 14:38:01 2023 +0000

    Bump async-stream from 0.3.4 to 0.3.5

    Bumps [async-stream](https://github.com/tokio-rs/async-stream) from 0.3.4 to 0.3.5.
    - [Release notes](https://github.com/tokio-rs/async-stream/releases)
    - [Commits](tokio-rs/async-stream@v0.3.4...v0.3.5)

    ---
    updated-dependencies:
    - dependency-name: async-stream
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

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

commit e475777
Author: Matthias <matthias-endler@gmx.net>
Date:   Tue Apr 11 16:36:32 2023 +0200

    formatting

commit 0c04f03
Author: Matthias <matthias-endler@gmx.net>
Date:   Tue Apr 11 01:00:25 2023 +0200

    Improve `is_url` function and tests

commit e96d411
Author: Matthias <matthias-endler@gmx.net>
Date:   Tue Apr 11 00:43:57 2023 +0200

    helpers -> utils

commit 1024805
Author: Matthias <matthias-endler@gmx.net>
Date:   Tue Apr 11 00:41:12 2023 +0200

    Lazy-load quirk patterns

commit 8f6199b
Author: Matthias <matthias-endler@gmx.net>
Date:   Tue Apr 11 00:26:43 2023 +0200

    Don't panic on invalid response URIs

commit 649f307
Author: Matthias <matthias-endler@gmx.net>
Date:   Tue Apr 11 00:23:23 2023 +0200

    Avoid unwrap when deserializing statuscode

commit bbc0bfa
Author: Matthias <matthias-endler@gmx.net>
Date:   Tue Apr 11 00:00:14 2023 +0200

    format errors

commit 70ff357
Merge: ac9c50c f17c17f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Apr 10 13:07:22 2023 +0000

    Merge pull request lycheeverse#1033 from lycheeverse/dependabot/cargo/openssl-sys-0.9.85

commit ac9c50c
Merge: 74a8272 c1fb3c5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Apr 10 13:06:34 2023 +0000

    Merge pull request lycheeverse#1034 from lycheeverse/dependabot/cargo/uuid-1.3.1

commit c1fb3c5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Apr 10 12:59:13 2023 +0000

    Bump uuid from 1.3.0 to 1.3.1

    Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.3.0 to 1.3.1.
    - [Release notes](https://github.com/uuid-rs/uuid/releases)
    - [Commits](uuid-rs/uuid@1.3.0...1.3.1)

    ---
    updated-dependencies:
    - dependency-name: uuid
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

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

commit f17c17f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Apr 10 12:58:26 2023 +0000

    Bump openssl-sys from 0.9.83 to 0.9.85

    Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.83 to 0.9.85.
    - [Release notes](https://github.com/sfackler/rust-openssl/releases)
    - [Commits](sfackler/rust-openssl@openssl-sys-v0.9.83...openssl-sys-v0.9.85)

    ---
    updated-dependencies:
    - dependency-name: openssl-sys
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

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

commit 74a8272
Merge: a9603d6 460a418
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Apr 3 13:07:27 2023 +0000

    Merge pull request lycheeverse#1030 from lycheeverse/dependabot/cargo/wiremock-0.5.18

commit 460a418
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Apr 3 12:59:53 2023 +0000

    Bump wiremock from 0.5.17 to 0.5.18

    Bumps [wiremock](https://github.com/LukeMathWalker/wiremock-rs) from 0.5.17 to 0.5.18.
    - [Release notes](https://github.com/LukeMathWalker/wiremock-rs/releases)
    - [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md)
    - [Commits](LukeMathWalker/wiremock-rs@v0.5.17...v0.5.18)

    ---
    updated-dependencies:
    - dependency-name: wiremock
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Write errors to stderr
2 participants