Skip to content

Commit 57919f5

Browse files
committed
chore: Bump most of our deps
1 parent b8949cf commit 57919f5

File tree

9 files changed

+341
-182
lines changed

9 files changed

+341
-182
lines changed

Cargo.lock

Lines changed: 304 additions & 146 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -21,41 +21,42 @@ resolver = "2"
2121
rust-version = "1.82"
2222

2323
[workspace.dependencies]
24-
anyhow = "1.0.93"
24+
anyhow = "1.0.95"
2525
aquamarine = "0.6.0"
2626
assert-json-diff = "2.0.2"
2727
assert_matches = "1.5.0"
2828
assert_matches2 = "0.1.2"
2929
async-rx = "0.1.3"
3030
async-stream = "0.3.5"
31-
async-trait = "0.1.83"
31+
async-trait = "0.1.85"
3232
as_variant = "1.2.0"
3333
base64 = "0.22.1"
3434
byteorder = "1.5.0"
35-
chrono = "0.4.38"
35+
chrono = "0.4.39"
3636
eyeball = { version = "0.8.8", features = ["tracing"] }
3737
eyeball-im = { version = "0.6.0", features = ["tracing"] }
3838
eyeball-im-util = "0.8.0"
3939
futures-core = "0.3.31"
40-
futures-executor = "0.3.21"
40+
futures-executor = "0.3.31"
4141
futures-util = "0.3.31"
42+
getrandom = { version = "0.2.15", default-features = false }
4243
gloo-timers = "0.3.0"
4344
growable-bloom-filter = "2.1.1"
4445
hkdf = "0.12.4"
4546
hmac = "0.12.1"
46-
http = "1.1.0"
47+
http = "1.2.0"
4748
imbl = "4.0.1"
48-
indexmap = "2.6.0"
49-
insta = { version = "1.41.1", features = ["json"] }
50-
itertools = "0.13.0"
49+
indexmap = "2.7.1"
50+
insta = { version = "1.42.1", features = ["json"] }
51+
itertools = "0.14.0"
5152
js-sys = "0.3.69"
5253
mime = "0.3.17"
5354
once_cell = "1.20.2"
5455
pbkdf2 = { version = "0.12.2" }
55-
pin-project-lite = "0.2.15"
56-
proptest = { version = "1.5.0", default-features = false, features = ["std"] }
56+
pin-project-lite = "0.2.16"
57+
proptest = { version = "1.6.0", default-features = false, features = ["std"] }
5758
rand = "0.8.5"
58-
reqwest = { version = "0.12.4", default-features = false }
59+
reqwest = { version = "0.12.12", default-features = false }
5960
rmp-serde = "1.3.0"
6061
# Be careful to use commits from the https://github.com/ruma/ruma/tree/ruma-0.12
6162
# branch until a proper release with breaking changes happens.
@@ -75,24 +76,24 @@ ruma = { git = "https://github.com/ruma/ruma", rev = "b868438f5d91918e97d2c3f64d
7576
"unstable-msc4171",
7677
] }
7778
ruma-common = { git = "https://github.com/ruma/ruma", rev = "b868438f5d91918e97d2c3f64d7c82a0d86d29d4" }
78-
serde = "1.0.151"
79-
serde_html_form = "0.2.0"
80-
serde_json = "1.0.91"
79+
serde = "1.0.217"
80+
serde_html_form = "0.2.7"
81+
serde_json = "1.0.138"
8182
sha2 = "0.10.8"
82-
similar-asserts = "1.6.0"
83+
similar-asserts = "1.6.1"
8384
stream_assert = "0.1.1"
84-
tempfile = "3.9.0"
85-
thiserror = "2.0.3"
86-
tokio = { version = "1.41.1", default-features = false, features = ["sync"] }
87-
tokio-stream = "0.1.14"
85+
tempfile = "3.16.0"
86+
thiserror = "2.0.11"
87+
tokio = { version = "1.43.0", default-features = false, features = ["sync"] }
88+
tokio-stream = "0.1.17"
8889
tracing = { version = "0.1.40", default-features = false, features = ["std"] }
8990
tracing-core = "0.1.32"
9091
tracing-subscriber = "0.3.18"
9192
unicode-normalization = "0.1.24"
9293
uniffi = { version = "0.28.0" }
9394
uniffi_bindgen = { version = "0.28.0" }
9495
url = "2.5.4"
95-
uuid = "1.11.0"
96+
uuid = "1.12.1"
9697
vodozemac = { version = "0.9.0", features = ["insecure-pk-encryption"] }
9798
wasm-bindgen = "0.2.84"
9899
wasm-bindgen-test = "0.3.33"

crates/matrix-sdk-base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ as_variant = { workspace = true }
4848
assert_matches = { workspace = true, optional = true }
4949
assert_matches2 = { workspace = true, optional = true }
5050
async-trait = { workspace = true }
51-
bitflags = { version = "2.6.0", features = ["serde"] }
51+
bitflags = { version = "2.8.0", features = ["serde"] }
5252
decancer = "3.2.8"
5353
eyeball = { workspace = true, features = ["async-lock"] }
5454
eyeball-im = { workspace = true }

crates/matrix-sdk-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ tokio = { workspace = true, features = ["rt", "macros"] }
5858

