Skip to content

Commit

Permalink
Update hashbrown to 0.14 (metrics-rs#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Jan 20, 2024
1 parent a83f591 commit 70588d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ radix_trie = { version = "0.2", default-features = false, optional = true }
ordered-float = { version = "4.2", default-features = false, optional = true }
num_cpus = { version = "1", default-features = false, optional = true }
ahash = { version = "0.8", default-features = false, optional = true }
hashbrown = { version = "=0.13.1", default-features = false, optional = true, features = ["ahash"] }
hashbrown = { version = "0.14", default-features = false, optional = true, features = ["ahash"] }

[dev-dependencies]
approx = "0.5"
Expand Down

0 comments on commit 70588d5

Please sign in to comment.