Skip to content

Commit

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

Update itertools requirement from 0.11.0 to 0.12.0 in /compiler/cli
  • Loading branch information
jwbot authored Nov 15, 2023
2 parents ff2bfe1 + edb698a commit 42f0a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ candy_vm = { path = "../vm" }
clap = { version = "4.1.8", features = ["derive"] }
colored = "2.0.4"
diffy = "0.3.0"
itertools = "0.11.0"
itertools = "0.12.0"
lazy_static = "1.4.0"
regex = "1.9.1"
rustc-hash = "1.1.0"
Expand Down

0 comments on commit 42f0a82

Please sign in to comment.