Skip to content

Commit

Permalink
build(deps): Bump itertools from 0.11.0 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.11.0 to 0.12.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.11.0...v0.12.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 Nov 15, 2023
1 parent b8f20ab commit 28f3396
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
19 changes: 14 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 packages/proto-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish = false

[dependencies]
heck = "0.4.0"
itertools = "0.11.0"
itertools = "0.12.0"
log = "0.4.20"
pretty_env_logger = "0.5.0"
prettyplease = "0.2.15"
Expand Down
2 changes: 1 addition & 1 deletion packages/std-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "2.0.1"
proc-macro = true

[dependencies]
itertools = "0.11.0"
itertools = "0.12.0"
proc-macro2 = "1.0.69"
quote = "1.0.33"
syn = "2.0.39"
Expand Down

0 comments on commit 28f3396

Please sign in to comment.