chore: bump lru from 0.6.1 to 0.6.5 (#18138)

Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.6.1 to 0.6.5.
- [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.1...0.6.5)

---
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-06-22 17:07:45 +00:00
committed by GitHub
parent 8a136736ad
commit 2156712768
3 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ indexmap = { version = "1.6", features = ["rayon"] }
itertools = "0.10.1"
libc = "0.2.97"
log = "0.4.11"
lru = "0.6.1"
lru = "0.6.5"
miow = "0.3.6"
net2 = "0.2.37"
num-traits = "0.2"