Upgrade itertools to 0.11.0

This commit is contained in:
Jonas Platte 2023-07-05 11:11:09 +02:00
parent 650792bcb5
commit 4ac9e9a979
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C

View File

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