Skip to content

Commit

Permalink
Merge pull request #27955 from AleoHQ/dependabot/cargo/mainnet/iterto…
Browse files Browse the repository at this point in the history
…ols-0.13.0

Bump itertools from 0.12.1 to 0.13.0
  • Loading branch information
d0cd authored May 18, 2024
2 parents ffa61e3 + 96dd83b commit de9a32e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 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.1"
version = "0.13.0"

[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.12.0"
version = "1.9"

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

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

0 comments on commit de9a32e

Please sign in to comment.