@@ -35,33 +35,33 @@ harness = false
3535required-features = [" z3" ]
3636
3737[dependencies ]
38- byteorder = " ~1.4 "
39- clap = { version = " ~3.2" , features = [" cargo" ] }
40- strum = { version = " ~0.24 " , features = [" derive" ] }
38+ byteorder = " ~1.5.0 "
39+ clap = { version = " ~3.2.25 " , features = [" cargo" ] }
40+ strum = { version = " ~0.26.1 " , features = [" derive" ] }
4141riscu = " ~0.5"
42- petgraph = " ~0.6"
43- rand = " ~0.8"
44- modinverse = " ~0.1"
45- log = " ~0.4"
46- env_logger = " ~0.9 "
47- bytesize = " ~1.1 "
48- itertools = " ~0.10 "
49- anyhow = " ~1.0"
50- thiserror = " ~1.0"
51- divisors = " ~0.2"
52- const_format = " ~0.2"
42+ petgraph = " ~0.6.4 "
43+ rand = " ~0.8.5 "
44+ modinverse = " ~0.1.1 "
45+ log = " ~0.4.20 "
46+ env_logger = " ~0.11.1 "
47+ bytesize = " ~1.3.0 "
48+ itertools = " ~0.12.1 "
49+ anyhow = " ~1.0.79 "
50+ thiserror = " ~1.0.56 "
51+ divisors = " ~0.2.1 "
52+ const_format = " ~0.2.32 "
5353lazy_static = " ~1.4"
54- boolector-solver = { package = " boolector" , version = " ~0.4" , features = [" vendor-lgl" ], optional = true }
55- boolector-sys = { version = " ~0" , features = [" vendor-lgl" ], optional = true }
56- z3-solver = { package = " z3" , version = " ~0.11 " , features = [" static-link-z3" ], optional = true }
57- z3-sys = { version = " ~0" , features = [" static-link-z3" ], optional = true }
58- libc = " ~0"
54+ boolector-solver = { package = " boolector" , version = " ~0.4.3 " , features = [" vendor-lgl" ], optional = true }
55+ boolector-sys = { version = " ~0.7.1 " , features = [" vendor-lgl" ], optional = true }
56+ z3-solver = { package = " z3" , version = " ~0.12.1 " , features = [" static-link-z3" ], optional = true }
57+ z3-sys = { version = " ~0.8.1 " , features = [" static-link-z3" ], optional = true }
58+ libc = " ~0.2.152 "
5959
6060[dev-dependencies ]
6161utils = { path = " utils" }
62- rayon = " ~1.5 "
63- tempfile = " ~3.3 "
64- criterion = { version = " ~0.3 " , features = [" html_reports" , " cargo_bench_support" , " csv_output" ] }
62+ rayon = " ~1.8.1 "
63+ tempfile = " ~3.9.0 "
64+ criterion = { version = " ~0.5.1 " , features = [" html_reports" , " cargo_bench_support" , " csv_output" ] }
6565
6666[dev-dependencies .cargo-husky ]
6767version = " 1"
0 commit comments