From 60e6db453cb9198761bb6443d05b18d544b549f7 Mon Sep 17 00:00:00 2001 From: Hanadi Date: Sun, 21 Jan 2024 21:30:43 +0100 Subject: [PATCH] chore: upgrade ruma version 0.9.4 --- CHANGELOG.md | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aad4a61..6ac28c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ * Upgrade ruma dependency to 0.7.2 * Work around a Synapse issue affecting sqlite configurations * Update v1/server_version endpoint response data with optional python_version key +* Upgrade to ruma 0.9.4 # 0.4.0 diff --git a/Cargo.toml b/Cargo.toml index 898e0e7..ac7f3c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ unstable-exhaustive-types = [] [dependencies] hex = { version = "0.4.3", optional = true } hmac = { version = "0.12.1", optional = true } -ruma = { git = "https://github.com/ruma/ruma", rev = "0143bd9b9f5dcfcaa835afb76f342c12f014f945", features = ["api", "events"] } +ruma = { version = "0.9.4", features = ["api", "events"] } serde = { version = "1.0.118", features = ["derive"] } sha1 = { version = "0.10.1", optional = true }