Remove LRU Cache as it's no longer used (#25751)

This commit is contained in:
ryleung-solana 2022-06-03 23:41:35 -04:00 committed by GitHub
parent dcc0e6199f
commit 8ca8a61272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

1
Cargo.lock generated
View File

@ -4676,7 +4676,6 @@ dependencies = [
"jsonrpc-http-server",
"lazy_static",
"log",
"lru",
"quinn",
"quinn-proto",
"rand 0.7.3",

View File

@ -27,7 +27,6 @@ itertools = "0.10.2"
jsonrpc-core = "18.0.0"
lazy_static = "1.4.0"
log = "0.4.17"
lru = "0.7.6"
quinn = "0.8.3"
quinn-proto = "0.8.3"
rand = "0.7.0"

View File

@ -4336,7 +4336,6 @@ dependencies = [
"jsonrpc-core",
"lazy_static",
"log",
"lru",
"quinn",
"quinn-proto",
"rand 0.7.3",