diff --git a/metrics-util/Cargo.toml b/metrics-util/Cargo.toml index 574bd28c..7db03547 100644 --- a/metrics-util/Cargo.toml +++ b/metrics-util/Cargo.toml @@ -58,7 +58,7 @@ radix_trie = { version = "0.2", default-features = false, optional = true } ordered-float = { version = "3.4", 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.3", default-features = false, optional = true, features = ["ahash"] } [dev-dependencies] approx = "0.5"