Skip to content

Commit 8d3b1d3

Browse files
committed
chore: update Ruma
1 parent 056e90d commit 8d3b1d3

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
@@ -59,7 +59,7 @@ proptest = { version = "1.6.0", default-features = false, features = ["std"] }
5959
rand = "0.8.5"
6060
reqwest = { version = "0.12.12", default-features = false }
6161
rmp-serde = "1.3.0"
62-
ruma = { git = "https://github.com/ruma/ruma", rev = "a626e6b8521bcaa01bf8b7c4161b26b361b72aff", features = [
62+
ruma = { git = "https://github.com/ruma/ruma", rev = "e73f302e4df7f5f0511fca1aa43853d4cf8416c8", features = [
6363
"client-api-c",
6464
"compat-upload-signatures",
6565
"compat-arbitrary-length-ids",
@@ -79,7 +79,7 @@ ruma = { git = "https://github.com/ruma/ruma", rev = "a626e6b8521bcaa01bf8b7c416
7979
"unstable-msc4286",
8080
"unstable-msc4306"
8181
] }
82-
ruma-common = { git = "https://github.com/ruma/ruma", rev = "a626e6b8521bcaa01bf8b7c4161b26b361b72aff" }
82+
ruma-common = { git = "https://github.com/ruma/ruma", rev = "e73f302e4df7f5f0511fca1aa43853d4cf8416c8" }
8383
sentry = "0.36.0"
8484
sentry-tracing = "0.36.0"
8585
serde = { version = "1.0.217", features = ["rc"] }

0 commit comments

Comments
 (0)