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 5, 2024
1 parent a793a71 commit 9bbd23f
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 @@ -61,7 +61,7 @@ derive_more = { version = "0.99.17", features = ["constructor", "from", "into",
dialoguer = { version = "0.10.4", features = ["editor", "password", "fuzzy-select"], optional = true, default-features = false }
dioxus = { version = "0.3.2", optional = true, default-features = false }
generic-array = { version = "0.14.7", features = ["serde"], optional = true, default-features = false }
itertools = { version = "0.10.5", optional = true, default-features = false }
itertools = { version = "0.12.0", optional = true, default-features = false }
lazy_static = { version = "1.4.0", optional = true, default-features = false }
memorable-wordlist = { version = "0.1.7", optional = true, default-features = false }
miette = { version = "5.9.0", features = ["fancy"], optional = true, default-features = false }
Expand Down

0 comments on commit 9bbd23f

Please sign in to comment.