From b75b67b802eb4cd6b27ec465479af817556187ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 13:32:38 +0000 Subject: [PATCH] Update lru requirement from 0.11.0 to 0.12.1 Updates the requirements on [lru](https://github.com/jeromefroe/lru-rs) to permit the latest version. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeromefroe/lru-rs/compare/0.11.0...0.12.1) --- updated-dependencies: - dependency-name: lru dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 376a225..5b7a641 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ boring = "3.0.2" boring-sys = "3.0.2" bytes = "1" foreign-types-shared = "0.3.1" -lru = "0.11.0" +lru = "0.12.1" once_cell = "1.17" quinn = { version = "0.10.1", default_features = false, features = ["native-certs", "runtime-tokio"] } quinn-proto = { version = "0.10.1", default-features = false }