Skip to content

Commit 4ee64f0

Browse files
committed
build: downgrad indexmap to get rid of hashbrown security vuln
1 parent 93d796f commit 4ee64f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -15,7 +15,7 @@ license = "Apache-2.0"
1515
# Each crate can add on specific features freely as it inherits.
1616
[workspace.dependencies]
1717
bytemuck = "1.21"
18-
indexmap.version = "2.7.0"
18+
indexmap.version = "2.6.0"
1919
hashbrown.version = "0.14.5"
2020
num-bigint = "0.4"
2121
num-complex = "0.4"

0 commit comments

Comments
 (0)