Skip to content

Commit

Permalink
build(deps): bump itertools from 0.13.0 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.13.0 to 0.14.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.13.0...v0.14.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 Jan 6, 2025
1 parent 940e013 commit a8a17b3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 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 @@ -41,7 +41,7 @@ sqlx = { version = "0.7", features = ["macros", "runtime-tokio-rustls", "postgre

elasticsearch = "7.17.7-alpha.1"
harsh = "0.2"
itertools = "0.13"
itertools = "0.14"
r2d2 = "0.8"

openidconnect = "3"
Expand Down
2 changes: 1 addition & 1 deletion ai-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ tokio = { version = "1", features = ["full"] }
anyhow = "1"
futures = "0.3"
async-openai = "0.14"
itertools = "0.13"
itertools = "0.14"
rumba = { path = "../"}

0 comments on commit a8a17b3

Please sign in to comment.