Skip to content

Commit 1858a04

Browse files
chore(deps): update rust crate indexmap to v2
1 parent 9717e44 commit 1858a04

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

Cargo.lock

Lines changed: 25 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.2", 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 }

0 commit comments

Comments
 (0)