Skip to content

Commit 5dca4a9

Browse files
committed
chore(cargo): Update ruma.
1 parent 4cbc162 commit 5dca4a9

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 9 additions & 9 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
@@ -47,7 +47,7 @@ once_cell = "1.16.0"
4747
pin-project-lite = "0.2.9"
4848
rand = "0.8.5"
4949
reqwest = { version = "0.12.4", default-features = false }
50-
ruma = { git = "https://github.com/ruma/ruma", rev = "b1c9a32f26f7aa76e20f96dbbb113250ed979112", features = [
50+
ruma = { git = "https://github.com/ruma/ruma", rev = "26165b23fc2ae9928c5497a21db3d31f4b44cc2a", features = [
5151
"client-api-c",
5252
"compat-upload-signatures",
5353
"compat-user-id",
@@ -61,7 +61,7 @@ ruma = { git = "https://github.com/ruma/ruma", rev = "b1c9a32f26f7aa76e20f96dbbb
6161
"unstable-msc4075",
6262
"unstable-msc4140",
6363
] }
64-
ruma-common = { git = "https://github.com/ruma/ruma", rev = "b1c9a32f26f7aa76e20f96dbbb113250ed979112" }
64+
ruma-common = { git = "https://github.com/ruma/ruma", rev = "26165b23fc2ae9928c5497a21db3d31f4b44cc2a" }
6565
serde = "1.0.151"
6666
serde_html_form = "0.2.0"
6767
serde_json = "1.0.91"

0 commit comments

Comments
 (0)