Skip to content

Commit

Permalink
chore(deps,cargo): bump itertools from 0.11.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.11.0 to 0.12.1.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.11.0...v0.12.1)

---
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 Apr 9, 2024
1 parent 94e64e6 commit da5e797
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 @@ -23,7 +23,7 @@ arrow-array = "51.0.0"
arrow-json = "51.0.0"
async-trait = "0.1.74"
datafusion = { version = "37.0.0" }
itertools = "0.11.0"
itertools = "0.12.1"
serde = { version="1.0.189", features = ["derive"] }
serde_json = "1.0.107"
tokio = {version = "1.33.0", features=["full"] }
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ diesel_migrations="2.0.0"
diesel-async = { version="0.4.1", features = ["postgres", "bb8"] }
diesel-derive-enum = { version = "2.1.0", features = ["postgres"] }
diesel_as_jsonb = "1.0.0"
itertools = "0.11.0"
itertools = "0.12.1"
object_store = {version="0.9.1"}
regex = "1.10.2"
serde = { version="1.0.189", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion relayctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition.workspace = true
[dependencies]
mesh = {path = "../core"}
arrow-schema = { workspace = true }
itertools = "0.11.0"
itertools = "0.12.1"
object_store = "0.7.1"
regex = "1.10.2"
serde = { version="1.0.189", features = ["derive"] }
Expand Down

0 comments on commit da5e797

Please sign in to comment.