Skip to content

Commit

Permalink
fix(deps): update rust crate itertools to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 4, 2025
1 parent 90e1278 commit 396669e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async-trait = "0.1.77"
dyn-clone = "1.0.16"
thiserror = { workspace = true }
parking_lot = { version = "0.12.1" }
itertools = "0.13.0" # sweet iterator utilities
itertools = "0.14.0" # sweet iterator utilities
rayon = "1.10" # for iterator parallel processing
ambassador = "0.4.1" # for trait delegation
derive_builder = "0.20" # for builder pattern
Expand Down

0 comments on commit 396669e

Please sign in to comment.