From cec7444e166632cb6cdf0f481eaaa0b0d41472d3 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 07:07:11 +0000 Subject: [PATCH] fix(deps): update rust crate lru to 0.16.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index afe95ad..fadef3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ tonic = { version = "0.11.0", features = ["gzip"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } zstd = "0.13.0" -lru = "0.14.0" +lru = "0.16.0" nohash-hasher = "0.2.0" memmap2 = "0.9.4" xxhash-rust = { version = "0.8.10", features = ["xxh3"] }