Skip to content

Commit

Permalink
chore(rust)(deps): update quick_cache requirement in /wnfs (#346)
Browse files Browse the repository at this point in the history
Updates the requirements on [quick_cache](https://github.com/arthurprs/quick-cache) to permit the latest version.
- [Commits](https://github.com/arthurprs/quick-cache/commits)

---
updated-dependencies:
- dependency-name: quick_cache
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 491ce85 commit 7bac771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wnfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 7bac771

Please sign in to comment.