Upgrade itertools from 0.11 to 0.12

This commit is contained in:
Jonas Platte 2024-04-28 22:53:03 +02:00
parent 5e68c93ec8
commit b6200c01a1
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -18,7 +18,7 @@ all-features = true
unstable-exhaustive-types = []
[dependencies]
itertools = "0.11.0"
itertools = "0.12.1"
js_int = { workspace = true }
ruma-common = { workspace = true }
ruma-events = { workspace = true }