Skip to content

Commit

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

---
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 Feb 26, 2024
1 parent a496f2d commit a72ed13
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 13 deletions.
23 changes: 16 additions & 7 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 action/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repository = "https://github.com/bit-ranger/chord"
chord-core = { path = "../core", version = "0.1.22" }
chord-util = { path = "../util", version = "0.1.22", optional = true }
serde = { version = "1.0" }
itertools = "0.10.5"
itertools = "0.12.1"
futures = { version = "0.3.27" }
log = { version = "0.4.14", features = ["std"] }
reqwest = { version = "0.11.22", features = ['stream'], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ log = { version = "0.4.14", features = ["std"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3.16", features = ['env-filter'] }
futures = "0.3.27"
itertools = "0.10.5"
itertools = "0.12.1"
flume = "0.10.14"
structopt = "0.3"
dirs = "5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ chrono = { version = "0.4.26", features = ["serde"] }
async-trait = "0.1.73"
regex = "1.7.1"
lazy_static = "1.4.0"
itertools = "0.10.5"
itertools = "0.12.1"
thiserror = "1.0"
tokio = { version = "1.26", features = ["fs", "time", "tracing", "process", "macros", "rt", "io-util", "sync"] }

Expand Down
2 changes: 1 addition & 1 deletion flow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repository = "https://github.com/bit-ranger/chord"

[dependencies]
chord-core = { path = "../core", version = "0.1.22" }
itertools = "0.10.5"
itertools = "0.12.1"
futures = "0.3.27"
handlebars = "4.3.6"
log = { version = "0.4.14", features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion output/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repository = "https://github.com/bit-ranger/chord"
chord-core = { path = "../core", version = "0.1.22" }
serde = { version = "1.0" }
chrono = { version = "0.4.26", features = ["serde"] }
itertools = { version = "0.10.5" }
itertools = { version = "0.12.1" }
log = { version = "0.4.14", features = ["std"] }
async-trait = "0.1.73"
futures = "0.3.27"
Expand Down
2 changes: 1 addition & 1 deletion web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ chord-util = { path = "../util", version = "0.1.22" }
tokio = { version = "1.26", features = ["fs", "time", "tracing", "process", "macros"] }
serde = { version = "1.0" }
futures = "0.3.27"
itertools = "0.10.5"
itertools = "0.12.1"
log = { version = "0.4.14", features = ["std"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3.16", features = ['env-filter'] }
Expand Down

0 comments on commit a72ed13

Please sign in to comment.