Skip to content

fix(deps): update rust crate sentry to 0.34.0 #69

fix(deps): update rust crate sentry to 0.34.0

fix(deps): update rust crate sentry to 0.34.0 #69

GitHub Actions / clippy failed Jun 5, 2024 in 0s

clippy

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
Note 0
Help 0

Versions

  • rustc 1.78.0 (9b00956e5 2024-04-29)

  • cargo 1.78.0 (54d8815d0 2024-03-26)

  • cargo 1.78.0 (54d8815d0 2024-03-26)

Annotations

Check failure on line 139 in src/main.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unresolved import `tokio_util::io`

error[E0432]: unresolved import `tokio_util::io`
   --> src/main.rs:139:21
    |
139 |     use tokio_util::io::ReaderStream;
    |                     ^^ could not find `io` in `tokio_util`