From 8449c8a7738513080017d3f48b9defd576f78844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sun, 31 May 2026 15:58:35 +0200 Subject: [PATCH] Upgrade Ruma --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 }