Skip to content

Commit

Permalink
Update itertools to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Nov 25, 2023
1 parent a318a28 commit 5f0f11f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ git-version = "0.3"
hex = "0.4"
hex-literal = "0.4"
indexmap = "2"
itertools = "0.11"
itertools = "0.12"
libc = "0.2"
once_cell = "1.13"
percent-encoding = "2"
Expand Down Expand Up @@ -135,7 +135,7 @@ default-features = false

[build-dependencies]
cc = "1.0.46"
itertools = "0.11"
itertools = "0.12"
make-cmd = "0.1"
target = "2.0"
syn = { version = "1", features = ["full"] } # git-version fails to parse inner macros without this.
Expand Down

0 comments on commit 5f0f11f

Please sign in to comment.