Skip to content

Commit

Permalink
refactor(rust): Pin hashbrown to 0.14 until migrated (#19076)
Browse files Browse the repository at this point in the history
  • Loading branch information
orlp authored Oct 2, 2024
1 parent eb615e0 commit d4df3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fallible-streaming-iterator = "0.1.9"
fast-float = { version = "0.2" }
flate2 = { version = "1", default-features = false }
futures = "0.3.25"
hashbrown = { version = "0.14", features = ["rayon", "ahash", "serde"] }
hashbrown = { version = "=0.14.5", features = ["rayon", "ahash", "serde"] }
hex = "0.4.3"
indexmap = { version = "2", features = ["std", "serde"] }
itoa = "1.0.6"
Expand Down

0 comments on commit d4df3f2

Please sign in to comment.