@@ -28,28 +28,28 @@ icount = ["dep:iai-callgrind"]
2828short-benchmarks = []
2929
3030[dependencies ]
31- anyhow = " 1.0.97 "
31+ anyhow = " 1.0.98 "
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.4 " , optional = true , default-features = false }
34- iai-callgrind = { version = " 0.14.0 " , optional = true }
33+ gmp-mpfr-sys = { version = " 1.6.5 " , optional = true , default-features = false }
34+ iai-callgrind = { version = " 0.14.1 " , optional = true }
3535indicatif = { version = " 0.17.11" , 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.0 "
40+ rand = " 0.9.1 "
4141rand_chacha = " 0.9.0"
4242rayon = " 1.10.0"
4343rug = { version = " 1.27.0" , optional = true , default-features = false , features = [" float" , " integer" , " std" ] }
4444
4545[target .'cfg(target_family = "wasm")' .dependencies ]
46- getrandom = { version = " 0.3.2 " , features = [" wasm_js" ] }
46+ getrandom = { version = " 0.3.3 " , features = [" wasm_js" ] }
4747
4848[build-dependencies ]
49- rand = { version = " 0.9.0 " , optional = true }
49+ rand = { version = " 0.9.1 " , optional = true }
5050
5151[dev-dependencies ]
52- criterion = { version = " 0.5.1 " , default-features = false , features = [" cargo_bench_support" ] }
52+ criterion = { version = " 0.6.0 " , default-features = false , features = [" cargo_bench_support" ] }
5353libtest-mimic = " 0.8.1"
5454
5555[[bench ]]
0 commit comments