Skip to content

Commit

Permalink
Merge pull request #76 from torokati44/hashbrown-0.14
Browse files Browse the repository at this point in the history
Update hashbrown to 0.14
  • Loading branch information
sile committed Apr 30, 2024
2 parents 40d8260 + d37f049 commit 27628cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libflate_lz77/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 27628cb

Please sign in to comment.