From c531a3b3c7b1bff0f2b44a6a4dcc079ab26d5074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 18:09:25 +0000 Subject: [PATCH] chore(deps): Bump lru from 0.11.1 to 0.12.0 (#18767) Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.11.1 to 0.12.0. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeromefroe/lru-rs/compare/0.11.1...0.12.0) --- updated-dependencies: - dependency-name: lru dependency-type: direct:production update-type: version-update:semver-minor ... 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 c42075aa40345..931b266a282c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5007,9 +5007,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.11.1" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21" +checksum = "1efa59af2ddfad1854ae27d75009d538d0998b4b2fd47083e743ac1a10e46c60" [[package]] name = "lru-cache" diff --git a/Cargo.toml b/Cargo.toml index bf1b8d3c75ef3..bbc85b4c8ede2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -288,7 +288,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.11.1", default-features = false, optional = true } +lru = { version = "0.12.0", 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.7.0", default-features = false, features = ["tokio-runtime"], optional = true }