Skip to content

Commit

Permalink
chore(rust)(deps): update quick_cache requirement in /wnfs
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.
- [Release notes](https://github.com/arthurprs/quick-cache/releases)
- [Commits](arthurprs/quick-cache@v0.5.2...v0.6.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 26, 2024
1 parent 85f3e6c commit 0119268
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 @@ -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.5"
rand_chacha = "0.3"
rand_core = "0.6"
semver = { version = "1.0", features = ["serde"] }
Expand Down

0 comments on commit 0119268

Please sign in to comment.