Skip to content

Commit bc29c4f

Browse files
authored
Update hashbrown to 0.14 (#438)
1 parent 757dcac commit bc29c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metrics-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ radix_trie = { version = "0.2", default-features = false, optional = true }
5858
ordered-float = { version = "4.2", default-features = false, optional = true }
5959
num_cpus = { version = "1", default-features = false, optional = true }
6060
ahash = { version = "0.8", default-features = false, optional = true }
61-
hashbrown = { version = "=0.13.1", default-features = false, optional = true, features = ["ahash"] }
61+
hashbrown = { version = "0.14", default-features = false, optional = true, features = ["ahash"] }
6262

6363
[dev-dependencies]
6464
approx = "0.5"

0 commit comments

Comments
 (0)