Update itertools crate from 0.12 to 0.13 version (#1259)

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-05-20 12:17:16 +02:00 committed by GitHub
parent 29e30ea786
commit 3b4a187d61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ chrono = { version = "0.4", default-features = false }
derive_more = "0.99"
fnv = "1.0"
futures = "0.3"
itertools = "0.12"
itertools = "0.13"
juniper = { path = "../../juniper", features = ["chrono"] }
juniper_subscriptions = { path = "../../juniper_subscriptions" }
serde = { version = "1.0", features = ["derive"] }