diff --git a/wnfs/Cargo.toml b/wnfs/Cargo.toml index 3d777d26..52fa3978 100644 --- a/wnfs/Cargo.toml +++ b/wnfs/Cargo.toml @@ -34,7 +34,7 @@ libipld-core = { version = "0.16" } multihash = "0.19" once_cell = "1.16" proptest = { version = "1.1", optional = true } -quick_cache = "0.5.1" +quick_cache = "0.6.2" rand_chacha = "0.3" rand_core = "0.6" semver = { version = "1.0", features = ["serde"] }