Skip to content

Commit 9688af8

Browse files
committed
chore: Upgrade Ruma
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
1 parent 7ec384c commit 9688af8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -57,7 +57,7 @@ proptest = { version = "1.5.0", default-features = false, features = ["std"] }
5757
rand = "0.8.5"
5858
reqwest = { version = "0.12.4", default-features = false }
5959
rmp-serde = "1.3.0"
60-
ruma = { git = "https://github.com/ruma/ruma", rev = "71be4a316198d6db91f512b2ceb8eb91238581f1", features = [
60+
ruma = { git = "https://github.com/ruma/ruma", rev = "b266343136e8470a7d040efc207e16af0c20d374", features = [
6161
"client-api-c",
6262
"compat-upload-signatures",
6363
"compat-user-id",
@@ -72,7 +72,7 @@ ruma = { git = "https://github.com/ruma/ruma", rev = "71be4a316198d6db91f512b2ce
7272
"unstable-msc4140",
7373
"unstable-msc4171",
7474
] }
75-
ruma-common = { git = "https://github.com/ruma/ruma", rev = "71be4a316198d6db91f512b2ceb8eb91238581f1" }
75+
ruma-common = { git = "https://github.com/ruma/ruma", rev = "b266343136e8470a7d040efc207e16af0c20d374" }
7676
serde = "1.0.151"
7777
serde_html_form = "0.2.0"
7878
serde_json = "1.0.91"

0 commit comments

Comments
 (0)