diff --git a/wnfs/Cargo.toml b/wnfs/Cargo.toml index 09c73631..370ad8a2 100644 --- a/wnfs/Cargo.toml +++ b/wnfs/Cargo.toml @@ -33,7 +33,7 @@ libipld-core = { version = "0.16" } multihash = "0.19" once_cell = "1.16" proptest = { version = "1.1", optional = true } -quick_cache = "0.3.0" +quick_cache = "0.4.0" rand_core = "0.6" semver = { version = "1.0", features = ["serde"] } serde = { version = "1.0", features = ["rc"] }