@@ -64,9 +64,9 @@ futures-util = "0.3.27"
6464getrandom = { version = " 0.3.0" , features = [" wasm_js" ] }
6565http = " 1.1.0"
6666js-sys = " 0.3.91"
67- matrix-sdk-common = { features = [" js" , " experimental-encrypted-state-events" ], git = " https://github.com/matrix-org/matrix-rust-sdk" , rev = " c7d44dd " }
68- matrix-sdk-indexeddb = { default-features = false , features = [" e2e-encryption" ], git = " https://github.com/matrix-org/matrix-rust-sdk" , rev = " c7d44dd " }
69- matrix-sdk-qrcode = { optional = true , git = " https://github.com/matrix-org/matrix-rust-sdk" , rev = " c7d44dd " }
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 " }
7070serde = " 1.0.91"
7171serde_json = " 1.0.91"
7272serde-wasm-bindgen = " 0.6.5"
@@ -86,7 +86,7 @@ vergen-gitcl = { version = "1.0.0", features = ["build"] }
8686default-features = false
8787features = [" js" , " automatic-room-key-forwarding" , " experimental-encrypted-state-events" , " experimental-push-secrets" ]
8888git = " https://github.com/matrix-org/matrix-rust-sdk"
89- rev = " c7d44dd "
89+ rev = " 777ce05 "
9090
9191[lints .rust ]
9292# Workaround for https://github.com/rustwasm/wasm-bindgen/issues/4283, while we work up the courage to upgrade
0 commit comments