Skip to content

Commit ca43601

Browse files
committed
base: Bump ruma to 91424b1fc
And update to reflect the new feature name unstable-msc4362, which provides the new unstable prefix io.element.msc4362.encrypt_state_events
1 parent 5b82550 commit ca43601

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ rand = "0.8.5"
6666
regex = "1.11.2"
6767
reqwest = { version = "0.12.23", default-features = false }
6868
rmp-serde = "1.3.0"
69-
ruma = { git = "https://github.com/ruma/ruma", rev = "15307f0eb361d7e04cfa33602fdffbf10c54a173", features = [
69+
ruma = { git = "https://github.com/ruma/ruma", rev = "91424b1fcb6642e1a579043a308fb326dd346860", features = [
7070
"client-api-c",
7171
"compat-upload-signatures",
7272
"compat-arbitrary-length-ids",

crates/matrix-sdk-base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ experimental-send-custom-to-device = [
3636
# https://github.com/matrix-org/matrix-rust-sdk/issues/5397.
3737
experimental-encrypted-state-events = [
3838
"e2e-encryption",
39-
"ruma/unstable-msc3414",
39+
"ruma/unstable-msc4362",
4040
"matrix-sdk-crypto?/experimental-encrypted-state-events"
4141
]
4242

crates/matrix-sdk-crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ experimental-send-custom-to-device = []
2323
# https://github.com/matrix-org/matrix-rust-sdk/issues/5397.
2424
experimental-encrypted-state-events = [
2525
"matrix-sdk-common/experimental-encrypted-state-events",
26-
"ruma/unstable-msc3414"
26+
"ruma/unstable-msc4362"
2727
]
2828

2929
js = ["ruma/js", "vodozemac/js", "matrix-sdk-common/js"]

crates/matrix-sdk-ui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ unstable-msc4274 = ["matrix-sdk/unstable-msc4274"]
2929
# https://github.com/matrix-org/matrix-rust-sdk/issues/5397.
3030
experimental-encrypted-state-events = [
3131
"matrix-sdk-base/experimental-encrypted-state-events",
32-
"ruma/unstable-msc3414"
32+
"ruma/unstable-msc4362"
3333
]
3434

3535
[dependencies]

testing/matrix-sdk-test/src/test_json/sync_events.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ pub static ENCRYPTION_WITH_ENCRYPTED_STATE_EVENTS_CONTENT: Lazy<JsonValue> = Laz
125125
"algorithm": "m.megolm.v1.aes-sha2",
126126
"rotation_period_ms": 604800000,
127127
"rotation_period_msgs": 100,
128-
"io.element.msc3414.encrypt_state_events": true
128+
"io.element.msc4362.encrypt_state_events": true
129129
})
130130
});
131131

0 commit comments

Comments
 (0)