Skip to content

Commit

Permalink
Update itertools requirement from 0.11.0 to 0.12.0 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
1 parent 357dfb0 commit a519ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
aes-gcm = "0.10.3"
bytes = "1"
hmac = { version = "0.12", features = ["std"] }
itertools = "0.11.0"
itertools = "0.12.0"
protobuf = { version = "3.3", features = ["with-bytes"] }
rand = "0.8.5"
sha2 = "0.10"
Expand Down

0 comments on commit a519ab6

Please sign in to comment.