Skip to content

Commit

Permalink
Bump itertools from 0.12.0 to 0.12.1
Browse files Browse the repository at this point in the history
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.0 to 0.12.1.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.12.0...v0.12.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 30, 2024
1 parent e1a969f commit 1a7b1d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions 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 compiler/ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ version = "1.9"
features = [ "serde-1" ]

[dependencies.itertools]
version = "0.12.0"
version = "0.12.1"

[dependencies.serde]
version = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion compiler/passes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ version = "=1.10.0"
version = "1.9"

[dependencies.itertools]
version = "0.12.0"
version = "0.12.1"

[dependencies.num-traits]
version = "0.2.16"
Expand Down

0 comments on commit 1a7b1d1

Please sign in to comment.