Skip to content

Commit fc98dfe

Browse files
chore(deps): update dependencies (major changes)
1 parent 3a9ffcd commit fc98dfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ anyhow = "~1.0.71"
4141
thiserror = "~1.0.40"
4242
pyo3 = { version = "~0.19.0", features = ["auto-initialize"] }
4343
egui = { version = "0.22.0", optional = true }
44-
indexmap = { version = "1.9.3", optional = true }
44+
indexmap = { version = "2.0.0", optional = true }
4545
eframe = { version = "0.22.0", optional = true }
4646
rfd = { version = "0.11.4", optional = true }
4747
boolector-solver = { package = "boolector", version = "~0.4.3", features = ["vendor-lgl"], optional = true }
@@ -60,7 +60,7 @@ riscu = { git = 'https://github.com/cksystemsgroup/riscu' }
6060
[dev-dependencies]
6161
rayon = "~1.7"
6262
tempfile = "~3.6.0"
63-
which = "~4.4"
63+
which = "~7.0.0"
6464
log = "~0.4.19"
6565
env_logger = "~0.10"
6666

0 commit comments

Comments
 (0)