diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c34cd7..905d165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +Breaking changes: + +- Upgrade Ruma to 0.16.0 + ## 0.10.0 Breaking changes: diff --git a/Cargo.toml b/Cargo.toml index 1907d53..bcf3679 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ shared-secret-registration-mac = ["dep:hex", "dep:hmac", "dep:sha1"] [dependencies] hex = { version = "0.4.3", optional = true } hmac = { version = "0.12.1", optional = true } -ruma = { version = "0.15.0", features = ["api", "events"] } +ruma = { version = "0.16.0", features = ["api", "events"] } serde = { version = "1.0.118", features = ["derive"] } sha1 = { version = "0.10.1", optional = true }