1 Commits

Author SHA1 Message Date
dependabot[bot]
7435af3708 Update itertools requirement from 0.12 to 0.14
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.0...v0.14.0)

---
updated-dependencies:
- dependency-name: itertools
  dependency-version: 0.14.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-10 02:35:12 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ jobs:
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
- name: Upload to codecov.io
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v3
with:
files: lcov.info
fail_ci_if_error: false

View File

@@ -36,7 +36,7 @@ anyhow = "1.0"
thiserror = "1.0"
# Utilities
itertools = "0.12"
itertools = "0.14"
lazy_static = "1.4"
rand = "0.8"