diff --git a/Cargo.toml b/Cargo.toml index 4360738..c2777c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ default = ["hashbrown"] nightly = ["hashbrown", "hashbrown/nightly"] [dependencies] -hashbrown = { version = "0.15.2", optional = true } +hashbrown = { version = "0.16.0", optional = true } [dev-dependencies] scoped_threadpool = "0.1.*"