Update ruma and itertools

This commit is contained in:
Devin Ragotzy 2021-01-29 10:39:14 -05:00
parent 594082cbda
commit 3c27c8b448

View File

@ -12,7 +12,7 @@ readme = "README.md"
repository = "https://github.com/ruma/state-res"
[dependencies]
itertools = "0.9.0"
itertools = "0.10.0"
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.60"
tracing = "0.1.22"
@ -23,7 +23,7 @@ thiserror = "1.0.22"
git = "https://github.com/ruma/ruma"
# branch = "server-pdu"
# path = "../__forks__/ruma/ruma"
rev = "0635b407290abf5f34d726e1e690c92c07c738e5"
rev = "bba442580d6cd7ed990b2b63387eed2238cbadc8"
features = ["client-api", "federation-api", "appservice-api", "unstable-pre-spec", "unstable-synapse-quirks"]
[features]