@@ -19,20 +19,20 @@ resolver = "2"
1919rust-version = " 1.88"
2020
2121[workspace .dependencies ]
22- anyhow = " 1.0.95 "
22+ anyhow = " 1.0.98 "
2323aquamarine = " 0.6.0"
2424as_variant = " 1.3.0"
2525assert-json-diff = " 2.0.2"
2626assert_matches = " 1.5.0"
2727assert_matches2 = " 0.1.2"
2828async-compat = " 0.2.4"
2929async-rx = " 0.1.3"
30- async-stream = " 0.3.5 "
31- async-trait = " 0.1.85 "
30+ async-stream = " 0.3.6 "
31+ async-trait = " 0.1.88 "
3232base64 = " 0.22.1"
33- bitflags = " 2.8.0 "
33+ bitflags = " 2.9.1 "
3434byteorder = " 1.5.0"
35- chrono = " 0.4.39 "
35+ chrono = " 0.4.41 "
3636eyeball = { version = " 0.8.8" , features = [" tracing" ] }
3737eyeball-im = { version = " 0.7.0" , features = [" tracing" ] }
3838eyeball-im-util = " 0.9.0"
@@ -44,20 +44,20 @@ gloo-timers = "0.3.0"
4444growable-bloom-filter = " 2.1.1"
4545hkdf = " 0.12.4"
4646hmac = " 0.12.1"
47- http = " 1.2.0 "
47+ http = " 1.3.1 "
4848imbl = " 5.0.0"
49- indexmap = " 2.7.1 "
50- insta = { version = " 1.42 .1" , features = [" json" , " redactions" ] }
49+ indexmap = " 2.10.0 "
50+ insta = { version = " 1.43 .1" , features = [" json" , " redactions" ] }
5151itertools = " 0.14.0"
52- js-sys = " 0.3.69 "
52+ js-sys = " 0.3.77 "
5353mime = " 0.3.17"
5454oauth2 = { version = " 5.0.0" , default-features = false , features = [" reqwest" , " timing-resistant-secret-traits" ] }
55- once_cell = " 1.20.2 "
55+ once_cell = " 1.21.3 "
5656pbkdf2 = { version = " 0.12.2" }
5757pin-project-lite = " 0.2.16"
58- proptest = { version = " 1.6 .0" , default-features = false , features = [" std" ] }
58+ proptest = { version = " 1.7 .0" , default-features = false , features = [" std" ] }
5959rand = " 0.9.2"
60- reqwest = { version = " 0.12.12 " , default-features = false }
60+ reqwest = { version = " 0.12.22 " , default-features = false }
6161rmp-serde = " 1.3.0"
6262ruma = { git = " https://github.com/ruma/ruma" , rev = " a626e6b8521bcaa01bf8b7c4161b26b361b72aff" , features = [
6363 " client-api-c" ,
@@ -82,15 +82,15 @@ ruma = { git = "https://github.com/ruma/ruma", rev = "a626e6b8521bcaa01bf8b7c416
8282ruma-common = { git = " https://github.com/ruma/ruma" , rev = " a626e6b8521bcaa01bf8b7c4161b26b361b72aff" }
8383sentry = " 0.36.0"
8484sentry-tracing = " 0.36.0"
85- serde = { version = " 1.0.217 " , features = [" rc" ] }
85+ serde = { version = " 1.0.219 " , features = [" rc" ] }
8686serde_html_form = " 0.2.7"
87- serde_json = " 1.0.138 "
88- sha2 = " 0.10.8 "
89- similar-asserts = " 1.6.1 "
87+ serde_json = " 1.0.142 "
88+ sha2 = " 0.10.9 "
89+ similar-asserts = " 1.7.0 "
9090stream_assert = " 0.1.1"
91- tempfile = " 3.16 .0"
92- thiserror = " 2.0.11 "
93- tokio = { version = " 1.43 .1" , default-features = false , features = [" sync" ] }
91+ tempfile = " 3.20 .0"
92+ thiserror = " 2.0.12 "
93+ tokio = { version = " 1.47 .1" , default-features = false , features = [" sync" , " net " ] }
9494tokio-stream = " 0.1.17"
9595tracing = { version = " 0.1.40" , default-features = false , features = [" std" ] }
9696tracing-core = " 0.1.32"
@@ -99,12 +99,12 @@ unicode-normalization = "0.1.24"
9999uniffi = { version = " 0.28.0" }
100100uniffi_bindgen = { version = " 0.28.0" }
101101url = " 2.5.4"
102- uuid = " 1.12.1 "
102+ uuid = " 1.17.0 "
103103vodozemac = { git = " https://github.com/matrix-org/vodozemac/" , rev = " d2b8743802f4ad7efc9ae9cf48baccbfb04d4d8a" , features = [" insecure-pk-encryption" ] }
104- wasm-bindgen = " 0.2.84 "
104+ wasm-bindgen = " 0.2.100 "
105105wasm-bindgen-test = " 0.3.50"
106- web-sys = " 0.3.69 "
107- wiremock = " 0.6.2 "
106+ web-sys = " 0.3.77 "
107+ wiremock = " 0.6.4 "
108108zeroize = " 1.8.1"
109109
110110matrix-sdk = { path = " crates/matrix-sdk" , version = " 0.13.0" , default-features = false }
0 commit comments