Bump cached from 0.28.0 to 0.29.0

Bumps [cached](https://github.com/jaemk/cached) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/jaemk/cached/releases)
- [Changelog](https://github.com/jaemk/cached/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jaemk/cached/commits)

---
updated-dependencies:
- dependency-name: cached
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-13 12:10:26 +00:00 committed by Matthias
parent 92b939eb2f
commit 80fb20cca5
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -435,9 +435,9 @@ checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
[[package]]
name = "cached"
version = "0.28.0"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a8ac555743865f63ab1e9ab8deaff0751fe2e5d31d7c163e5c211b8ac3aacd8"
checksum = "159fb7ae0e3580b5f22f4dbdaf162cd8dfb9542a79e4cdd47436b3f01d2f62f1"
dependencies = [
"async-mutex",
"async-rwlock",
@ -451,9 +451,9 @@ dependencies = [
[[package]]
name = "cached_proc_macro"
version = "0.8.0"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9cf77b2ea47455deb498cfd422ab261bfb495ca6556bea3db7866be187e9c84"
checksum = "725f434d6da2814b989bd905c62ca28a9383feff7440210dc279665fbbbc9511"
dependencies = [
"cached_proc_macro_types",
"darling",

View file

@ -43,7 +43,7 @@ path-clean = "0.1.0"
percent-encoding = "2.1.0"
async-stream = "0.3.2"
jwalk = "0.6.0"
cached = "0.28.0"
cached = "0.29.0"
once_cell = "1.9.0"
thiserror = "1.0.30"
futures = "0.3.19"