diff --git a/Cargo.toml b/Cargo.toml index 8f7ac04e..6f1654ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ http = "0.2.1" js_int = { version = "0.1.5", features = ["serde"] } ruma-api = "0.16.1" ruma-common = "0.1.3" -ruma-events = { git = "https://github.com/ruma/ruma-events", rev = "7395f94" } +ruma-events = { git = "https://github.com/ruma/ruma-events", rev = "c1ee72d" } ruma-identifiers = "0.16.2" ruma-serde = "0.2.2" serde = { version = "1.0.111", features = ["derive"] }