Skip to content

Commit 23dd1d7

Browse files
committed
fix(deps): update rust crate indexmap to v2
1 parent b999d39 commit 23dd1d7

File tree

2 files changed

+27
-5
lines changed

2 files changed

+27
-5
lines changed

Cargo.lock

+26-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glslt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sha-1 = "0.10"
2626
petgraph = "0.6"
2727
bimap = "0.6"
2828
log = "0.4"
29-
indexmap = { version = "1.9", features = ["std"] }
29+
indexmap = { version = "2.1", features = ["std"] }
3030

3131
[dependencies.pyo3]
3232
version = "0.20"

0 commit comments

Comments
 (0)