@@ -28,28 +28,28 @@ icount = ["dep:iai-callgrind"]
28
28
short-benchmarks = []
29
29
30
30
[dependencies ]
31
- anyhow = " 1.0.97 "
31
+ anyhow = " 1.0.98 "
32
32
# 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 }
35
35
indicatif = { version = " 0.17.11" , default-features = false }
36
36
libm = { path = " ../libm" , features = [" unstable-public-internals" ] }
37
37
libm-macros = { path = " ../crates/libm-macros" }
38
38
musl-math-sys = { path = " ../crates/musl-math-sys" , optional = true }
39
39
paste = " 1.0.15"
40
- rand = " 0.9.0 "
40
+ rand = " 0.9.1 "
41
41
rand_chacha = " 0.9.0"
42
42
rayon = " 1.10.0"
43
43
rug = { version = " 1.27.0" , optional = true , default-features = false , features = [" float" , " integer" , " std" ] }
44
44
45
45
[target .'cfg(target_family = "wasm")' .dependencies ]
46
- getrandom = { version = " 0.3.2 " , features = [" wasm_js" ] }
46
+ getrandom = { version = " 0.3.3 " , features = [" wasm_js" ] }
47
47
48
48
[build-dependencies ]
49
- rand = { version = " 0.9.0 " , optional = true }
49
+ rand = { version = " 0.9.1 " , optional = true }
50
50
51
51
[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" ] }
53
53
libtest-mimic = " 0.8.1"
54
54
55
55
[[bench ]]
0 commit comments