diff --git a/libflate_lz77/Cargo.toml b/libflate_lz77/Cargo.toml index d3e5da5..a7095b3 100644 --- a/libflate_lz77/Cargo.toml +++ b/libflate_lz77/Cargo.toml @@ -17,7 +17,7 @@ coveralls = {repository = "sile/libflate"} [dependencies] rle-decode-fast = "1.0.0" core2 = { version = "0.4", default-features = false, features = ["alloc"] } -hashbrown = { version = "0.13" } +hashbrown = { version = "0.14" } [dev-dependencies] libflate = { path = "../", version = "2.0", default-features = false }