Skip to content

Commit

Permalink
chore: bump ahash to 0.7.7 (#2794)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbarsky authored and hawkw committed Nov 7, 2023
1 parent abb2393 commit 1dc1e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-log/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit 1dc1e6a

Please sign in to comment.