From 023831597fd3d6cc0f2f7e2e747c1c03cad82db9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 04:27:50 +0000 Subject: [PATCH] chore(deps): Bump lru from 0.11.1 to 0.12.0 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 538e992cd56ae..96b8ec326bb40 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 4f8ff8cacce5d..8b3b68a7beff5 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 }