Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 10, 2023
1 parent c487c27 commit 0d96ba0
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 27 deletions.
59 changes: 34 additions & 25 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ index_list = "0.2.7"
indexmap = "1.9.3"
indicatif = "0.17.4"
Inflector = "0.11.4"
itertools = "0.10.5"
itertools = "0.11.0"
jemallocator = { package = "tikv-jemallocator", version = "0.4.1", features = ["unprefixed_malloc_on_supported_platforms"] }
jito-protos = { path = "jito-protos", version = "=1.17.0" }
tip-distribution = { path = "jito-programs/mev-programs/programs/tip-distribution", features = ["no-entrypoint"] }
Expand Down
2 changes: 1 addition & 1 deletion tip-distributor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ clap = { version = "4.1.11", features = ["derive", "env"] }
env_logger = "0.9.0"
futures = "0.3.21"
im = "15.1.0"
itertools = "0.10.3"
itertools = "0.11.0"
log = "0.4.17"
num-traits = "0.2.15"
serde = "1.0.137"
Expand Down

0 comments on commit 0d96ba0

Please sign in to comment.