Skip to content

Commit

Permalink
chore(deps): update rust crate itertools to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2023
1 parent ca34d43 commit 9cc0259
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion server/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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ strum = { version = "0.25.0", features = ["strum_macros"] }
proptest = "1.3.1"
proptest-derive = "0.4.0"
serde_json = "1.0.108"
itertools = "0.11.0"
itertools = "0.12.0"
chrono = { version = "0.4.31" }
futures = "0.3.29"
uuid = { version = "1.5.0", features = ["v4"] }
Expand Down

0 comments on commit 9cc0259

Please sign in to comment.