Skip to content

Commit c782730

Browse files
committed
fix: Upgrade Ruma to 0.11.1
Brings in a fix for KeyId::key_name. Signed-off-by: Kévin Commaille <[email protected]>
1 parent 5107f5f commit c782730

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ once_cell = "1.16.0"
4545
pin-project-lite = "0.2.9"
4646
rand = "0.8.5"
4747
reqwest = { version = "0.12.4", default-features = false }
48-
ruma = { version = "0.11.0", features = [
48+
ruma = { version = "0.11.1", features = [
4949
"client-api-c",
5050
"compat-upload-signatures",
5151
"compat-user-id",
@@ -59,7 +59,7 @@ ruma = { version = "0.11.0", features = [
5959
"unstable-msc4075",
6060
"unstable-msc4140",
6161
] }
62-
ruma-common = "0.14.0"
62+
ruma-common = "0.14.1"
6363
serde = "1.0.151"
6464
serde_html_form = "0.2.0"
6565
serde_json = "1.0.91"

0 commit comments

Comments
 (0)