Skip to content

Commit fef466b

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

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Cargo.toml

Lines changed: 12 additions & 12 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"
38+
byteorder = "~1.5.0"
3939
clap = { version = "~3.2", features = ["cargo"] }
40-
strum = { version = "~0.24", features = ["derive"] }
40+
strum = { version = "~0.27.0", features = ["derive"] }
4141
riscu = "~0.5"
42-
petgraph = "~0.6"
43-
rand = "~0.8"
42+
petgraph = "~0.8.0"
43+
rand = "~0.9.0"
4444
modinverse = "~0.1"
4545
log = "~0.4"
46-
env_logger = "~0.9"
47-
bytesize = "~1.1"
48-
itertools = "~0.10"
46+
env_logger = "~0.11.0"
47+
bytesize = "~1.3.0"
48+
itertools = "~0.14.0"
4949
anyhow = "~1.0"
5050
thiserror = "~1.0"
5151
divisors = "~0.2"
5252
const_format = "~0.2"
53-
lazy_static = "~1.4"
53+
lazy_static = "~1.5.0"
5454
boolector-solver = { package = "boolector", version = "~0.4", features = ["vendor-lgl"], optional = true }
5555
boolector-sys = { version = "~0", features = ["vendor-lgl"], optional = true }
56-
z3-solver = { package = "z3", version = "~0.11", features = ["static-link-z3"], optional = true }
56+
z3-solver = { package = "z3", version = "~0.18.0", features = ["static-link-z3"], optional = true }
5757
z3-sys = { version = "~0", features = ["static-link-z3"], optional = true }
5858
libc = "~0"
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.11.0"
63+
tempfile = "~3.21.0"
64+
criterion = { version = "~0.7.0", features = ["html_reports", "cargo_bench_support", "csv_output"] }
6565

6666
[dev-dependencies.cargo-husky]
6767
version = "1"

utils/Cargo.toml

Lines changed: 4 additions & 4 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"
8+
rayon = "~1.11.0"
9+
tempfile = "~3.21.0"
10+
which = "~4.4.0"
1111
log = "~0.4"
12-
env_logger = "~0.9"
12+
env_logger = "~0.11.0"

0 commit comments

Comments
 (0)