@@ -28,25 +28,25 @@ icount = ["dep:gungraun"]
2828short-benchmarks = []
2929
3030[dependencies ]
31- anyhow = " 1.0.98 "
31+ anyhow = " 1.0.101 "
3232# This is not directly used but is required so we can enable `gmp-mpfr-sys/force-cross`.
33- gmp-mpfr-sys = { version = " 1.6.5 " , optional = true , default-features = false }
33+ gmp-mpfr-sys = { version = " 1.6.8 " , optional = true , default-features = false }
3434gungraun = { version = " 0.17.0" , optional = true }
35- indicatif = { version = " 0.18.0 " , default-features = false }
35+ indicatif = { version = " 0.18.3 " , default-features = false }
3636libm = { path = " ../libm" , features = [" unstable-public-internals" ] }
3737libm-macros = { path = " ../crates/libm-macros" }
3838musl-math-sys = { path = " ../crates/musl-math-sys" , optional = true }
3939paste = " 1.0.15"
40- rand = " 0.9.1 "
40+ rand = " 0.9.2 "
4141rand_chacha = " 0.9.0"
42- rayon = " 1.10 .0"
43- rug = { version = " 1.27.0 " , optional = true , default-features = false , features = [" float" , " integer" , " std" ] }
42+ rayon = " 1.11 .0"
43+ rug = { version = " 1.28.1 " , optional = true , default-features = false , features = [" float" , " integer" , " std" ] }
4444
4545[target .'cfg(target_family = "wasm")' .dependencies ]
46- getrandom = { version = " 0.3.3 " , features = [" wasm_js" ] }
46+ getrandom = { version = " 0.3.4 " , features = [" wasm_js" ] }
4747
4848[build-dependencies ]
49- rand = { version = " 0.9.1 " , optional = true }
49+ rand = { version = " 0.9.2 " , optional = true }
5050
5151[dev-dependencies ]
5252criterion = { version = " 0.6.0" , default-features = false , features = [" cargo_bench_support" ] }
0 commit comments