Skip to content

Commit 15c7f1f

Browse files
committed
Update to hashbrown 0.15.2.
1 parent b1e6a7a commit 15c7f1f

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
@@ -41,7 +41,7 @@ no-std = ["hashbrown", "ahash"]
4141
bytes = { version = "1", default-features = false }
4242
fnv = { version = "1.0.5", default-features = false }
4343
itoa = "1"
44-
hashbrown = { version = "0.12.0", optional = true }
44+
hashbrown = { version = "0.15.2", optional = true }
4545
ahash = { version = "0.8.6", default-features = false, optional = true }
4646

4747
[dev-dependencies]

0 commit comments

Comments
 (0)