Skip to content

Commit e0cc02b

Browse files
committed
chore(deps): update multiple crate dependencies to latest versions
1 parent 6818ab6 commit e0cc02b

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ hmac = "0.12.1"
218218
http = "1.4.0"
219219
http-body = "1.0.1"
220220
http-body-util = "0.1.3"
221-
http2 = "0.5.12"
221+
http2 = "0.5.13"
222222
httparse = "1.10.1"
223223
hyper = "1.8.1"
224224
hyper-util = "0.1.20"
@@ -237,10 +237,10 @@ pin-project = "1.1.10"
237237
pin-project-lite = "0.2.16"
238238
pretty_env_logger = "0.5.0"
239239
rand = "0.10.0"
240-
rustls = "0.23.36"
240+
rustls = "0.23.37"
241241
rustls-pemfile = "2.2.0"
242242
rustls-pki-types = "1.14.0"
243-
scc = "3.6.3"
243+
scc = "3.6.5"
244244
schnellru = "0.2.4"
245245
serde = "1.0.228"
246246
serde_json = "1.0.149"
@@ -251,11 +251,11 @@ simd-json = "0.17.0"
251251
simdutf8 = "0.1.5"
252252
smallvec = "1.15.1"
253253
socket2 = "0.6.2"
254-
strum = "0.27.2"
255-
strum_macros = "0.27.2"
254+
strum = "0.28.0"
255+
strum_macros = "0.28.0"
256256
sync_wrapper = "1.0.2"
257257
system-configuration = "0.7.0"
258-
tempfile = "3.25.0"
258+
tempfile = "3.26.0"
259259
thiserror = "2.0.18"
260260
tokio = "1.49.0"
261261
tokio-boring = "5.0.0"
@@ -280,19 +280,19 @@ zstd = "0.13.3"
280280

281281
# WASM dependencies
282282
getrandom = "=0.2"
283-
js-sys = "0.3.85"
284-
wasm-bindgen = "0.2.108"
285-
wasm-bindgen-futures = "0.4.58"
286-
wasm-bindgen-test = "0.3.58"
287-
web-sys = { version = "0.3.85", default-features = false }
283+
js-sys = "0.3.90"
284+
wasm-bindgen = "0.2.113"
285+
wasm-bindgen-futures = "0.4.63"
286+
wasm-bindgen-test = "0.3.63"
287+
web-sys = { version = "0.3.90", default-features = false }
288288

289289
# Additional async/runtime dependencies
290290
smol = "2.0.2"
291291
tokio-stream = { version = "0.1.18", features = ["sync"] }
292292

293293
# TLS dependencies
294-
futures-rustls = "0.26"
295-
rustls-native-certs = "0.8"
294+
futures-rustls = "0.26.0"
295+
rustls-native-certs = "0.8.3"
296296

297297
[profile.dev]
298298
opt-level = 1

0 commit comments

Comments
 (0)