Skip to content

Commit

Permalink
build(deps): Bump itertools from 0.13.0 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.13.0 to 0.14.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.13.0...v0.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and VorpalBlade committed Jan 6, 2025
1 parent 14a6b7d commit c3d105c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ env_logger = { version = "0.11.6", default-features = false }
glob = { version = "0.3.2", default-features = false }
indoc = { version = "2.0.5", default-features = false }
ini-merge = { version = "0.6.1", default-features = false }
itertools = { version = "0.13.0", default-features = false }
itertools = { version = "0.14.0", default-features = false }
log = { version = "0.4.22", default-features = false }
medic = { version = "0.3.2" }
regex = "1.11.1"
Expand Down

0 comments on commit c3d105c

Please sign in to comment.