Skip to content

Commit

Permalink
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 May 6, 2024
1 parent 601713f commit 2b1258c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ clap = "2.33.1" # argument parsing
colored = "1.9" # color in terminal
strsim = "0.10.0" # string similarity metrics
prettytable-rs = "^0.8" # Print pretty tables for list subcommand
itertools = "^0.8" # Coalesce globstars
itertools = "^0.12.0" # Coalesce globstars

0 comments on commit 2b1258c

Please sign in to comment.