Skip to content

Commit 7ffc14a

Browse files
committed
chore: bump ahash to 0.7.7 (#2794)
1 parent 2a12e56 commit 7ffc14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing-log/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tracing-core = { path = "../tracing-core", version = "0.1.28"}
2828
log = { version = "0.4.17" }
2929
once_cell = "1.13.0"
3030
lru = { version = "0.7.7", optional = true }
31-
ahash = { version = "0.7.6", optional = true }
31+
ahash = { version = "0.7.7", optional = true }
3232

3333
[dev-dependencies]
3434
tracing = { path = "../tracing", version = "0.1.35"}

0 commit comments

Comments
 (0)