chore: bump ahash to 0.7.7 (#2794)

This commit is contained in:
David Barsky 2023-11-06 20:20:20 -05:00 committed by Eliza Weisman
parent abb23931ef
commit 1dc1e6a302

View File

@ -28,7 +28,7 @@ tracing-core = { path = "../tracing-core", version = "0.1.28"}
log = { version = "0.4.17" }
once_cell = "1.13.0"
lru = { version = "0.7.7", optional = true }
ahash = { version = "0.7.6", optional = true }
ahash = { version = "0.7.7", optional = true }
[dev-dependencies]
tracing = { path = "../tracing", version = "0.1.35"}