Skip to content

Commit

Permalink
fix(deps): update rust crate itertools to v0.14.0 (#528)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 31, 2024
1 parent ffc8871 commit de35a74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -26,7 +26,7 @@ serde_path_to_error = "=0.1.16"
tokio = { version = "=1.42.0", features = ["full"] }
futures-util = "=0.3.31"
tokio-stream = "=0.1.17"
itertools = "=0.13.0"
itertools = "=0.14.0"
sqlx = { version = "=0.8.2", features = [
"runtime-tokio-rustls",
"postgres",
Expand Down

0 comments on commit de35a74

Please sign in to comment.