5959
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
6060
# Enable the JS feature for getrandom.
61-
getrandom = { version = "0.2.6", default-features = false, features = ["js"] }
61+
getrandom = { workspace = true, default-features = false, features = ["js"] }
6262
js-sys = { workspace = true }
6363

6464
[lints]

crates/matrix-sdk-crypto/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ as_variant = { workspace = true }
4141
async-trait = { workspace = true }
4242
bs58 = { version = "0.5.1" }
4343
byteorder = { workspace = true }
44-
cfg-if = "1.0"
44+
cfg-if = "1.0.0"
4545
ctr = "0.9.2"
4646
eyeball = { workspace = true }
4747
futures-core = { workspace = true }
@@ -61,13 +61,13 @@ serde = { workspace = true, features = ["derive", "rc"] }
6161
serde_json = { workspace = true }
6262
sha2 = { workspace = true }
6363
subtle = "2.6.1"
64-
time = { version = "0.3.36", features = ["formatting"] }
64+
time = { version = "0.3.37", features = ["formatting"] }
6565
tokio-stream = { workspace = true, features = ["sync"] }
6666
tokio = { workspace = true }
6767
thiserror = { workspace = true }
6868
tracing = { workspace = true, features = ["attributes"] }
6969
url = { workspace = true }
70-
ulid = { version = "1.1.3" }
70+
ulid = { version = "1.1.4" }
7171
uniffi = { workspace = true, optional = true }
7272
vodozemac = { workspace = true }
7373
zeroize = { workspace = true, features = ["zeroize_derive"] }

crates/matrix-sdk-indexeddb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ sha2 = { workspace = true }
4545

4646
[target.'cfg(target_arch = "wasm32")'.dependencies]
4747
# for wasm32 we need to activate this
48-
getrandom = { version = "0.2.6", features = ["js"] }
48+
getrandom = { workspace = true, features = ["js"] }
4949

5050
[dev-dependencies]
5151
assert_matches = { workspace = true }

crates/matrix-sdk-sqlite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ vodozemac = { workspace = true }
3535

3636
[dev-dependencies]
3737
assert_matches = { workspace = true }
38-
glob = "0.3.1"
38+
glob = "0.3.2"
3939
matrix-sdk-base = { workspace = true, features = ["testing"] }
4040
matrix-sdk-common = { workspace = true }
4141
matrix-sdk-crypto = { workspace = true, features = ["testing"] }

crates/matrix-sdk-store-encryption/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ js = ["dep:getrandom", "getrandom?/js"]
1717
base64 = { workspace = true }
1818
blake3 = "1.5.5"
1919
chacha20poly1305 = { version = "0.10.1", features = ["std"] }
20-
getrandom = { version = "0.2.15", optional = true }
20+
getrandom = { workspace = true, optional = true }
2121
hmac = { workspace = true }
2222
pbkdf2 = { workspace = true }
2323
rand = { workspace = true }

crates/matrix-sdk/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ as_variant = { workspace = true }
6868
async-channel = "2.3.1"
6969
async-stream = { workspace = true }
7070
async-trait = { workspace = true }
71-
axum = { version = "0.7.9", optional = true }
72-
bytes = "1.8.0"
73-
bytesize = "1.3"
71+
axum = { version = "0.8.1", optional = true }
72+
bytes = "1.9.0"
73+
bytesize = "1.3.0"
7474
chrono = { workspace = true, optional = true }
75-
event-listener = "5.3.1"
75+
event-listener = "5.4.0"
7676
eyeball = { workspace = true }
7777
eyeball-im = { workspace = true }
7878
eyre = { version = "0.6.12", optional = true }
@@ -113,7 +113,7 @@ sha2 = { workspace = true, optional = true }
113113
tempfile = { workspace = true }
114114
thiserror = { workspace = true }
115115
tokio-stream = { workspace = true, features = ["sync"] }
116-
tower = { version = "0.5.1", features = ["util"], optional = true }
116+
tower = { version = "0.5.2", features = ["util"], optional = true }
117117
tracing = { workspace = true, features = ["attributes"] }
118118
uniffi = { workspace = true, optional = true }
119119
url = { workspace = true, features = ["serde"] }
@@ -129,20 +129,20 @@ tokio = { workspace = true, features = ["macros"] }
129129

130130
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
131131
backoff = { version = "0.4.0", features = ["tokio"] }
132-
openidconnect = { version = "4.0.0-rc.1", optional = true }
132+
openidconnect = { version = "4.0.0", optional = true }
133133
# only activate reqwest's stream feature on non-wasm, the wasm part seems to not
134134
# support *sending* streams, which makes it useless for us.
135135
reqwest = { workspace = true, features = ["stream", "gzip", "http2"] }
136136
tokio = { workspace = true, features = ["fs", "rt", "macros"] }
137-
tokio-util = "0.7.12"
137+
tokio-util = "0.7.13"
138138
wiremock = { workspace = true, optional = true }
139139

140140
[dev-dependencies]
141141
anyhow = { workspace = true }
142142
assert-json-diff = { workspace = true }
143143
assert_matches = { workspace = true }
144144
assert_matches2 = { workspace = true }
145-
dirs = "5.0.1"
145+
dirs = "6.0.0"
146146
futures-executor = { workspace = true }
147147
matrix-sdk-base = { workspace = true, features = ["testing"] }
148148
matrix-sdk-test = { workspace = true }

0 commit comments

Comments
 (0)