@@ -19,20 +19,20 @@ resolver = "2"
19
19
rust-version = " 1.88"
20
20
21
21
[workspace .dependencies ]
22
- anyhow = " 1.0.95 "
22
+ anyhow = " 1.0.98 "
23
23
aquamarine = " 0.6.0"
24
24
as_variant = " 1.3.0"
25
25
assert-json-diff = " 2.0.2"
26
26
assert_matches = " 1.5.0"
27
27
assert_matches2 = " 0.1.2"
28
28
async-compat = " 0.2.4"
29
29
async-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 "
32
32
base64 = " 0.22.1"
33
- bitflags = " 2.8.0 "
33
+ bitflags = " 2.9.1 "
34
34
byteorder = " 1.5.0"
35
- chrono = " 0.4.39 "
35
+ chrono = " 0.4.41 "
36
36
eyeball = { version = " 0.8.8" , features = [" tracing" ] }
37
37
eyeball-im = { version = " 0.7.0" , features = [" tracing" ] }
38
38
eyeball-im-util = " 0.9.0"
@@ -44,20 +44,20 @@ gloo-timers = "0.3.0"
44
44
growable-bloom-filter = " 2.1.1"
45
45
hkdf = " 0.12.4"
46
46
hmac = " 0.12.1"
47
- http = " 1.2.0 "
47
+ http = " 1.3.1 "
48
48
imbl = " 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" ] }
51
51
itertools = " 0.14.0"
52
- js-sys = " 0.3.69 "
52
+ js-sys = " 0.3.77 "
53
53
mime = " 0.3.17"
54
54
oauth2 = { 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 "
56
56
pbkdf2 = { version = " 0.12.2" }
57
57
pin-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" ] }
59
59
rand = " 0.9.2"
60
- reqwest = { version = " 0.12.12 " , default-features = false }
60
+ reqwest = { version = " 0.12.22 " , default-features = false }
61
61
rmp-serde = " 1.3.0"
62
62
ruma = { git = " https://github.com/ruma/ruma" , rev = " a626e6b8521bcaa01bf8b7c4161b26b361b72aff" , features = [
63
63
" client-api-c" ,
@@ -82,15 +82,15 @@ ruma = { git = "https://github.com/ruma/ruma", rev = "a626e6b8521bcaa01bf8b7c416
82
82
ruma-common = { git = " https://github.com/ruma/ruma" , rev = " a626e6b8521bcaa01bf8b7c4161b26b361b72aff" }
83
83
sentry = " 0.36.0"
84
84
sentry-tracing = " 0.36.0"
85
- serde = { version = " 1.0.217 " , features = [" rc" ] }
85
+ serde = { version = " 1.0.219 " , features = [" rc" ] }
86
86
serde_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 "
90
90
stream_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 " ] }
94
94
tokio-stream = " 0.1.17"
95
95
tracing = { version = " 0.1.40" , default-features = false , features = [" std" ] }
96
96
tracing-core = " 0.1.32"
@@ -99,12 +99,12 @@ unicode-normalization = "0.1.24"
99
99
uniffi = { version = " 0.28.0" }
100
100
uniffi_bindgen = { version = " 0.28.0" }
101
101
url = " 2.5.4"
102
- uuid = " 1.12.1 "
102
+ uuid = " 1.17.0 "
103
103
vodozemac = { 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 "
105
105
wasm-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 "
108
108
zeroize = " 1.8.1"
109
109
110
110
matrix-sdk = { path = " crates/matrix-sdk" , version = " 0.13.0" , default-features = false }
0 commit comments