Skip to content

Commit d08438d

Browse files
chore(deps): update dependencies (minor changes)
1 parent 430d927 commit d08438d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Cargo.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,25 @@ name = "unicorn"
2929
path = "src/main.rs"
3030

3131
[dependencies]
32-
byteorder = "~1.4.3"
33-
clap = { version = "~4.3.3", features = ["cargo"] }
34-
strum = { version = "~0.24.1", features = ["derive"] }
32+
byteorder = "~1.5.0"
33+
clap = { version = "~4.5.0", features = ["cargo"] }
34+
strum = { version = "~0.27.0", features = ["derive"] }
3535
riscu = "~0.5"
3636
log = "~0.4.19"
37-
regex = "~1.8.4"
38-
env_logger = "~0.10"
39-
bytesize = "~2.0.0"
37+
regex = "~1.11.0"
38+
env_logger = "~0.11.0"
39+
bytesize = "~2.1.0"
4040
anyhow = "~1.0.71"
4141
thiserror = "~2.0.0"
42-
pyo3 = { version = "~0.19.0", features = ["auto-initialize"] }
43-
egui = { version = "0.22.0", optional = true }
42+
pyo3 = { version = "~0.26.0", features = ["auto-initialize"] }
43+
egui = { version = "0.32.0", optional = true }
4444
indexmap = { version = "2.0.0", optional = true }
45-
eframe = { version = "0.22.0", optional = true }
46-
rfd = { version = "0.11.4", optional = true }
45+
eframe = { version = "0.32.0", optional = true }
46+
rfd = { version = "0.15.0", optional = true }
4747
boolector-solver = { package = "boolector", version = "~0.4.3", features = ["vendor-lgl"], optional = true }
4848
boolector-sys = { version = "~0.7.1", features = ["vendor-lgl"], optional = true }
49-
z3-solver = { package = "z3", version = "~0.11.2", features = ["static-link-z3"], optional = true }
50-
z3-sys = { version = "~0.7.1", features = ["static-link-z3"], optional = true }
49+
z3-solver = { package = "z3", version = "~0.18.0", features = ["static-link-z3"], optional = true }
50+
z3-sys = { version = "~0.9.0", features = ["static-link-z3"], optional = true }
5151
kissat-rs = { git = "https://github.com/firefighterduck/kissat-rs", branch = "main", version = "0.1", optional = true }
5252
varisat-rs = { package = "varisat", version = "0.2.2", optional = true }
5353
cadical-rs = { package = "cadical", version = "0.1.14", optional = true }
@@ -58,11 +58,11 @@ cadical-rs = { package = "cadical", version = "0.1.14", optional = true }
5858
riscu = { git = 'https://github.com/cksystemsgroup/riscu' }
5959

6060
[dev-dependencies]
61-
rayon = "~1.7"
62-
tempfile = "~3.6.0"
61+
rayon = "~1.11.0"
62+
tempfile = "~3.22.0"
6363
which = "~8.0.0"
6464
log = "~0.4.19"
65-
env_logger = "~0.10"
65+
env_logger = "~0.11.0"
6666

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

0 commit comments

Comments
 (0)