Bump lru from 0.6.5 to 0.6.6 (#3583)

Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.6.5 to 0.6.6.
- [Release notes](https://github.com/jeromefroe/lru-rs/releases)
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jeromefroe/lru-rs/compare/0.6.5...0.6.6)

---
updated-dependencies:
- dependency-name: lru
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-08-06 20:17:36 +02:00
committed by GitHub
parent ce80bc2d4c
commit 05ec3d9875
5 changed files with 12 additions and 27 deletions
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
futures = "0.3.15"
lru = "0.6.1"
lru = "0.6.6"
rand = "0.8.3"
thiserror = "1.0.21"
tracing = "0.1.26"