Skip to content

Commit

Permalink
chore: bump ahash to 0.7.7 (tokio-rs#2794)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbarsky authored and kaffarell committed Feb 14, 2024
1 parent 9b8735f commit 20b7bf2
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 20b7bf2

Please sign in to comment.