diff --git a/Cargo.toml b/Cargo.toml index 75406d9c7..69f79609e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ travis-ci = { repository = "torkleyy/shred" } [dependencies] arrayvec = "0.4" -hashbrown = "0.2.0" +hashbrown = "0.3.0" mopa = "0.2" rayon = { version = "1.0", optional = true } smallvec = "0.6"