From e13fe9606dc819cfbf222d2b6189611a9863f2fe Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Wed, 7 Jan 2026 17:18:04 +0100 Subject: [PATCH] Upgrade `lru` to v0.16 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 98d09bac..609f8f38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ futures-core = "0.3" futures-util = "0.3" futures-sink = "0.3" keyed_priority_queue = "0.4" -lru = "0.14.0" +lru = "0.16.0" mysql_common = { version = "0.35.4", default-features = false } pem = "3.0" percent-encoding = "2.1.0"