Skip to content

Commit b824ab5

Browse files
chore(deps): update dependencies (minor changes)
1 parent 454bec8 commit b824ab5

2 files changed

Lines changed: 27 additions & 27 deletions

File tree

Cargo.toml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -35,33 +35,33 @@ harness = false
3535
required-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"] }
4141
riscu = "~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"
5353
lazy_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]
6161
utils = { 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]
6767
version = "1"

utils/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ authors = ["Christian Mösl <christian.moesl@live.at>"]
55
edition = "2018"
66

77
[dependencies]
8-
rayon = "~1.5"
9-
tempfile = "~3.3"
10-
which = "~4.2"
11-
log = "~0.4"
12-
env_logger = "~0.9"
8+
rayon = "~1.8.1"
9+
tempfile = "~3.9.0"
10+
which = "~4.4.2"
11+
log = "~0.4.20"
12+
env_logger = "~0.11.1"

0 commit comments

Comments
 (0)