build(deps): update itertools requirement from 0.12.1 to 0.13.0 (#459)

Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.1...v0.13.0)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-06-29 15:02:05 -03:00 committed by GitHub
parent 1adc9a31d6
commit b07f88459c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ authors = ["Santiago Carmuega <santiago@carmuega.me>", "Pi Lanningham <pi.lannin
[dependencies]
byteorder = "1.4.3"
hex = "0.4.3"
itertools = "0.12.1"
itertools = "0.13.0"
pallas-codec = { version = "=0.27.0", path = "../pallas-codec" }
pallas-crypto = { version = "=0.27.0", path = "../pallas-crypto" }
rand = "0.8.5"