File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ rust-version = "1.83"
1717license-file = " README.md"
1818
1919[workspace .dependencies ]
20- uniffi = { git = " https://github.com/mozilla/uniffi-rs" , rev = " 789a9023b522562a95618443cee5a0d4f111c4c7 " }
21- uniffi_macros = { git = " https://github.com/mozilla/uniffi-rs" , rev = " 789a9023b522562a95618443cee5a0d4f111c4c7 " }
22- uniffi_build = { git = " https://github.com/mozilla/uniffi-rs" , rev = " 789a9023b522562a95618443cee5a0d4f111c4c7 " }
20+ uniffi = { git = " https://github.com/mozilla/uniffi-rs" , rev = " dd2200e6f332cbc7e25f4fcc767b443aae89f3e8 " }
21+ uniffi_macros = { git = " https://github.com/mozilla/uniffi-rs" , rev = " dd2200e6f332cbc7e25f4fcc767b443aae89f3e8 " }
22+ uniffi_build = { git = " https://github.com/mozilla/uniffi-rs" , rev = " dd2200e6f332cbc7e25f4fcc767b443aae89f3e8 " }
2323
2424[profile .release ]
2525opt-level = ' z' # Optimize for size.
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ custom-matrix-urls = []
1616
1717[dependencies ]
1818cfg-if = " 1.0.0"
19- ruma-common = " 0.15 .0"
19+ ruma-common = " 0.16 .0"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ assert-invariants = []
1919[dependencies ]
2020cfg-if = " 1.0.0"
2121html-escape = " 0.2.11"
22- html5ever = { version = " 0.30 .0" , optional = true }
22+ html5ever = { version = " 0.35 .0" , optional = true }
2323once_cell = " 1.13.0"
2424pulldown-cmark = { version = " 0.13.0" , default-features = false , features = [" html" ] }
2525strum = " 0.27"
@@ -35,7 +35,7 @@ regex="1.9.5"
3535matrix_mentions = { path = " ../matrix_mentions" }
3636
3737[target .'cfg(not(target_arch = "wasm32"))' .dev-dependencies ]
38- speculoos = " 0.12 .0"
38+ speculoos = " 0.13 .0"
3939
4040[target .'cfg(target_arch = "wasm32")' .dev-dependencies ]
4141wasm-bindgen-test = " 0.3.33"
You can’t perform that action at this time.
0 commit comments