Skip to content

Commit

Permalink
Update to hashbrown 0.15.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Jan 3, 2025
1 parent b1e6a7a commit 15c7f1f
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 @@ -41,7 +41,7 @@ no-std = ["hashbrown", "ahash"]
bytes = { version = "1", default-features = false }
fnv = { version = "1.0.5", default-features = false }
itoa = "1"
hashbrown = { version = "0.12.0", optional = true }
hashbrown = { version = "0.15.2", optional = true }
ahash = { version = "0.8.6", default-features = false, optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 15c7f1f

Please sign in to comment.