Skip to content

Commit 237d754

Browse files
chore: update min. req. for indexmap to 2.8
1 parent a822eaa commit 237d754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ hashbrown = { version = "0.15", default-features = false, features = [
130130
heck = "0.5"
131131
hexf-parse = "0.2"
132132
image = { version = "0.25", default-features = false, features = ["png"] }
133-
indexmap = { version = "2.7", default-features = false }
133+
indexmap = { version = "2.8", default-features = false }
134134
indicatif = "0.18"
135135
itertools = { version = "0.14" }
136136
jobserver = "0.1"

0 commit comments

Comments
 (0)