From 5159030c403e254c739a0ad2ac459539909e672a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jul 2021 06:52:50 -0700 Subject: [PATCH] chore(deps): bump lru from 0.6.5 to 0.6.6 (#8497) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f26766a48251d..07e48caf98c2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3712,9 +3712,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.6.5" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f374d42cdfc1d7dbf3d3dec28afab2eb97ffbf43a3234d795b5986dbf4b90ba" +checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91" [[package]] name = "lru-cache" diff --git a/Cargo.toml b/Cargo.toml index 88b92e5dfe8d4..d6632fc673588 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -230,7 +230,7 @@ k8s-openapi = { version = "0.12.0", default-features = true, features = ["api", lazy_static = { version = "1.4.0", default-features = false } listenfd = { version = "0.3.5", default-features = false, optional = true } logfmt = { version = "0.0.2", default-features = false, optional = true } -lru = { version = "0.6.5", default-features = false, optional = true } +lru = { version = "0.6.6", default-features = false, optional = true } maxminddb = { version = "0.21.0", default-features = false, optional = true } md-5 = { version = "0.9", optional = true } # make sure to update the external docs when the Lua version changes