diff --git a/wnfs/Cargo.toml b/wnfs/Cargo.toml index cbd6893b..69aae928 100644 --- a/wnfs/Cargo.toml +++ b/wnfs/Cargo.toml @@ -28,7 +28,7 @@ bitvec = { version = "1.0", features = ["serde"] } chrono = { version = "0.4", default-features = false, features = ["clock", "std"] } futures = "0.3" futures-util = "0.3" -hashbrown = "0.12" +hashbrown = "0.13" lazy_static = "1.4" libipld = { version = "0.14", features = ["dag-cbor", "derive", "serde-codec"] } log = "0.4"