Skip to content

Bump itertools from 0.11.0 to 0.13.0 #99

Bump itertools from 0.11.0 to 0.13.0

Bump itertools from 0.11.0 to 0.13.0 #99

GitHub Actions / clippy succeeded May 16, 2024 in 1s

clippy

2 warnings

Details

Results

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

Versions

  • rustc 1.79.0-beta.4 (a26981974 2024-05-10)
  • cargo 1.79.0-beta.4 (8a7384119 2024-05-03)
  • clippy 0.1.79 (a269819 2024-05-10)

Annotations

Check warning on line 74 in src/bin/api.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of deprecated function `<received_transfers as actix_web::dev::HttpServiceFactory>::register::received_transfers`: Use /transfers instead, this endpoint will be removed in the near future

warning: use of deprecated function `<received_transfers as actix_web::dev::HttpServiceFactory>::register::received_transfers`: Use /transfers instead, this endpoint will be removed in the near future
  --> src/bin/api.rs:74:10
   |
74 | async fn received_transfers(
   |          ^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default

Check warning on line 581 in src/repository.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of deprecated method `itertools::Itertools::group_by`: Use .chunk_by() instead

warning: use of deprecated method `itertools::Itertools::group_by`: Use .chunk_by() instead
   --> src/repository.rs:581:14
    |
581 |             .group_by(|t| t.pact_id.clone().unwrap());
    |              ^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default