Skip to content

Commit ebe9762

Browse files
committed
Upgrade Ruma
1 parent def5396 commit ebe9762

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
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
@@ -34,8 +34,8 @@ futures-core = "0.3.28"
3434
futures-executor = "0.3.21"
3535
futures-util = { version = "0.3.26", default-features = false, features = ["alloc"] }
3636
http = "0.2.6"
37-
ruma = { git = "https://github.com/ruma/ruma", rev = "54a4223caa1c1052464ecdba0f1e08f126e07bcd", features = ["client-api-c", "compat-user-id"] }
38-
ruma-common = { git = "https://github.com/ruma/ruma", rev = "54a4223caa1c1052464ecdba0f1e08f126e07bcd" }
37+
ruma = { git = "https://github.com/ruma/ruma", rev = "854d8076eff1c5b6454c42e4309b1b070b815893", features = ["client-api-c", "compat-user-id"] }
38+
ruma-common = { git = "https://github.com/ruma/ruma", rev = "854d8076eff1c5b6454c42e4309b1b070b815893" }
3939
once_cell = "1.16.0"
4040
serde = "1.0.151"
4141
serde_html_form = "0.2.0"

bindings/matrix-sdk-crypto-js/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ js-sys = "0.3.49"
4343
matrix-sdk-common = { version = "0.6.0", path = "../../crates/matrix-sdk-common", features = ["js"] }
4444
matrix-sdk-indexeddb = { version = "0.2.0", path = "../../crates/matrix-sdk-indexeddb" }
4545
matrix-sdk-qrcode = { version = "0.4.0", path = "../../crates/matrix-sdk-qrcode", optional = true }
46-
ruma = { workspace = true, features = ["js", "rand", "unstable-msc2677"] }
46+
ruma = { workspace = true, features = ["js", "rand"] }
4747
serde_json = { workspace = true }
4848
tracing = { workspace = true }
4949
tracing-subscriber = { version = "0.3.14", default-features = false, features = ["registry", "std"] }

bindings/matrix-sdk-crypto-nodejs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tracing = ["dep:tracing-subscriber"]
2727
matrix-sdk-common = { version = "0.6.0", path = "../../crates/matrix-sdk-common", features = ["js"] }
2828
matrix-sdk-sled = { version = "0.2.0", path = "../../crates/matrix-sdk-sled", default-features = false, features = ["crypto-store"] }
2929
matrix-sdk-sqlite = { version = "0.1.0", path = "../../crates/matrix-sdk-sqlite", features = ["crypto-store"] }
30-
ruma = { workspace = true, features = ["rand", "unstable-msc2677"] }
30+
ruma = { workspace = true, features = ["rand"] }
3131
napi = { version = "2.9.1", default-features = false, features = ["napi6", "tokio_rt"] }
3232
napi-derive = "2.9.1"
3333
serde_json = { workspace = true }

crates/matrix-sdk-crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ matrix-sdk-common = { version = "0.6.0", path = "../matrix-sdk-common" }
5050
pbkdf2 = { version = "0.11.0", default-features = false }
5151
rand = "0.8.5"
5252
rmp-serde = "1.1.1"
53-
ruma = { workspace = true, features = ["rand", "canonical-json", "unstable-msc2677"] }
53+
ruma = { workspace = true, features = ["rand", "canonical-json"] }
5454
serde = { workspace = true, features = ["derive", "rc"] }
5555
serde_json = { workspace = true }
5656
sha2 = "0.10.2"

crates/matrix-sdk-ui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ matrix-sdk = { version = "0.6.2", path = "../matrix-sdk", default-features = fal
2525
mime = "0.3.16"
2626
once_cell = { workspace = true }
2727
pin-project-lite = "0.2.9"
28-
ruma = { workspace = true, features = ["unstable-msc2677", "unstable-sanitize"] }
28+
ruma = { workspace = true, features = ["unstable-sanitize"] }
2929
serde = { workspace = true }
3030
serde_json = { workspace = true }
3131
thiserror = { workspace = true }

0 commit comments

Comments
 (0)