chore: bump lru from 0.6.0 to 0.6.1

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-11-19 09:02:16 +00:00
committed by Michael Vines
parent c76cba465d
commit 856693ac1f
2 changed files with 21 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ jsonrpc-http-server = "15.0.0"
jsonrpc-pubsub = "15.0.0"
jsonrpc-ws-server = "15.0.0"
log = "0.4.8"
lru = "0.6.0"
lru = "0.6.1"
num_cpus = "1.13.0"
num-traits = "0.2"
rand = "0.7.0"