Skip to content

Commit

Permalink
Merge pull request #27592 from AleoHQ/dependabot/cargo/testnet3/itert…
Browse files Browse the repository at this point in the history
…ools-0.12.1

Bump itertools from 0.12.0 to 0.12.1
  • Loading branch information
d0cd authored Jan 30, 2024
2 parents e1a969f + 1a7b1d1 commit 9512f5c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion compiler/ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ version = "1.9"
features = [ "serde-1" ]

[dependencies.itertools]
version = "0.12.0"
version = "0.12.1"

[dependencies.serde]
version = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion compiler/passes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ version = "=1.10.0"
version = "1.9"

[dependencies.itertools]
version = "0.12.0"
version = "0.12.1"

[dependencies.num-traits]
version = "0.2.16"
Expand Down

0 comments on commit 9512f5c

Please sign in to comment.