Skip to content

Commit

Permalink
Merge pull request #802 from candy-lang/dependabot/cargo/compiler/fro…
Browse files Browse the repository at this point in the history
…ntend/itertools-0.12.0

Update itertools requirement from 0.11.0 to 0.12.0 in /compiler/frontend
  • Loading branch information
jwbot authored Nov 15, 2023
2 parents 42f0a82 + 2d5a4c1 commit 1a666af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ enumset = "1.0.12"
extension-trait = "1.0.1"
im = "15.1.0"
impl-trait-for-tuples = "0.2.2"
itertools = "0.11.0"
itertools = "0.12.0"
lazy_static = "1.4.0"
linked-hash-map = "0.5.4"
num-bigint = { version = "0.4.3", features = ["rand"] }
Expand Down

0 comments on commit 1a666af

Please sign in to comment.