Skip to content

Commit 20a71dd

Browse files
committed
Update matrix-rust-sdk to 0.17.0
1 parent 6cfdef6 commit 20a71dd

3 files changed

Lines changed: 27 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# UNRELEASED
22

3-
- Update matrix-rust-sdk to `777ce05`:
3+
- Update matrix-rust-sdk to `0.17.0`:
44

5+
- Check the user ID in the `sender_device_keys` property of Olm-encrypted
6+
to-device events to prevent sender spoofing by homeserver owners.
7+
[#6553](https://github.com/matrix-org/matrix-rust-sdk/pull/6553)
58
- Update to vodozemac 0.10.0 making the `PkEncryption::encrypt` API fallible
69
[#6477](https://github.com/matrix-org/matrix-rust-sdk/pull/6477)
710

Cargo.lock

Lines changed: 19 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ futures-util = "0.3.27"
6464
getrandom = { version = "0.3.0", features = ["wasm_js"] }
6565
http = "1.1.0"
6666
js-sys = "0.3.91"
67-
matrix-sdk-common = { features = ["js", "experimental-encrypted-state-events"], git = "https://github.com/matrix-org/matrix-rust-sdk", rev = "777ce05" }
68-
matrix-sdk-indexeddb = { default-features = false, features = ["e2e-encryption"], git = "https://github.com/matrix-org/matrix-rust-sdk", rev = "777ce05" }
69-
matrix-sdk-qrcode = { optional = true, git = "https://github.com/matrix-org/matrix-rust-sdk", rev = "777ce05" }
67+
matrix-sdk-common = { version = "0.17.0", features = ["js", "experimental-encrypted-state-events"] }
68+
matrix-sdk-indexeddb = { version = "0.17.0", default-features = false, features = ["e2e-encryption"] }
69+
matrix-sdk-qrcode = { version = "0.17.0", optional = true }
7070
serde = "1.0.91"
7171
serde_json = "1.0.91"
7272
serde-wasm-bindgen = "0.6.5"
@@ -83,10 +83,9 @@ wasm-bindgen-test = "0.3.64"
8383
vergen-gitcl = { version = "1.0.0", features = ["build"] }
8484

8585
[dependencies.matrix-sdk-crypto]
86+
version = "0.17.0"
8687
default-features = false
8788
features = ["js", "automatic-room-key-forwarding", "experimental-encrypted-state-events", "experimental-push-secrets"]
88-
git = "https://github.com/matrix-org/matrix-rust-sdk"
89-
rev = "777ce05"
9089

9190
[lints.rust]
9291
# Workaround for https://github.com/rustwasm/wasm-bindgen/issues/4283, while we work up the courage to upgrade

0 commit comments

Comments
 (0)