Skip to content

Commit b3e91a5

Browse files
Update Rust
1 parent c3e211e commit b3e91a5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ rust-version = "1.83"
1717
license-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]
2525
opt-level = 'z' # Optimize for size.

crates/matrix_mentions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ custom-matrix-urls = []
1616

1717
[dependencies]
1818
cfg-if = "1.0.0"
19-
ruma-common = "0.15.0"
19+
ruma-common = "0.16.0"

crates/wysiwyg/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ assert-invariants = []
1919
[dependencies]
2020
cfg-if = "1.0.0"
2121
html-escape = "0.2.11"
22-
html5ever = { version = "0.30.0", optional = true }
22+
html5ever = { version = "0.35.0", optional = true }
2323
once_cell = "1.13.0"
2424
pulldown-cmark = { version = "0.13.0", default-features = false, features = ["html"] }
2525
strum = "0.27"
@@ -35,7 +35,7 @@ regex="1.9.5"
3535
matrix_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]
4141
wasm-bindgen-test = "0.3.33"

0 commit comments

Comments
 (0)