From 18d484b040e94023a4dc346f1867428d43599c4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 04:49:43 +0000 Subject: [PATCH] chore(deps): Bump lru from 0.10.0 to 0.10.1 Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.10.0 to 0.10.1. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeromefroe/lru-rs/compare/0.10.0...0.10.1) --- updated-dependencies: - dependency-name: lru dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce9e6d92c79c3..d23e6e8a48a91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4707,9 +4707,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03f1160296536f10c833a82dca22267d5486734230d47bf00bf435885814ba1e" +checksum = "718e8fae447df0c7e1ba7f5189829e63fd536945c8988d61444c19039f16b670" [[package]] name = "lru-cache" diff --git a/Cargo.toml b/Cargo.toml index de6bdc4cb2552..0c37e10a4b4c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -272,7 +272,7 @@ k8s-openapi = { version = "0.18.0", default-features = false, features = ["api", kube = { version = "0.82.0", default-features = false, features = ["client", "openssl-tls", "runtime"], optional = true } listenfd = { version = "1.0.1", default-features = false, optional = true } logfmt = { version = "0.0.2", default-features = false, optional = true } -lru = { version = "0.10.0", default-features = false, optional = true } +lru = { version = "0.10.1", default-features = false, optional = true } maxminddb = { version = "0.23.0", default-features = false, optional = true } md-5 = { version = "0.10", default-features = false, optional = true } mongodb = { version = "2.5.0", default-features = false, features = ["tokio-runtime"], optional = true }